﻿body {
    width: 1024px;
    margin: 0 auto;
    font: normal 12pt 'Open Sans', Tahoma, Geneva, sans-serif; /* Matches DevEx Custom Theme 'MetropolisBlueCsl'; necessary for ASP controls that don't support DevEx theming */
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    color: #333333;
}

.ulFooter li {
    line-height: 30px;    
}

.ulFooter a {
    text-decoration: none;
    color: #015989;
}

.divFooterSection {
    display: inline-block;
    vertical-align: top;
}


.warning-text {
    color: crimson;
}

.light-text {
    color: #999;
}

/* HTML Elements */

a {
    color: #015989;
}

select, input {
    font: normal 12pt 'Open Sans', Tahoma, Geneva, sans-serif;
}

b {
    font-weight: 800;
}

.first-p {
    margin-top: 0;
}

.last-p {
    margin-bottom: 0
}

.first-h {
    margin-top: 0;
}


/* Bootstrap-style message alerts */

.alerts-panel {
    margin-bottom: 0;
}

.csl_message_error, .csl_message_important {
    color: #a94442;
    border: 1px solid transparent;
    border-color: #ebccd1;
    background-color: #f2dede;
    border-radius: 4px;
    margin: 8px;
    padding: 15px;
    font-size: 14px;
}

.csl_message {
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.7em;
}

.csl_message_success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8;
}

.csl_message_info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.csl_message_warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3;
}

.csl_message_error {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}

.csl-message-close {
    background-color: transparent;
    background-image: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    line-height: 21px;
    vertical-align: middle;
}

.csl-tag {
    border-radius: 3px; 
    font-size: 8pt; 
    padding: 2px 3px;
}

/* Account Menu */

.account-menu {
    padding: 1px 5px 1px 5px;
    border: 0;
    background-color: #fcfcfc;
    box-shadow: 6px 6px 8px #6c6c6c;
}

.account-menu ul {
    list-style-type: none;
    padding: 0;
}

.account-menu ul li {
    margin-bottom: 4px;
    padding: 0;
}

.account-menu ul:first-child {
    margin-top: 0;
}

.account-menu ul:last-child {
    margin-bottom: 0;
}

/* Specific to Portals */

#divLearnStoreShare {
    margin: 0 auto;
    width: 582px;
    text-align: center;
    padding: 0;
}

#divLearnStoreShare table {
    margin: 0 auto;
    width: 540px;
}

.pt-lss-bottom-row {
    height: 100px;

}
.pt-lss-image img {
    width: 230px;
    margin: 0 auto;
    border-radius: 12px;
}

.pt-lss-title {
    font-size: 28pt;
    text-align: left;
    padding: 0 5px 10px 30px;
}

.pt-lss-title-text {
    float: left;
}

.pt-lss-desc {
    font-size: 12pt;
    text-align: left;
    vertical-align: top;
    padding: 0 0 0 30px;           
}

.pt-lss-link, .pt-lss-btn, .hcp-link {
    padding: 0;
    width: 32px;
    float: right;
    margin:auto 0;
}

.pt-lss-link img {
    margin-bottom: -3px;
}

.pt-lss-btn img {
    margin-bottom: 22px;
}

.feature {
    padding: 0 6px;
}

.feature-img {
    text-align: center;
}

.hcp-home-image img {
    width: 250px;
    margin: 0 auto;
    border-radius: 12px;
}

.hcp-link {
    position:absolute; 
    bottom:0;
    right:0
}


/* CME */

.cme_title 
{
	color: #015989;
	display: block;
	font-weight: bold;
    font-size: 14pt;     	
}

.cme_description
{
    margin: 18px 0 16px 0;
}

.cme_time 
{
	display: block;
	margin: 10px 0;    
}

.cme_content_text
{
    margin-top: 15px;
}

.cme_content_video {
    width: 100%;
    margin: 20px 0;
}

.cme_section_heading {
    font-weight: bold;    
}

.cme_label {
    background-color: #c0c0c0;
    color: white;
    padding: 0 5px;
    margin-right: 10px;
}

.cme_footer {
    font-size: 10pt;
    color: gray;
    margin-top: 10px;
}

.cme_page_button {
    margin:20px 0;
    clear: both;
    text-align: center;
}

.cme_quiz_container, .questionnaire_container {
    background-color: #f0f0f0;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}

/* How To */

.howto-link {
    font-size: 10pt;
    text-decoration: underline;
}

.howto-content {
    display: none;
    background-color: #f3f3f3;
    padding: 2px 15px;
    margin: 10px 0 15px 0;
    font-size: 10pt;
}

/* Error pages */

.error-box {
    margin: 50px auto;
    border: 10px solid #c4e2b0;
    border-radius: 10px;
    padding: 40px;
    width: 600px;
}


/* Expandable Help Div (User Control) */

.expandable-help-div {
    text-align: left;
    width: 100%;    
    margin-top: -10px;
    margin-bottom: 10px;
}

.expandable-help-div-link {
    text-decoration: none;
    color: #606060;
    font-size: 11pt;
    cursor: pointer;
}

.expandable-help-div-content {
    display: none;
    background-color: #f3f3f3;
    padding: 10px 20px;
    margin: 10px auto;
    font-size: 10pt;
    border-radius: 10px;
}

.ehd-ul-10 {
    text-decoration: underline;
    font-size: 10pt;
}

/* Provider Directory */

.provdir-image {
    padding: 10px;
    width: 68px;
    text-align: center;
    vertical-align: top;
}

.provdir-field div {
    padding: 2px;
    font-size: 10pt;
}

 .provdir-popup {
    border: 1px solid #f0f0f0; 
    background-color: #f3f3f3;
    border-radius: 10px;
    width: 500px; 
    padding: 20px; 
 }

.provdir-popup .provdir-popup-image {
    display: table-cell;
    width: 150px;
    vertical-align: top;
}
    
.provdir-popup .provdir-popup-details {
    display: table-cell;    
    width: 300px; 
}


/* CSL Info Panel */

.csl-info-panel {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.csl-info-panel-header {
    background-color: #f0f0f0;
    color: #888;
    padding: 8px;
    text-align: left;
}

.csl-info-panel-content {
    padding: 8px;
}

.csl-info-panel-content p {
    color: #4c4c4c;
}

.csl-info-panel-content div {
    font-weight: 500;
    color: #111;
    font-family: sans-serif;
}


/* Theme modifications that could not be applied in ThemeBuilder */

.csl-dxmenu-submenuitem, 
.csl-dxmenu-submenuitem a, 
.csl-dxmenu-submenuitem a .dx-vam {
    color: #015989;    
}

