﻿.bodyfont,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

    body#tinymce {
        padding-top: 0px;
    }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left;
}

.col-1 {
    width: 8.333333333333332%;
}

.col-2 {
    width: 16.666666666666664%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-5 {
    width: 41.66666666666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333333333336%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333333334%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-12 {
    width: 100%;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 0px;
    padding-right: 5px;
}

.hide {
    display: none;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

/* Validation */
span.field-validation-error span {
    color: red;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.filterSel {
    color: black;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* Table Styles */
/* Table Styles */
/* Table Styles */
/* Table Styles */
/* Table Styles */

.table {
    margin-bottom: 0px;
}

    .table > thead > tr > th {
        background-color: #428bca;
        color: #fff;
        position: relative;
    }

.table-sortable > thead > tr > th[data-sortkey].Ascending:before {
    font-family: FontAwesome;
    top: 0px;
    float: right;
    content: "\f0dd";
    padding: 0px;
    margin: 0px;
}

.table-sortable > thead > tr > th[data-sortkey].Descending:before {
    font-family: FontAwesome;
    top: 0px;
    float: right;
    content: "\f0de";
    padding: 0px;
    margin: 0px;
}

.table-sortable > thead > tr > th[data-sortkey],
.table-filterable > thead > tr > th[data-filterkey] > i {
    cursor: pointer;
}

    .table-sortable > thead > tr > th[data-sortkey]:before {
        font-family: FontAwesome;
        top: 0px;
        float: right;
        content: "\f0dc";
        padding: 0px;
    }

.table > thead > tr > th > a {
    color: #fff;
    text-decoration: none;
}

th > i > input[type="text"] {
    color: black;
    position: absolute;
    top: 25px;
    left: 0px;
}

hr {
    border-color: #ccc;
}

.pagination {
    margin-top: 0px;
}

section.section {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #c4c1c1;
}

.form-horizontal .control-label {
    padding-top: 5px;
}

.form-control {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
}

select.form-control {
    padding-right: 0px;
}

.app-icon-blue {
    color: #428bca;
}

.app-icon-green {
    color: #05cf77;
}

.app-icon-red {
    color: #e80c4d;
}



@media only screen and (max-width:980px) {

    .navbar-brand {
        display: inline-block;
    }
}


@media screen and (min-width: 768px) {
    .navbar-link-group {
        float: right;
    }
}


.datepicker {
    z-index: 1152;
}

.form-control.datepicker:hover {
    cursor: pointer;
}

.form-control.datepicker[disabled],
.form-control.datepicker[readonly] {
    background-color: transparent;
}


/*PALS Custom */
/*PALS Custom */
/*PALS Custom */
/*PALS Custom */
/*PALS Custom */
/*PALS Custom */


.result {
    margin-bottom: 0px;
}

.youtube-thumbnail {
    padding: 5px 5px 5px 0;
}

.date {
    color: gray;
}

.link {
    color: green;
}


a:hover {
    text-decoration: underline;
}

.navbar-brand {
    font-size: 25px;
    padding-right: 0;
}

.pagination > .disabled > a {
    color: #888;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -142px;
}

.disclaimerFooter {
    font-size: 10px;
}

.readonly {
    cursor: not-allowed;
    background-color: #eee;
}

.palsTable > thead > tr > th {
    background-color: #428bca;
}

.hideOverflow td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .hideOverflow td:hover {
        overflow: visible;
        word-wrap: break-word;
        white-space: normal;
    }

.referenceSection {
    padding-bottom: .025em;
}

#referenceError {
    color: red;
    display: none;
}

.iconCell {
    text-align: center;
}

.deleteIcon {
    color: red;
}

.editIcon {
    margin-left: 30px;
}

.saveIcon {
    color: green;
    margin-left: 30px;
}


#viewArticleList {
    padding-top: 1em;
}

.youtube-player {
    max-width: 100%;
}

.hl {
    font-weight: bold;
}

.tinymce_body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

.c-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-rating__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    background: url(images/star.svg);
    cursor: pointer;
}

    .c-rating__item.is-active, .c-rating__item:hover {
        background-position: -32px 0;
    }



@media screen and (min-width: 0) and (max-width: 767px) {
    #navbar-search {
        display: none;
    }

    #page-search {
        display: block;
    }
}

@media screen and (min-width: 768px) {

    #navbar-search {
        display: block;
    }

    #page-search {
        display: none;
    }
}

.Inactive {
    color: red;
}


#ProfileImageUpload {
    display: none;
}


/* Typeahead */
/* Typeahead */
/* Typeahead */
/* Typeahead */
/* Typeahead */

.twitter-typeahead {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion.tt-cursor, .tt-suggestion:hover {
        color: #fff;
        background-color: #428bca;
        cursor: pointer;
    }

@media screen and (min-width: 0px) and (max-width: 767px) {
    .typeahead-wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .typeahead-wrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 0) and (max-width: 992px) {

    /* Sortable / Grabbable */
    /* Sortable / Grabbable */
    /* Sortable / Grabbable */
    /* Sortable / Grabbable */
    /* Sortable / Grabbable */


    .grabbable {
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

        .grabbable:active {
            cursor: grabbing;
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing;
        }

    #sortable {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }



    .teamMemberLi:hover {
        background-color: #d9edf7;
    }
}

@media screen and (min-width: 0) and (max-width: 991px) {
    .panel-left-align {
        padding-left: 0;
        padding-right: 0;
    }

    .panel-right-align {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 991px) {
    .panel-left-align {
        padding-left: 0px;
    }

    .col-md-6.panel-left-align {
        padding-right: 25px;
    }

    .panel-right-align {
        padding-right: 0px;
    }

    .col-md-6.panel-right-align {
        padding-left: 15px;
    }
}

i.mce-i-fa-book:before {
    content: "\f02d";
    font-family: FontAwesome;
    font-size: 1.2em;
}

/*a:visited:not(.btn) {
    color: #777;
}*/

/*.nav li a:visited {
    color: #de502a;
}*/

/*.nav li.active a:visited {
    color: #fff;
}*/

/*.header-menu li a:visited {
    color: #333;
}*/

i.clickable {
    cursor: pointer;
}

#accordion .panel-heading {
    cursor: pointer;
}

.truncate-title {
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .truncate-title:hover {
        white-space: initial;
    }

.article-body {
    margin-top: 40px;
    font-family: Arial;
    font-size: 22px;
}

.alert ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}



/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to SearchResults.css
*/

/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to PalsForum.css
*/


/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to SearchResults.css
*/


/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to MeetTheTeam.css
*/


/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to SearchResults.css
*/



/* 
   Collapse the menu at a different point than the default Bootstrap settings.
   We should consider using a Bootstrap variables based approach in the future.
*/

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        padding-top: 20px;
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


/*
    ====Clayton refactor notes====
    Removed code from here.
    Added to MeetTheTeam.css
*/


/*
 Home page and mobile adjustments
*/

#homeSearch {
    height: 100%;
    padding-bottom: 14em;
}

#faq {
    padding-bottom: 30em;
}

#copyright {
    text-align: left;
}

@media screen and (min-width: 0) and (max-width: 991px) {
    #homeSearch {
        /* Two columns per row */
        padding-bottom: 12em;
    }

    #copyright {
        text-align: left;
    }
}

@media screen and (min-width: 0) and (max-width: 767px) {
    #homeSearch {
        padding-bottom: 5em;
    }

    #copyright {
        text-align: center;
    }
}

#courseTitle {
    font-weight: bold;
}


/*.bodywrapper {
    margin: 0px 10%;
}*/

/*
    Login page
*/


.loginHeadingBtn {
    padding: 20px 30px;
    color: #000;
    cursor: pointer;
}

#LoginRow {
    margin-top: 40px;
}

#loginFlex {
    display: flex;
}

    #loginFlex button {
        width: 50%;
        border: 0px;
        background-color: transparent;
        padding: 20px;
    }

.activeLoginTab {
    color: #FFF;
    background-color: #666666 !important;
}

#LoginRow .panel-login {
    padding: 0px;
    border: none;
    -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
}

#LoginRow .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}


#LoginRow .panel-login > .panel-heading .tabs {
    padding: 0;
}

#LoginRow .panel-login h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 30px;
}

#LoginRow .panel-login > .panel-heading {
    color: #848c9d;
    background-color: #e8e9ec;
    border-color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 0px;
}

#LoginRow .panel-login .form-group {
    padding: 0 30px;
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    height: 45px;
    border: 0;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0px;
    padding: 6px 0px;
}

.panel-login input:hover,
.panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn-login {
    background-color: #E8E9EC;
    outline: none;
    color: #2D3B55;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #666666;
    }

#SignInByPhone {
    display: none;
}

#SignInByUsername, #SignInByPhone {
    background-color: #fff;
}


#LoginForgotPasswordText {
    position: relative;
    top: 10px;
    left: 25px;
}

@media screen and (min-width: 0) and (max-width: 767px) {

    #LoginRow .panel-heading {
        padding-left: 0px;
        padding-right: 0px;
    }

    #LoginRow .panel-login h2 {
        margin: 30px 0px;
    }
}


/*Log In Page Styles*/
#requestNewCode {
    margin-left: -27px;
}

/*MyPALS Home Styles*/

#userHistoryList th {
    background-color: #444;
    color: white;
}

.bookmarkTableDeleteCol {
    width: 50px;
}


#bookmarkList {
    table-layout: fixed;
}

    #bookmarkList tbody tr td {
        word-wrap: break-word;
    }


@media print {

    .RemoveFromPrint {
        display: none;
    }

    .collapse {
        display: block !important;
    }

    .noteEntry {
        page-break-inside: avoid;
    }

    a[href]:after {
        content: none !important;
    }
}

.fa-print {
    cursor: pointer;
}

.fa-envelope-o {
    cursor: pointer;
}

input.input-validation-error:focus {
    border: 1px solid #e80c4d;
}

.dismissed {
    color: silver;
}

.AboutMe {
    max-width: 700px;
}

a.faqLink {
    color: #de502a;
}

    a.faqLink:visited {
        color: #de502a;
    }

.header-menu > li > a {
    padding-left: 33px;
    padding-right: 33px;
}

footer {
    color: #fff;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #003a51;
}

    footer li {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer a {
        color: #e5e5e6;
    }

.footer-nav {
    border-bottom: 1px solid;
}

.footer-nav a:hover {
        color: #cdcdcb;
    }

.disclaimer a:hover {
    color: #cdcdcb;
}

.list-inline-separator > li {
    list-style: none;
    display: inline;
    white-space: nowrap;
    line-height: 50px;
}

.list-inline-separator > li:after {
    position: absolute;
    margin-left: 20px;
    content: "\2022";
}

.list-inline-separator > li:last-child:after {
    content: "";
}

@media screen and (min-width: 767px) {
    .float-md-left {
        float: left;
    }

    .float-md-right {
        float: right;
    }
}

@media screen and (max-width: 766px) {

    footerLogoLink {
        margin-left: -15px;
    }

    .footer-nav {
        text-align: center;
    }

    .list-inline-separator {
        padding-left: 0px;
    }

    .list-inline-separator > li {
        line-height: 30px;
    }

    .list-inline-separator > li:after {
        content: "";
    }

    .list-inline-separator > li {
        display: list-item;
    }
}

    #PALSContent {
        min-height: 82.8vh;
        position: relative;
        padding-top: 65px;
        margin-bottom: 50px;
    }

    #courseBtn {
        height: 80px;
        width: 300px;
        color: #003a51;
        font-weight: bold;
        font-size: 20px;
        margin-top: 70px;
    }

    #palsDescription p {
        padding-top: 1em;
        /*padding-bottom:2em;*/
        line-height: 25px;
    }

    .panel-heading a {
        color: #e6e6e5;
    }

    #drug-synonyms {
        background-color: #e6e6e5;
        min-height: 80px;
        text-align: center;
        padding: 5px 10px;
    }

    .badge-outline {
        color: #666666;
        border: 1px solid #666666;
        background-color: transparent;
    }

    .portfolioImg {
        position: relative;
        z-index: 100;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 3px solid #000;
        opacity: 1;
        transition: 0.3s ease;
    }


    .borderless-panel {
        border: none;
        box-shadow: none;
    }