/* import chosen colour scheme here */
@import url("light-blue.css?rev=1.62");

#profile_dropdown{
    max-height: 50px;
}

.selfreg_fields .twitter-typeahead,
.selfreg_fields .tt-dropdown-menu {
    width:100%;
}
.selfreg_fields  #org_list {
    max-width:100%;
}
.selfreg_fields .filter-submit-btn {
    float:left;
}

h3,
#content div.panel-body.info_box_inner.password-change h1,
.selfreg_msg h1 {
    color:#11559A;
}
.panel-heading h3 {
    color:#909090;
}

#email_as_id {
    display:none;
    font-weight:bold;
    color:#600;
}

/* Login modifications Nov 16 */
.row.border-bottom {
    border-bottom:solid 1px #ddd;
    padding-bottom:10px;
}
h1.login-section-title {
    font-weight: bold;
    color: #666;
    font-size: 32px;
}
a.btn-success.link-btn,
a.btn-success.link-btn:visited,
a.btn-success.link-btn:link,
a.btn-success.link-btn:active {
    color:#fff;
    font-weight:normal;
    letter-spacing: 0.6px;
}
a.btn-default.link-btn,
a.btn-default.link-btn:visited,
a.btn-default.link-btn:link,
a.btn-default.link-btn:active {
    color:#333;
    font-weight:normal;
    letter-spacing: 0.6px;
}
p.login-section-subtitle {
    font-size:16px;
}
@media (min-width: 769px) {
    .reg-now-pad {
        padding-top:36px;
    }
}

/* Don't display the star in the empty task list */
.dash-tasklist-emptmsg {
    display:none;
}

/* self-reg modal user ID display */
.login-modal-userid {
    font-weight: bold;
    font-size: 18px;
    font-family: "Source Code Pro","Lucida Console","Courier New","Verdana";
    word-wrap:break-word;
}
@media (min-width: 768px) {
    /* displaying user-entered names which might be long
       hence bump up the width of the modal */
    .curr-logon-modal .modal-dialog {
        width:680px;
    }
}
/* self-reg wrong site msg */
#redirect_row div {
    border: solid 1px #61affa;
    border-radius: 4px;
    background-color: #ecf6ff;
    padding: 8px;
    font-size: 15px;
    margin: 0 12px;
}

/* FAQ and Login Help */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}
.faq-container h1 {
    font-weight: bold;
    color: #666;
    font-size: 25px;
    margin-bottom: 10px;
}
.faq-container p {
    margin: 2px 5px 10px 11px;
    padding: 0;
}
.faq-container li,
.faq-container p {
    line-height: 1.5;
    font-size: 16px;
}
.faq-container h2 {
    margin:25px 0 10px;
}
.faq-container h3 {
    color: #31708f;
    border: solid 1px #bce8f1;
    background-color: #d9edf7;
    padding: 4px 8px;
    border-radius: 3px;
    margin-bottom: 5px;
}
