a{
	cursor: pointer;
}

.logged_in .edit_link:hover + div.region_outer, .logged_in div.region_outer:hover{
	outline: dotted 2px red;
}

.in{
	display: block;
}


.clearfix:after{
  content: "";
  display: table;
  clear: both;
  height: 1px;
	
}

.widget.top-stories{
	border: none;
}	

/*	NDN CSS Fixes */
html.wex2017 body.wex2017 .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li img{
	height: auto !important;
}

html.wex2017 body .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li .ndn_titleOverlay{
	display: none;
}

html.wex2017 body .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li:hover .ndn_titleOverlay{
	display: initial;
	background-color: rgba(0,0,0,0);
	
}
html.wex2017 body .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li:hover img{
	opacity: .3;
}

html.wex2017 body .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li:hover .ndn_titleOverlay .ndn_thumbTitle, html body .ndn_embedContainer.ndn_widget_VideoLauncher-Slider .ndn_playlistThumbnails li:hover .ndn_titleOverlay .ndn_thumbTitle div{
	color: black !important;
}


input[type="date"]:hover::-webkit-calendar-picker-indicator,
input[type="datetime-local"]:hover::-webkit-calendar-picker-indicator {
	color: red;
	width: 20px;
	height: 16px;
}
input[type="datetime-local"]{
	position: relative;
}
input[type="date"]:hover:after,
input[type="datetime-local"]:hover:after {
	content: " Date Picker ";
	color: #555;
	padding-right: 5px;
	position: absolute;
	top:-8px;
	right: 0;
	background-color: #fff;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
}





.form-group[class*="has-"] .form-control-label{
	background-color: #fff;
}

    
.btn[href*="twitter"] {
    background-color: #00aced;
    border-color: #00aced;
}



.subpage-sidebar::-webkit-scrollbar {
/*     width: 5px; */
/*     height: 13px; */
}

/*
::-webkit-scrollbar {
    width: 10px;
}
.subpage-sidebar::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.5); 
}
*/

ul{
	list-style-position: inside;
}

.hide, .hidden{
	display: none !important;
}

/*
.sidebar_inner{
display: block;	
}
*/
