/* Theme-specific styling
 */

/* COMMON */

body {
    font-size: 13px;
    font-family: Helvetica, Arial, serif;
}

.label {
    color: #333333;
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

h1, .h1 {
    font-size: 30px;
}

h2 a, h1 a, h2 a:hover, h1 a:hover {
    text-decoration: none;
}

input, button, select, textarea {
    padding: 2px;
}

input[type="text"], input[type="password"], textarea {
    border: 1px solid #cccccc;
}

input[type="password"] {
    width: 125px;
}

.main-column {
    width: 69%;
    float: left;
}

#right-column {
    width: 31%;
    float: left;
}

.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

/* COMMON END*/

/* Headers */

#portal-personaltools {

}

#portal-personaltools ul {
    text-align: right;
    background: #39383A;
    padding: 5px 0;
    margin-bottom: 0;
}

#portal-personaltools ul li {
    margin-right: 5px;
    display: inline-block;
}

#portal-personaltools ul li a {
    color: white;
    text-decoration: none;
}

#portal-personaltools ul li a:hover {
    color: white;
    text-decoration: underline;
}

.portal-header .portal-search-box {
    margin-top: 50px;
}

#portal-globalnav {
    padding-left: 0;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 10px;
}

#portal-globalnav li {
    float: left;
    list-style: none;
    padding: 6px 10px;
}

#portal-globalnav li a {
    color: #4B4F53;
    font-size: 140%;
    font-weight: bold;
    padding: 0;
    line-height: inherit;
    /*text-transform: uppercase;*/
}

#portal-globalnav li a span {
    height: 22px;
    line-height: 22px;
}

#portal-globalnav li a:hover {
    text-decoration: none;
}

#portal-globalnav li.selected, #portal-globalnav li:hover {
    background: #F76405;
}

#portal-globalnav li.selected a, #portal-globalnav li:hover a {
    /*color: #ffffff;*/
}

#portal-globalnav:hover li:hover > a {
    background-color: transparent;
}

#portal-globalnav li.selected a {
    background-color: transparent;
}

#portal-globalnav li ul {
    padding: 0;
    border: 1px solid #cccccc;
    border-top: none;
}

#portal-globalnav > li > ul > li {
    padding: 0px;
}

#portal-globalnav ul li a, #portal-globalnav li.selected ul li a {
    background-color: white;
    color: #FF6100;
    font-weight: normal;
    font-size: 110%;
}

#portaltab-sponsor-level1 li a {
    width: 200px !important;
}

.actionMenuContent {
    margin-top: 3px;
}

.actionMenuContent li {
    margin-bottom: 2px;
    margin-top: 2px;
}

.actionMenuContent li img {
    margin-right: 5px;
}

/* BreadCrumbs */

#portal-breadcrumbs {
    margin-bottom: 0px;
    margin-left: 0px;
}

#portal-breadcrumbs a {
    color: #666666;
}

#portal-breadcrumbs a:hover {
    color: #06B;
}

#content {
    min-height: 300px;
}

#content li.formTab a.required span:after, #content-core li.formTab a.required span:after, div.field label span.required:after {
    color: #FF0000;
    content: "■";
    padding-left: 0.2em;
    vertical-align: baseline;
}

#formfield-form-widgets-logo > span.required:after, #formfield-form-widgets-image > span.required:after {
    content: none;
}

#content-core > .portalMessage {
    /*display: none;*/
}

.field input.text-widget {
    height: 26px;
    line-height: 1.3;
    padding: 4px;
    width: 100%;
    border: 1px solid #cccccc;
}

#content .field input[type="text"][name$=".title"], #archetypes-fieldname-title input {
    height: 24px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: inherit;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color: #ffffff;
}

textarea {
    border: 1px solid #cccccc;
}

/*Autocomplete*/

.ac_results {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    overflow: hidden;
    padding: 0;
    z-index: 99999;
}
.ac_results ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ac_results li {
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    padding: 2px 5px;
}
.ac_loading {
    background: url("indicator.gif") no-repeat scroll right center #FFFFFF;
}
.ac_odd {
    background-color: #EEEEEE;
}
.ac_over {
    background-color: #0A246A;
    color: #FFFFFF;
}

.autocompleteInputWidget span.option {
    display: block;
}

.autocompleteInputWidget span.option input {
    vertical-align: text-bottom;
}

/* Main */

#edit-bar, #content-views, #contentActionMenus, #contentActionMenus dl.actionMenu a, #contentActionMenus dl.actionMenu.activated dd {
    background-color: #F76405;
}

#edit-bar, #contentActionMenus dl.actionMenu.activated dd {
    border-color: #F76405;
}

#edit-bar, #content ul.formTabs {
    border-radius: 0;
}

#edit-bar #content-views {
    margin-bottom: 0px;
    padding-left: 2px;
    margin-left: 0;
}
#edit-bar #content-views li {
    margin-bottom: 4px;
}


.contentActions:after {
    clear: both;
}

.contentActions:before, .contentActions:after {
    content: " ";
    display: table;
}

#contentActionMenus {
    margin-top: 6px;
}

#contentActionMenus li:nth-child(3) {
    /*display: none;*/
}

.actionMenuContent ul {
    padding-left: 2px;
}

/* Tabs */

#tabs .selected > a {
    color: white;
    text-decoration: none;
    background-color: #222;
}

/* Footer */

#footer {
    border-top: 1px solid #eee;
    margin: 10px auto 0;
    padding: 10px;
    text-align: center;
    width: 70%;
}

#footer li {
    list-style: none;
}

#portal-siteactions li {
    display: inline;
    margin: 0 5px;
}

/* PORTLETS */

.portletLiveSearch {
    background: none repeat scroll 0 0 #D9D9D9;
    padding: 10px 10px;
}

.portletLiveSearch .portletHeader {
    color: #F76405;
    font-size: 25px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.portletLiveSearch input.searchField {
    border: 1px solid #FFFFFF;
    padding: 2px;
    width: 84%;
}

.portletLiveSearch .searchButton {
    background: none repeat scroll 0 0 #585858;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    /*margin-left: 5px;*/
    width: 40px;
    float: right;
}

.portletLiveSearch .LSTable {
    padding-left: 0;
}

.portletLiveSearch .LSRow {
    list-style: none outside none;
    margin-bottom: 0;
    padding: 3px 0;
    width: 100%;
}

.portletLiveSearch fieldset {
    margin-bottom: 0;
    padding-bottom: 0;
}

.portletLiveSearch .livesearchContainer {
    padding: 0;
}

.portletLinks .creator {
    color: #888;
    font-size: 0.9em;
}

.portletLinks .portletItem .link .description {
    color: #666666 !important;
}

.portletLinks .portletItem .link .description .more {
    color: #7ab22f;
    font-size: .9em;
    display: inline;
}

#portal-globalnav ul li a:hover {
    background-color: white;
    color: #F76405;
}

/**/

/* COLLAPSIBLE */

.collapsible-header {
    float: right;
    color: #BBBBBB;
    font-size: 11px;
    text-decoration: none;
    padding-left: 15px;
}

.collapsible-header:hover, .collapsible-header:active, .collapsible-header:focus {
    color: #BBBBBB;
    text-decoration: none;
}

.collapsible-header.collapsed {
    background: url("images/collapsed-arrow.png") 0 -1px no-repeat;
}

.collapsible-header.collapsible {
    background: url("images/collapsible-arrow.png") 0 -1px no-repeat;
}

/* Default size - will be adjusted to size of actual clip if available */
.autoFlowPlayer {
    display: block;
    height: 250px;
    width: 300px;
    border: 0px;
}
.autoFlowPlayer.audio {
    height: 27px;
}
.autoFlowPlayer.audio.minimal {
    width: 40px;
}
.portletFlowPlayer .video {
    height: 100px;
    width: 100%;
}
.portletFlowPlayer .audio {
    display: block;
    height: 28px;
}
.playListFlowPlayer {
    display:block;
}
}


.flowPlaylistVisible a.playListFlowPlayer {
    padding-left: 38px;
    padding-bottom: 8px;
}

.flowPlaylistHidden .playlist_wrap {
    display: none;
}

#pl {
    height:80px;
    border:1px solid #ddd;
    width:584px;
    position:relative;
    overflow:hidden;
    padding:5px 0;
    float:left;
    background:#f5fbfb url(images/gradient.png) repeat-x scroll 0 0;
}

#pl div#flowPlaylist {
    height:80px;
    position:absolute;
    width:10000em;
}

#pl div#flowPlaylist a {
    background:transparent url(images/entry.png) no-repeat scroll 0%;
    color:#666;
    float:left;
    font-family:"bitstream vera sans","lucida grande","verdana";
    font-size:11px;
    height:60px;
    margin:0px 4px;
    padding:10px;
    text-decoration:none;
    width:117px;

}

#pl div#flowPlaylist a:hover {
    background-position:-140px 0;
    color:#000;
}

#pl div#flowPlaylist a.playing {
    background-position:-280px 0;
    color:#000;
}

#pl div#flowPlaylist a.paused {
    background-position:-420px 0;
    color:#000;
}

#pl div#flowPlaylist a.progress {
    opacity:0.8;
}

#pl div#flowPlaylist em {
    float:right;
    margin-top:15px;
    color:red;
    font-style:normal;
}

a.nextPage, a.prevPage {
    display:block;
    width:18px;
    height:18px;
    background:url(images/left.png) no-repeat;
    margin:30px 10px;
    cursor:pointer;
    float:left;
}

a.nextPage:hover, a.prevPage:hover {
    background-position:0px -18px;
}

a.nextPage {
    background-image:url(images/right.png);
}

a.nextPage.disabled, a.prevPage.disabled {
    visibility:hidden;
=======
}

.firstheading {
    margin-top: 10px;
}

.documentFirstHeading {
    font-size: 30px;
    color: #666666;
    font-weight: bold;
}

.documentFirstHeading a, .documentFirstHeading a:hover {
    color: #666666;
    text-decoration: none;
}

a.content-submission {
    background-color: #999999;
    float: right;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    margin-left: 5px;
}

a.content-submission:hover, a.content-submission.active {
    color: white;
    text-decoration: none;
    background: #aaaaaa;
}

.content-searchbox {
    margin-bottom: 20px;
    margin-top: 20px;
    background: transparent;
}

.content-searchbox input[type="text"] {
    width: 80%;
    border: 1px solid #CCC;
    padding: 4px;
}

.content-searchbox.portletLiveSearch input[type="text"] {
    width: 90%;
}

.content-searchbox input[type="submit"] {
    padding: 3px 10px;
}

.content-searchbox button {
    border: none;
    background: transparent;
}

.content-searchbox.portletLiveSearch {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

#content .content-searchbox .livesearchContainer {
    border-top: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#content .content-searchbox ul.LSTable {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

#content .content-searchbox ul.LSTable li {
    margin-bottom: 0;
    padding: 4px 0 0 4px;
}

#content .pagination.blue ol.letter-selector {
    margin-bottom: -20px;
    border-width: 10px 20px;
    border-color: #0E67DA;
}

ol.letter-selector {
    background-color: #FFFFFF;
    border: 8px solid #EEEEEE;
    font-size: larger;
    font-weight: bold;
    margin: 0;
    padding: 8px;
    text-align: center;
    list-style: none;
}

ol.letter-selector li {
    display: inline;
}

ol.letter-selector li a {
    background-color: #E0E0E0;
    color: #222222;
    font-size: 11px;
    padding: 2px 4px;
}

ol.letter-selector li a:hover {
    text-decoration: underline;
    color: #039;
}

.feedandpagination {
    background-color: #EEEEEE;
    padding: 5px 10px;
    min-height: 18px;
    margin-bottom: 10px;
}

div.feedandpagination h3 {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    height: 18px;
    line-height: 12px;
    font-weight: bold;
    margin-top: 10px;
    position: absolute;
}

.feedandpagination a {
    color: #AAA;
}

a.feed {
    /*background: url("++resource++checkorphan.theme/images/feedgry.png") no-repeat scroll 0 0 / 27px auto transparent;*/
    background-image: url("++resource++checkorphan.theme/images/feedgry.png");
    background-repeat: no-repeat;
    background-size: 27px 27px;
    background-position: 0px 0px;
    background-color: transparent;
    font-size: 1.5em;
    height: 27px;
    margin-left: 10px;
    padding: 4px 4px 4px 30px !important;
    text-decoration: none;
}

a.feed-porlet {
    background: url("++resource++checkorphan.theme/images/feedgry.png") no-repeat scroll 0 0 / 20px 20px transparent;
    font-size: 1.5em;
    margin-top: 4px;
    padding: 10px 4px 10px 19px;
    text-decoration: none;
}

a.feed-porlet-blue {
    background: url("++resource++checkorphan.theme/images/feedgryblue.png") no-repeat scroll 0 0 / 20px 20px transparent;
    font-size: 1.5em;
    margin-top: 4px;
    padding: 10px 4px 10px 19px;
    text-decoration: none;
}

.portletTopRight{
    float : right;
}

.pagination {
    display: block;
    margin: 0 0 5px 0;
    min-height: 30px;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    font-weight: normal;
}

.pagination.blue {
    background: #0E67DA;
    color: white;
    position: relative;
}

.pagination .listingBar {
    font-size: 1em;
    list-style: none;
    text-align: center;
    padding: 3px;
}

div.pagination .listingBar a, div.pagination .listingBar span {
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #222222;
}

div.pagination.blue .listingBar span {
    padding: 0.25em 0.5em;
    display: inline-block;
}

div.pagination.blue .listingBar a, div.pagination.blue .listingBar span {
    border: medium none;
    color: white;
}

div.pagination.blue .feed {
    height: 30px;
    left: 0;
    position: absolute;
    top: 3px;
}

.pagination.has-letters.blue .feed {
    height: 30px;
    left: 10px;
    position: absolute;
    top: auto;
    bottom: 4px;
}

/* Simple, in page drop down menu for links */
div.drop-down-menu-container
{
	margin: 2em 0;
	position: relative;
	z-index: 1;
}

div.drop-down-menu-container div.opener
{
	background: #FFF url(++resource++checkorphan.theme/images/selector-down.gif) no-repeat scroll right 4px;
	background:none repeat scroll 0 0 #79B22C;
	color:#FFFFFF;
	cursor:default;
	display:inline;
	font-size:1em;
	padding:3px 10px 3px 10px;
	position:relative;
}
div.drop-down-menu-container ul.drop-down-menu
{
	background: #FFF;
	border: 1px solid #CCC;
	display: none;
	min-width: 10em;
	width: 100%;
    padding: 0;
    margin-left: 0px !important;
}
div.drop-down-menu-container div.opener:hover ul.drop-down-menu,
div.drop-down-menu-container div.opener:focus ul.drop-down-menu
{
	display: block;
	position: absolute;
}
div.drop-down-menu-container ul.drop-down-menu li a
{
	color: #444;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}
div.drop-down-menu-container ul.drop-down-menu li a:hover,
div.drop-down-menu-container ul.drop-down-menu li a:focus
{
	background: #CCC;
	color: #FFF;
}

h2.current-letter {
    font-size: 18px;
}

ul.items-list {
    padding: 0;
}

li.co-item {
    border-bottom: 1px solid #CCCCCC;
}

li.co-item .item-wrapper {
    width: 87%;
}

li.co-item h2 {
    margin: 0px;
    line-height: 18px;
}

li.co-item h2 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

li.co-item .item-creation-date {
    color: #999;
}

#content li.co-item .edit, li.co-item .read-more {
    color: #88BB45 !important;
    font-weight: normal !important;
}

li.co-item .description {
    padding: 5px 0;
}

li.co-item .read-more:after {
    content: " >>"
}

/*
 * Ratings
 */
.item-rating {
    float: right;
    margin: 0;
}
div.item-rating div.rating-wrapper
{
	margin: 3px 0 0;
}
div.item-rating div.rating-wrapper .AverageRating,
div.item-rating div.rating-wrapper .remove-rating {
    display: none;
}

#video-type-selection {
    margin-bottom: 15px;
}

#formfield-form-widgets-external_url {
    display: none;
}

input.search-query {
    width: 150px;
}

/* FOOTER */

#portal-footer {

}

#footer div.partner {
    float: left;
    margin: 0;
    width: 33%;
}

#footer div.powered {
    float: right;
    margin: 0;
    text-align: center;
    width: 33%;
}

#footer div.getreel {
    margin: 0 33%;
    text-align: center;
}

/* FOOTER END */

#formfield-form-widgets-thumbnail {
    display: none;
}

#content {
    padding: 20px 0 0;
}

#right-column {
    padding: 0px;
}

dl.portlet {
    font-size: 100%;
}

#content ol.letter-selector {
    margin-left: 0px;
}

#content ol.letter-selector li {
    display: inline !important;
}

.content-searchbox input[type='image'] {
    height: 30px;
    line-height: 30px;
    margin-bottom: 1px;
    vertical-align: bottom;
}

h2.current-letter {
    font-size: 24px;
}


#content ul.items-list {
    margin: 0px;
}

#content ul.items-list li.co-item {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    padding-bottom: 5px;
    padding-top: 5px;
}

#content ul.items-list li.co-item:first-child {
    border-bottom: 1px dotted #CCCCCC;
    list-style: none outside none;
    padding-bottom: 5px;
    padding-top: 0px;
}

#content ul.items-list li.co-item a {
    color: #0066BB;
    font-weight: bold;
    margin-right: 10px;
}

#content ul.items-list li.co-item a:hover {
    text-decoration: underline;
}

#content ul.items-list li.co-item.disease a:hover {
    color: #FA6400;
    text-decoration: underline;
}
#content ul.items-list li.co-item.research a:hover {
    color: #FA6400;
    text-decoration: underline;
}

#content ul.items-list li.co-item .actions a {
    float: left;
}

.listing-top-content {
    margin-bottom: 20px;
}

.listing-top-content .filters {

}

.listing-top-content .filters a {
    color: #f76405;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0px;
}

.listing-top-content .filters a:hover {
    text-decoration: none;
}

.listing-top-content .filters a:first-child {
}

.listing-top-content .filters a:last-child {
}


.listing-top-content .filters a.active {
    color: white;
    background: #f76405;
    padding-left: 15px;
    padding-right: 15px;
}

.listing-top-content .filters .separator {
    background-color: #ccc;
    display: block;
    float: left;
    height: 34px;
    margin: -2px 15px;
    width: 1px;
}

.listing-top-content .actions {

}

.listing-top-content .actions a {
    background: none repeat scroll 0 0 #f76405;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
}

div.view_category {
    font-size: 26px;
    color: #585858;
    font-weight: bold;
    margin: 5px 0;
}

h2.view_disease {
    font-size: 24px;
    color: #585858;
    font-weight: bold;
    margin: 5px 0;
}

h2.view_disease_padding {
    font-size: 24px;
    color: #585858;
    font-weight: bold;
    padding-top: 5px;
}

div.view_category a {
    font-size: 26px;
    color: #585858;
}

div.view_category span {
    float: left
}

div.view_category .feed {
    float: left;
    height: 22px;
    padding: 0;
    width: 22px;
    margin-left: 15px;
    background-size: 20px 20px;
}

.video-3-cols {

}

.video-3-cols .row {
    margin: 0 0 15px;
}

.video-3-cols .video {
    width: 33.33%;
    float: left;
}

.video-3-cols .video.first-child {
    padding-right: 10px;
}

.video-3-cols .video.second-child {
    padding: 0 5px;
}

.video-3-cols .video.last-child {
    padding-left: 10px;
}

.video-3-cols .video .thumb {
    background: none repeat scroll 0 0 black;
    /*height: 185px;*/
    /*line-height: 185px;*/
}

.video-3-cols .video .thumb img {
    max-height: 100%;
    width: 100%;
}

.video-3-cols .video .title {
    padding: 5px 0;
}

.video-3-cols .video .title a {
    color: #0066BB;
    font-size: 16px;
    font-weight: bold;
}

/*.video-3-cols .video .title a:hover {*/
    /*text-decoration: none;*/
/*}*/

.video-3-cols .video .creator {
    color: #636363;
}

.video-3-cols .video .views-count {
    color: #636363;
}

.video-3-cols .video .created {
    color: #ABA9AA;
}

.no-decor, .no-decor:hover {
    text-decoration: none;
}

h4.news-title {
    font-weight: bold;
    font-size: 20px;
}

.share-services {
    margin-bottom: 10px;
}

.news-publish-at {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-teaser {
    font-weight: bold;
    margin-bottom: 10px;
}

.news-sponsors {
    margin-bottom: 20px;
}

div.news-body .news-image {
    float: left;
    padding: 10px 10px 10px 0;
}

.itemPortlet {
    padding: 12px 12px 2px;
}

.itemPortlet.blue {
    background: #001f5f;
}

.itemPortlet .portletHeader {
    color: #ffffff;
    font-size: 25px;
    padding: 0 0 8px;
    text-align: center;
}

.itemPortlet.blue .portletHeader {
    background: none repeat scroll 0 0 #001f5f;
}

.itemPortlet.blue .portletItem {
    background: none repeat scroll 0 0 #001f5f;
}

.itemPortlet .nav-tabs {

}

.itemPortlet .nav-tabs li {
    margin-bottom: -1px;
}

.itemPortlet .nav-tabs li a {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.itemPortlet .nav-tabs li.active a {
    color: #000000;
}

.itemPortlet .nav-tabs li a:hover {
    color: #000000;
    background: none repeat scroll 0 0 white;
}

.itemPortlet .nav-tabs a:active, .itemPortlet .nav-tabs a:focus {
    outline: none;
}

.itemPortlet .tab-content {
    background: none repeat scroll 0 0 white;
    padding: 0px 10px;
}

.itemPortlet .tab-content .noitem {
    padding: 10px 0px;
}

.itemPortlet .noitem hr {
    margin: 3px 0 10px 0;
}

.itemPortlet .noitem a.submit {
    text-decoration: underline;
    color: #444;
}

.itemPortlet .noitem a.submit:hover, .itemPortlet .noitem a.submit:focus {
    color: #157ab5;
}


.itemPortlet .tab-pane {
    min-height: 200px;
}

.itemPortlet .portletItem .item {
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
    position: relative;
}

.itemPortlet .portletItem .item:hover .number {
    color: #333333;
}

.itemPortlet .portletItem .link {
    overflow: hidden;
    width: 100%;
}

.itemPortlet .portletItem .link.treatments{
    width: 90% ;
}

.itemPortlet.numbering .portletItem .link {
    width: 92%;
}

.itemPortlet .portletItem .link a {
    display: block;
    font-weight: bold;
    width: 10000px;
}

.itemPortlet .portletItem .link .item-creation-date {
    color: #888888;
    font-size: 12px;
}

.itemPortlet .portletItem .link .description {
    color: #999999;
    font-size: 12px;
}

.itemPortlet .portletItem .link .start-date {
    color: #999999;
    font-size: 11px;
}

.itemPortlet .portletItem .number {
    color: #a9a9a9;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

.itemPortlet .portlet-footer {
    padding-top: 8px;
}

.itemPortlet .portlet-footer .more-link {
    text-align: right;
}

.itemPortlet .portlet-footer .more-link a {
    font-weight: bold;
    color: #ffffff;
}

.itemPortlet.orange {
    background: #F66304;
}

.itemPortlet.orange .portletHeader {
    background: none repeat scroll 0 0 #F66304;
}

.itemPortlet.orange .portletItem {
    background: none repeat scroll 0 0 #F66304;
}

.portletRelatedVideos {
    padding: 10px 0 0;
}

.portletRelatedVideos .portletHeader {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    color: #000000;
    padding-bottom: 0;
}

.portletRelatedVideos .video {
    border-bottom: none !important;
    padding: 5px 0 !important;
}

.portletRelatedVideos .video .thumb {
    height: 80px;
    padding-top: 5px;
    width: 35%;
}

.portletRelatedVideos .video .thumb img {
    width: 100%;
    height: 100%;
}

.portletRelatedVideos .video .info {
    padding-left: 10px;
    width: 65%;
}

.portletRelatedVideos .tab-content {
    padding: 0px;
}

.portletRelatedVideos .video .info a {
    color: #434A54;
    font-weight: bold;
}

/*.portletRelatedVideos .video .info a:hover {*/
    /*text-decoration: underline;*/
/*}*/

.portletRelatedVideos .video .info .item-creator {
    font-size: 11px;
    color: #B4B3B0;
}

.portletRelatedVideos .video .info .item-total-views {
    color: #B4B3B0;
    font-size: 11px;
}

.portletDiseaseNews .portletItem .link .item-creation-date {
    font-size: 11px;
}

.portletDiseaseNews .portletItem .item {
    padding: 5px 0px;
}

.portletRelatedVideos .portlet-footer .more-link a {
    color: #434a54;
}

.portletNewsletter input[type='text'] {
    border: 1px solid #ffffff;
    padding: 2px;
    width: 78%;
}

.portletNewsletter .submit {
    background: none repeat scroll 0 0 #585858;
    border: 0 none;
    color: #ffffff;
    font-weight: bold;
    height: 25px;
    float:right;
    width: 60px;
}

.portletNewsletter .portletHeader {
    text-align: left;
    font-size: 25px;
    padding-bottom: 5px;
    padding-left: 0;
}

.portletNewsletter .portletItem {
    padding-bottom: 10px !important;
}

.portletNewsletter .tab-content {
    background: transparent;
}

.portletRSSFeedZone {
    padding: 5px;
}

.portletRSSFeedZone .img-icon {
    width: 40px;
    height: 40px;
    /*background: url("++resource++checkorphan.theme/images/rss.png") no-repeat scroll 0 2px / 40px 40px rgba(0, 0, 0, 0);*/
}

.portletRSSFeedZone .title {
    color: #757070;
    font-size: 30px;
    font-weight: bold;
    padding-left: 10px;
    /*width: 80%;*/
}

.portletRSSFeedZone .link {
    overflow: inherit !important;
    text-transform: uppercase;
    width: 18% !important;
    padding-top: 3px;
    text-align: center;
}

.portletRSSFeedZone .link a {
    color: #F66304;
    font-size: 12px;
    width: 100% !important;
}

.portletSocial {
    padding: 0 0 10px 3px;
}

.portletSocial .icon {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    margin-right: 16px;
}

.portletSocial .icon.youtube {
    background-image: url("++resource++checkorphan.theme/images/youtube.png");
}

.portletSocial .icon.facebook {
    background-image: url("++resource++checkorphan.theme/images/facebook.png");
}

.portletSocial .icon.flickr {
    background-image: url("++resource++checkorphan.theme/images/flickr.png");
}

.portletSocial .icon.vimeo {
    background-image: url("++resource++checkorphan.theme/images/vimeo.png");
}

.portletSocial .icon.google-plus {
    background-image: url("++resource++checkorphan.theme/images/google-plus.png");
}

.portletSocial .icon.twitter {
    background-image: url("++resource++checkorphan.theme/images/twitter.png");
}

.portletSocial .icon.linkedin {
    background-image: url(" ++resource++checkorphan.theme/images/linkedin.png");
}

.portletBanners {
    margin-bottom: 0px;
    position: relative;
}

.portletBanners .banner {
    display: none;
}

.portletBanners img {
    width: 100%;
}


.datepicker {
    font-size: 13px;
}

.datepicker .glyphicon-calendar {
    cursor: pointer;
    color: #1d9ce5;
}

h4.event-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
}

.share-services {
    margin: 10px 0;
}

.RatingViewlet {
    margin: 10px 0;
}

.Rating label {
    line-height: 18px;
}

.VoteCount {
    float: left;
    font-size: 12px;
}

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
    background: url("++resource++checkorphan.theme/images/ratings.gif") repeat-x scroll left 0px transparent;
}

.star-rating {
    height: 17px;
    margin-left: 0px !important;
    margin-right: 5px !important;
    float: none;
    margin-bottom: 3px;
}

.star-rating .current-rating {
	z-index:1;
	background-position: left center;
    height: 17px;
    line-height: 17px;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left -32px;
}

.UserRating .remove-rating {
    color: #da1438;
    margin: 3px 5px 0;
    float: left;
}

.UserRating .remove-rating.disabled {
    color: #AAAAAA;
}

.UserRating .remove-rating:hover {
    text-decoration: none;
}

.administration-bar {
    position: relative;
    display: none;
    overflow: visible !important;
}

.administration-bar > ul {
    margin-bottom: 0px;
}

.administration-bar .dropdown {
    cursor: pointer;
    float: left;
    margin-right: 10px
}

.administration-bar .dropdown .title {
    padding: 3px 0;
}

.administration-bar .dropdown-menu {
    border-radius: 0;
    margin-left: -1px;
    margin-top: -1px;
}

.administration-bar .dropdown:hover .dropdown-menu {
    display: block;
}


.administration-bar .dropdown-menu li {

}

.administration-bar .dropdown-menu li a {
    font-size: 13px;
    padding: 3px 10px;
}

.administration-bar .close-btn {
    color: #122;
    font-size: 11px;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 4px;
}

#content {
    padding: 10px 0px 10px 0px;
}

#right-column {
    padding: 10px 0 10px 15px;
}

input.context {
    /*padding: 1px 20px;*/
}

#subscribe-newsletter {

}

#subscribe-newsletter h4 {
    font-weight: bold;
}

#subscribe-newsletter .description {
    margin-bottom: 15px;
}

#subscribe-newsletter .field label {
    display: block;
}

#subscribe-newsletter .field input[type='text'] {
    background: none repeat scroll 0 0 white;
    padding: 4px;
    width: 100%;
}

#subscribe-newsletter .buttons {
    margin-top: 20px;
    text-align: center;
}

#subscribe-newsletter .buttons a {
    color: inherit;
}

#subscribe-newsletter .field .error {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    font-size: 11px;
    margin: 0;
}

#subscribe-newsletter .contacts {

}

#subscribe-newsletter .contacts .contact {

}

#subscribe-newsletter .contacts .base-row {

}

#subscribe-newsletter .contact .field {
    float: left;
    margin-right: 10px;
    clear: none;
}

#subscribe-newsletter .contact .field label {
    float: left;
    line-height: 28px;
    margin-right: 10px;
}

#subscribe-newsletter .contact .field input[type="text"] {
    width: 200px;
}

#subscribe-newsletter .contacts {

}

#subscribers-listing {

}

#subscribers-listing h4 {
    font-weight: bold;
}

#subscribers-listing hr {
    border: 2px solid #ccc;
}

#subscribers-listing .import-excel-wrapper {
    margin-bottom: 20px;
}

#subscribers-listing .filter {
    margin-bottom: 10px;
}

#subscribers-listing .filter .search-query {
    width: 250px;
}

#subscribers-listing .actions {
    margin-bottom: 10px;
}

#subscribers-listing .actions a {
    color: #00F;
}

#subscribers-listing .selectors {

}

table.datagridwidget-table-view tr.auto-append {
    display: none;
}

table.datagridwidget-table-view tr.datagridwidget-empty-row {
    display: none;
}

.add-content-guidance {

}

.add-content-guidance .box {
    background: none repeat scroll 0 0 #ffe;
    border: 1px solid #cccccc;
    line-height: 1.2;
    padding: 12px;
    margin-left: 20px;
}

.add-content-guidance .box p {
    margin-bottom: 10px !important;
}

#pwreset_action fieldset {
    border: none;
    padding-left: 0px;
}

#feedback_form h4 {
    font-weight: bold;
    font-size: 16px;
}

#feedback_form .captcha-image {
    margin: 10px 0 20px;
}

div.error-message {
    color: red;
}

#commenting {

}

#commenting fieldset {
    border: none;
    padding-left: 0px;
}

#commenting fieldset legend {
    padding-left: 0px;
    font-size: 100%;
    margin-bottom: 5px;
}

#commenting .formControls {
    margin-left: 0px;
}

#fieldset-moderate-comments {
    padding: 10px 0 0;
}

#fieldset-moderate-comments #dobulkaction {
    margin: 0px;
}

#fieldset-moderate-comments .actions input.context {
    /*padding: 0 5px;*/
}

#fieldset-moderate-comments .actions input:last-child {
    margin-right: 0px;
}

/* @group Status messages */

dl.portalMessage,
div.attention,
div.caution,
div.danger,
div.error,
div.hint,
div.important,
div.note,
div.tip,
div.warning {
    margin: 1em 0;
    font-size: 100%;
    border: 1px solid #996;
    background-color: #ffffe3;
    clear:both;
}

div.fieldErrorBox {
    color: red;
    font-size: 12px;
}

div.fieldErrorBox .error {
    margin: 0px;
    border: none;
    color: red;
    background: transparent;
}

#contributors-listing {

}


#contributors-listing .add-new-contributor {
    margin: 20px 0 10px 0;
}

#contributors-listing .add-new-contributor a {
    color: #333;
    text-decoration: none;
    border: none !important;
}

#contributors-listing {

}

#contributors-listing {

}

#contributors-listing {

}

#contributors-listing {

}

.overlay-add-contributor {

}

.overlay-add-contributor table, .overlay-add-contributor table td {
    width: auto;
    border: none;
}

.overlay-add-contributor h1.documentFirstHeading {
    font-size: 20px;
}

.overlay-add-contributor .formControls {
    margin-left: 0px;
}

.overlay-add-contributor #form-widgets-userids-autocomplete label.horizontal {
    display: none;
}

#content-core .portalMessage dd {
    margin-bottom: 0px;
}


#login-form-wrapper #content-core {
    border: 12px solid #ddd;
    margin: 60px auto 15px;
    min-width: 0;
    padding: 0 10px 10px;
    max-width: 550px;
    color: black;
}

#login-header {
    border-bottom: 4px solid #ccc;
    margin-bottom: 5px;
    padding: 15px;
}

#login-header img.logo {
    width: 150px;
}

#login-form {
    padding: 15px;
}

#login-form label {
    display: block;
    font-weight: normal;
    text-align: left;
}

#login-form h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    color: black;
}

#login-form input[type='text'], #login-form input[type='password'] {
    border: 1px solid #ccc;
    font-size: 12px;
    width: 80%;
    padding: 5px;
}

#login-form .formControls {
    margin: 15px 0;
}

#login-form .formControls input {
    font-size: 13px;
    font-weight: normal;
    margin: 0 15px 0 0;
    padding: 5 20px;
}

#login-form .formControls a {
    color: white;
    display: block;
    line-height: 19px;
    margin: 0;
}

#login-footer {
    padding: 0 15px;
}

#login-form-wrapper #content-core dl.portalMessage dt {
    display: none;
}

#login-form-wrapper #content-core dl.portalMessage {
    margin: 0 15px;
}

#login-form-wrapper #content-core.ajax_load {
    margin-top: 0px;
    border: none;
}

#login-form-wrapper #content-core.ajax_load #login-form {
    padding: 5px 15px;
}

.pb-ajax #login-form {
    text-align: left;
}

#login-form-wrapper #content-core.ajax_load #login-header {
    display: none;
}

#login-form-wrapper #content-core dd {
    margin: 0px;
}

#plone-contentmenu-display {
    display: none;
}

.block {
    margin: 10px 0;
}

#content .content-searchbox ul.LSTable li:hover {
    background: #dddddd;
}

.recent-items-carousel {

}

.recent-items-carousel .header {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.recent-items-carousel .header h4 {
    float: left;
    margin: 0px;
    font-weight: bold;
    color: #444444;
}

.recent-items-carousel .header .controls {
    float:right;
}

.recent-items-carousel .header .controls a {
    color: #444444;
}

.recent-items-carousel .content-wrapper {

}

.recent-items-carousel .item {

}

.recent-items-carousel .article {
    float: left;
    padding: 5px;
    width: 20%;
}

.recent-items-carousel .article .thumb {
    margin: 10px 0;
}

.recent-items-carousel .article .thumb img {
    max-width: 100%;
}

.recent-items-carousel .article .title {
    color: #494949;
    font-weight: bold;
    max-height: 60px;
    overflow: hidden;
}

div.accessprogram .feed {
    /*background-position: 0px 5px;*/
}

.education-package-form {

}

.education-package-form .left-col {
    padding-left: 0px;
}

.education-package-form .right-col {
    padding-right: 0px;
}

.education-package-form {

}

.education-package-form .datepicker-education input[type='text'] {
    width: 245px;
}

.bluebox-wrapper {
    float: left;
    width: 33.33%;
}

.bluebox-wrapper.first-child {
    padding-right:8px;
}

.bluebox-wrapper.second-child {
    padding-right:4px;
    padding-left: 4px;
}

.bluebox-wrapper.last-child {
    padding-left:8px;
}

.bluebox {
    background: none repeat scroll 0 0 #5b9bd5;
    padding: 10px;
    font-family: arial;
}

.bluebox:first-child {
}

.bluebox h3 {
    color: white;
    font-family: arial;
    font-size: 17pt;
    font-weight: bold;
    margin: 0 0 8px;
    text-align: center;
}

.bluebox .items {

}

.bluebox .item {
    text-align: center;
}

.bluebox .item a {
    color: white;
    font-weight: bold;
}

.bluebox-trial-wrapper {
    float: right;
    width: 25%;
}

.bluebox-trial-wrapper.first-child {
    padding-left:4px;
}

.bluebox-trial-wrapper.second-child {
    padding-right:2px;
    padding-left: 2px;
}

.bluebox-trial-wrapper.last-child {
    padding-right:4px;
}

.bluebox-trial h4 {
    color: white;
    font-family: arial;
    font-size: 13pt;
    font-weight: bold;
    margin: 0 0 3px;
    text-align: center;
}

.bluebox-trial {
    background: none repeat scroll 0 0 #5b9bd5;
    padding: 4px;
    font-family: arial;
}

.bluebox-trial .items {

}

.bluebox-trial .item {
    text-align: center;
}

.bluebox-trial .item a {
    color: white;
    font-weight: bold;
}

.diseases-spotlight {
    margin-bottom: 15px;
}

a.blue {
    color: blue;
}

.table.clinical-trial > tbody > tr > td {
    border-top: 0px solid #dddddd;
}

.table.clinical-trial > tbody > tr > td.col-md-3 {
    border-bottom: 1px solid #D3E7F4;
    padding-left: 0px;
}

#news-diseases-spotlight {
    clear: right;
    float: right;
    position: relative;
    width: 55%;
    z-index: 9999;
    margin: 8px;
}

#news-diseases-spotlight .bluebox-wrapper.first-child {
    padding-right:4px;
}

#news-diseases-spotlight .bluebox-wrapper.second-child {
    padding-right:2px;
    padding-left: 2px;
}

#news-diseases-spotlight .bluebox-wrapper.last-child {
    padding-left:4px;
}

#news-diseases-spotlight .bluebox .item a {
    font-weight: normal;
}

#news-diseases-spotlight .bluebox h3 {
    font-size: 16px;
}

.box-center {
    width: 600px;
    margin: auto;
}

.clinical-trials h4 {
    margin: 10px 0 4px;
    font-weight: bold; font-size: 13px;
    color: black;
}

.clinical-trials a {
    color: #003399;
}

.clinical-trials .disease {
    background: #EEF4FA;
    padding: 5px 10px;
    margin-bottom: 12px;
}

.clinical-trials .disease .li {
    color: #003399;
}

#searchGadget {
    width: 200px;
    padding: 5px;
}

#LSResult {
    right: 21px;
    margin-top: -1px;
}

#LSResult fieldset {
    margin-top: 0px;
    padding-top: 0px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

#content ul.LSTable {
    margin-left: 0px;
}

.LSRow, #LSNothingFound {
    padding: 3px 10px;
}

.modal-footer {
    margin-top: 0px;
}

#content-core .kssattr-formname-register {

}

#content-core .kssattr-formname-register input[type='text'] {
    width: 50%;
    padding: 4px;
}

.formHelp {
    font-size: 12px;
}

#content-core .kssattr-formname-register .actionButtons input {
    color: #ffffff;
    border: 1px solid transparent;
    border-color: #73a839;
    background-color: #73a839;
    border-color: #73a839;
    background-image: -webkit-linear-gradient(#88c149, #73a839 60%, #699934);
    background-image: -o-linear-gradient(#88c149, #73a839 60%, #699934);
    background-image: linear-gradient(#88c149, #73a839 60%, #699934);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
    border-bottom: 1px solid #59822c;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

input#form.actions.register :hover {
    color: #ffffff;
    background-color: #59822c;
    border-color: #547a29;
}

.overlay .close {
    opacity: 1;
    filter: alpha(opacity=100);
}

.inform-text {
    color: #ffb000;
}

#form-widgets-disease-autocomplete label.horizontal,
#form-widgets-keywords-autocomplete label.horizontal,
#form-widgets-diseases-autocomplete label.horizontal {
    display: none;
}

a.btn {
    color: white;
}

/* Date picker for education package*/
.datepicker-education {
    font-size: 13px;
}

.datepicker-education .glyphicon-calendar {
    cursor: pointer;
    color: #1d9ce5;
}

#news-spotlight.news-spotlight {
    text-align: center;
    background: transparent;
    font-size: 18px;
    color:white;
}

#news-spotlight-link a {
    color: #157ab5;
}

img.datalynx {
    height:52px;
    width: 105px;
    margin-right: 10px;
    margin-top: 28px
}
