.Normal {
    font-size: 14px;
    line-height: 1.428;
}

.SkinLink {
    margin-top: 15px;
    text-align: center;
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

.carousel-inner > .active.left {
    float: none;
}

.carousel-caption h1 {
    color: #fff;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

.searchBox {
    padding: 15px 15px 0 15px;
    width: 240px;
}

    .searchBox .searchText {
        color: #000;
        float: right;
    }

.searchSkinObjectPreview_group {
    display: none;
}

ul.dnnAdminTabNav {
    height: 40px;
    border-radius: 0 !important;
}


/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }


/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

/* Addition to bootstrap menu styles */
/* Displace second and deeper level menus right from their parent.  */
.dropdown-menu .dropdown-menu {
    margin-left: 160px;
}


/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}


.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
    color: #777;
}

    .navbar-default .navbar-nav > li > div > a:hover,
    .navbar-default .navbar-nav > li > div > a:focus,
    .navbar-default .navbar-nav > li > div > ul > li > a:hover,
    .navbar-default .navbar-nav > li > div > ul > li > a:focus {
        color: #ffffff;
        background-color: #178acc;
    }


/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 51px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }



    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .navbar-right .userNotifications span, .navbar-right .userMessages span {
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        font-size: 0;
        text-indent: -9999px;
        z-index: 999;
    }

    .navbar-right .userNotifications span {
        background: url('i/icon_notification_active.png') no-repeat center center;
    }

    .navbar-right .userMessages span {
        background: url('i/icon_message_active.png') no-repeat center center;
    }


/* Content formatting */

#Content, #TopContent {
    margin-top: 10px;
}


/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }

/* fix for carousel for large resolution displays */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    width: 100%;
}


/* fix for DNN dropdown lists being cut off*/

.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
    height: 35px !important;
}


/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark {
    background: none;
}

/* Tysabri style reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Tysabri styles */
html {
    overflow-y: scroll;
}

::selection {
    background: #b3d88c;
}

::moz-selection {
    background: #b3d88c;
}

body {
    background-color: #ababab;
    font: 13px / 1.231 sans-serif;
}

#contentbackground {
    background-color: #d7dcd3;
}

    #contentbackground a:link {
        -webkit-tap-highlight-color: #b3d88c;
    }

    /* #contentbackground .LoginPanel a:hover { */
    #contentbackground a:hover {
        text-decoration: none;
    }

    /* #contentbackground .LoginPanel a.dnnSecondaryAction:hover { */
    #contentbackground a.dnnSecondaryAction:hover {
        color: #555;
        text-decoration: none;
    }

#container {
    background-color: #fff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

header {
    height: 100px;
}

#logo-home {
    float: left;
    width: 370px;
    margin-top: -10px;
}

.telephone-info {
    width: 400px;
    padding: 0;
    float: right;
    margin: 10px 2px 0 0;
    text-align: right;
}

#main.healthcarespecialists {
    min-height: 300px;
    font-size: 14px;
    color: #8f918e;
}

.healthcarespecialists #overviewbox {
    background-color: #415a8f;
}

    .healthcarespecialists #overviewbox h1 {
        color: #FFF;
        font-size: 24px;
        padding-bottom: 10px;
        font-weight: normal;
        line-height: 18px;
    }

ul.nav.navbar-nav,
ul.buttonGroup {
    list-style-type: none;
}

#dnn_TitlePane {
    padding: 0;
}

h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

#CollabBody h2 {
    color: #8f918e;
    line-height: 1;
}

#CollabBody p {
    font-size: 12px;
}

.RightSide h2 {
    font-size: 20px;
    font-weight: bold;
}

.overview_btm {
    background: #A6A7A4;
    color: #FFF;
    float: left;
    font-size: 20px;
    height: 35px;
    margin-bottom: 5px;
    padding-top: 0;
    width: 100%;
}

#overviewbox h1 {
    margin-top: 10px;
    margin-left: 23px;
    padding-top: 15px;
    margin-bottom: 16px;
}

sup {
    position: relative;
    font-size: .45em;
    vertical-align: middle;
    top: -0.5em;
}

.userandlogin {
    font-family: Georgia, "Times New Roman", 'Times New Roman', serif;
    font-size: 11pt;
}

    .userandlogin.mainMenu .nav {
        cursor: pointer;
        font-size: 11pt;
        background-color: transparent;
    }

#contentbackground .userandlogin.mainMenu .nav a {
    color: #fff;
    display: inline;
    padding: 0;
}

.userandlogin.mainMenu .nav a:hover {
    background-color: transparent;
}

.userandlogin.mainMenu .nav li::before {
    content: '|';
    padding: 0 10px;
    color: #ffffff;
}

.userandlogin .loginGroup::before {
    content: '|';
    padding: 0;
    color: #ffffff;
}

.userandlogin.mainMenu .nav li:first-child::before {
    content: '';
    padding: 0;
}

.userandlogin span {
    color: #fff;
    text-transform: uppercase;
    font: inherit;
}

.userandlogin .loginGroup {
    display: inline;
}

.userandlogin .LoginLink {
    text-decoration: underline;
}

.LoginTextTop {
    padding: 9px 0 36px 0;
}

.LoginMoreInfo {
    color: #8f918e;
    line-height: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

    .LoginMoreInfo a {
        text-decoration: underline;
    }

/*
.LoginPanel .dnnPrimaryAction,
.LoginPanel .dnnSecondaryAction {
*/
#contentbackground .dnnPrimaryAction,
#contentbackground .dnnSecondaryAction {
    font-family: sans-serif;
    font-size: 13px;
    min-width: auto;
}

/* #contentbackground .LoginPanel .dnnPrimaryAction { */
#contentbackground .dnnPrimaryAction {
    color: #efefef;
}

a, a:active, a:visited {
    color: #607890;
}

.Content2Column {
    min-width: 685px;
    margin-top: 10px;
    /* padding: 5px 5px 5px 5px; */
    border: 0px solid #e9ece5;
}

#footer {
    background-image: url(img/footerborder.jpg);
    padding-top: 30px;
    background-color: #ababab;
    height: 150px;
    width: 100%;
    color: #FFF;
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-shadow: 1px 1px #777;
}

.footer-logo {
    margin: -10px 10px 0 0;
    float: left;
}

.accredit {
    float: left;
    color: #fff;
}

.centerme {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

    .centerme div {
        color: #fff;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.dnnActions {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding-top: 18px;
    text-align: left;
}

.dnnClear {
    clear: both;
}

.dnnSecondaryAction, .dnnPrimaryAction {
    min-width: 20px;
    font-family: sans-serif;
    font-size: 13px;
}

.alert {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

strong, th {
    font-weight: bold;
}

.alert.alert-warning {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px #faebcc solid;
    border-radius: 4px;
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.dashboard {
    position: relative;
}

.placeOrder {
    margin-right: 20px;
    width: 230px;
}

h2.sectionHeader {
    color: #415a8f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.alert.alert-warning.placeOrderInfo {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px transparent solid;
}

.placeOrder p,
.placeOrder label,
.siteDetails p,
.siteDetails span {
    font-size: 11px;
    line-height: 1.2;
}

.placeOrder p,
.placeOrder label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteDetails p,
.siteDetails span {
    font-family: sans-serif;
}

.siteDetailsInfo div {
    margin-top: 10px;
}

.red {
    color: #CC0000;
}

#contentbackground .placeOrder a {
    text-decoration: none;
}

.siteDetails {
    color: #333;
    margin-right: 378px;
    margin-bottom: 20px;
    width: 250px;
}

body#Body .dnnFormItem input[type="number"] {
    margin-bottom: 7px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
    width: 45%;
    max-width: 445px;
}

.siteDetailsStats {
    background-color: #dff0d8;
    border-radius: 7px;
    padding: 10px;
    color: #3c763d;
    font-size: 13px;
    width: 390px;
    position: absolute;
    top: 0;
    right: 0;
}

    .siteDetailsStats p {
        border-bottom: 1px #fff solid;
        font-family: Arial, Helvetica, sans-serif;
    }

        .siteDetailsStats p:last-child {
            border-bottom: 0;
            padding: 0;
        }

    .siteDetailsStats span {
        color: #3C763D;
        font-weight: bold;
        font-size: 28px;
    }

.orderSummary h2.sectionHeader {
    margin-bottom: 0;
}

.orderSummary > p {
    color: #8a8987;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.orderSummary a {
    text-decoration: underline;
}

.orderSummary .table {
    font-family: Tahoma;
    font-size: 10px;
}

.orderSummary tr:first-child {
    background-color: #465ea0;
    color: #fff;
}

tb
.orderSummary .table > tbody > tr > th {
    border-bottom: none;
}

.orderSummary th {
    border-left: 1px #465ea0 solid;
}

    .orderSummary th:last-child {
        border-right: 1px #6f798f solid;
    }

.orderSummary .table > tbody > tr > th,
.orderSummary .table > tbody > tr > td {
    padding: 3px;
}

.orderSummary .table > tbody > tr > td {
    border-left: 1px #bdbcbd solid;
    border-top: none;
    color: #333;
}

.orderSummary td:first-child {
    border-left: 1px #6f798f solid;
}

.orderSummary td:last-child {
    border-right: 1px #6f798f solid;
}

.orderSummary tr:last-child td {
    border-bottom: 3px #3f4f76 solid;
}

.header404, .headerONP {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.body404, .bodyONP {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dnnFormItem input[type="text"].numVials {
    width: 78px;
}

#dnn_BottomLogos {
    display: none;
    margin-top: -20px;
}

.centerme div:last-child {
    padding-top: 20px;
}

/* The loading modal container */
#loadingModal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* The overlay that covers the entire page */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

/* The content area in the center of the page */
.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* CSS Spinner styles */
.spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

body#Body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* Keyframes for spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
