/**
 Name:  OnDemand.css
**/

@font-face {
    font-family: 'Glober Regular';
    src: url('/Content/GloberRegularFontKit/glober_regular-webfont.woff2') format('woff2'), url('/Content/GloberRegularFontKit/glober_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Glober Bold";
    src: url('/Content/GloberRegularFontKit/Glober-Bold.ttf') format("truetype");
}

body {
    font-family: "Open Sans", Arial, Helvetica,sans-serif;
    line-height: 14px;
    background-color: #ccc;
    margin: 0 auto;
    width: 1275px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Glober Regular";
    color: #013e77;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 26px;
    color: #184d84;
    padding-bottom: 5px;
}


    h1.inlineTitle {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        line-height: 1;
        margin: 0 0 15px 0;
    }

h2 {
    color: #1B56B9;
    font-size: 34px;
}

    h2.adorned {
        border-bottom: 1px solid #ccc;
    }

    h2.inlineTitle {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
        line-height: 1;
        margin: 0 0 15px 0;
    }

h3 {
    padding: 10px 0;
    color: #013e77;
    font-size: 20px;
    font-weight: 400;
}

.right { float: right; }
.left {  float: left; }
.normalWidth {  width: 200px !important; }

p.fancyText {
    font-size: 16px;
    padding: 0 30px 20px 0;
    line-height: 1.6;
}

p.bigText {
    font-size: 16px;
    line-height: 18px;
}


.standoutText {
    color: #2AA9E0;
    font-weight: bold;
}


/* headlines with lines beneath it */
/* use like this: 
    <h3 class="decorated"><span>Report Chart</span></h3>
*/
.decorated {
    overflow: hidden;
    text-align: center;
}

    .decorated > span {
        position: relative;
        display: inline-block;
    }

        .decorated > span:before, .decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 2px solid;
            width: 592px; /* half of limiter */
            margin: 0 20px;
        }

        .decorated > span:before {
            right: 100%;
        }

        .decorated > span:after {
            left: 100%;
        }

/*bootstrap alert */
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*bootstrap alert */
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 18px;
    line-height: 20px;
}


/* this is standard label for all forms  */
label.inlineLabel {
    display: inline-block; /* this makes it so you can have labels beside form element without creating separate block elements  */
    width: 120px; /* this puts a little space between each line of a form */
    padding-right: 10px;
    text-align: right;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.lblOndemandFormLabel {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    width: 140px;
    text-align: right;
    margin: 0px;
    padding-right: 10px;
}


/* for every page that displays labels that should be aligned right, and a set width */
.tabular-label {
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    width: 140px;
    text-align: right;
    margin: 5px 5px;
}

.lbl {
    font-weight: 700;
    display: inline;
}

/*************** PAGE STRUCTURE ELEMENTS *************** */

/* wraps all content inside page */
#pageContent {
    font-family: "Open Sans", Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: normal;
}

/* topmost div that sets page width and sets all content inside to be white */
.whiteWrapper {
    width: 1275px;
    margin: 0 auto;
    padding: 0;
    background-color: white !important;
}

/* centers a 1225px page content div */
.wrapper {
    width: 1225px;
    margin: 0 auto;
    padding: 25px 25px 0 25px; /* surround header/content elements in 25px white space*/
    background-color: #fff;
    line-height: normal;
}


.bodywrapper {
    width: 1225px;
    margin: 0 auto;
    padding: 25px 25px 0 25px; /* surround header/content elements in 25px white space*/
}

/* set header size and width */
.headerWrapper {
    background: none repeat scroll 0 0 transparent;
    float: left;
    position: relative;
    width: 100%;
    height: 155px;
    z-index: 2;
}

.threeQuartersWidth {
    width: 1002px;
}

/*this is the div that contains username and icon */
#UserLoginContainer {
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: 0;
}

    /*blue buttons top right */
    #UserLoginContainer a {
        display: inline-block;
        overflow: hidden;
        line-height: 40px;
        background-color: #0057CC;
        border: 1px solid #ffffff;
        border-radius: 2px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0px;
        padding: 0 25px;
        min-width: 100px;
        margin-left: 2px;
    }

        #UserLoginContainer a:hover, a:visited {
            color: #124782;
            background-color: white;
            border: 1px solid #0057CC;
        }

/* encapsulates the header and navigation*/
.logoNavContainer {
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 14px; /*this should be here so chevrons line up properly */
}

/* "menu" is the id of nav ul */
ul#menu {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    display: inline-block;
}

/*each menu item width*/
#menu li {
    width: 204px;
    float: left;
    position: relative;
    list-style: none;
}


    #menu li.last {
        width: 176px !important;
    }

    #menu li.hover {
        background: none repeat scroll 0 0 #f7f7f7;
    }

#menu .navCol li.hover {
    background: none repeat scroll 0 0 transparent;
}

/* this removes the bullet on submenu list items*/
.wrapper #menu li {
    list-style: none;
}

    /* style links in menu top navigation bar*/
    .wrapper #menu li a, .wrapper #menu li span {
        font-family: 'Glober Regular';
        color: #666;
        font-weight: 500 !important;
        text-transform: uppercase;
    }

        /* style top nav links on hover. This includes the two square login/myprofile buttons top of OnDemand*/
        .wrapper #menu li a:hover, .wrapper #menu li a:visited {
            cursor: pointer;
        }


#menu li span {
    cursor: pointer !important;
}

    /*style links in top nav on hover */
    #menu li a:hover, #menu li span:hover {
        color: #1B56B9;
    }



#menu .navItem a, #menu .navItem span {
    display: block;
    float: left;
    font-size: 16px !important;
    font-family: "Glober Regular" !important;
    line-height: 43px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
}

.navItem:hover .dropdown_column {
    display: block !important;
}

#menu li.hover a, #menu li.hover span {
    color: red !important;
}

    #menu li.hover a:hover {
        color: red !important;
    }

/*this is the submenu that drops down upon clicking top nav item */
#menu .navItem .dropdown_column {
    background: none repeat scroll 0 0 #fff;
    display: none;
    float: left;
    font-size: 13px;
    margin: 0 auto;
    text-align: left;
    border: 1px solid #ccc !important;
}

.dropdown_column a.hover {
    text-decoration: underline !important;
    color: red !important;
}


#menu .navItem .dropdown_column a {
    text-transform: none !important;
    text-align: left;
}

    #menu .navItem .dropdown_column a:hover {
        border-color: transparent !important;
    }

/* dropdown menu on top uses this */
.dropdown_1column {
    width: 220px;
}


#menu li.hover .dropdown_column,
#menu li.hover .dropdown_1column,
#menu li.hover .dropdown_2columns,
#menu li.hover .dropdown_3columns,
#menu li.hover .dropdown_4columns,
#menu li.hover .dropdown_5columns {
    clear: both;
    display: block;
    left: 0;
    position: absolute;
    top: 41px;
}


#menu .first .dropdown_column {
    left: -1px !important;
}

#menu .dropdown_column .navContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 220px;
}


/**************** HYPERLINKS *******************/
/*styles all general all-purpose links on page*/
#pageContent a {
    font-weight: 600 !important;
    cursor: pointer;
    color: #545454;
    text-decoration: none;
}

    #pageContent a:hover, #pageContent a:visited {
        color: #1B56B9;
    }

    #pageContent a.blueLink {
        font-weight: 600 !important;
        cursor: pointer;
        color: #1B56B9;
        text-decoration: none;
    }

        #pageContent a.blueLink:hover, a.blueLink:visited {
            color: #545454;
        }

/*class used to hide elements*/
.hidden {
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    text-indent: -100000em !important;
    width: 0 !important;
    visibility: hidden;
}


/* these are the units used in site for sizing, adapted from bootstrap */
/* many pages use this for container, like login.aspx*/

.gu1 {
    width: 140px;
}

.gu2 {
    width: 300px;
}

.gu3 {
    width: 460px;
}

.gu4 {
    width: 620px;
}

.gu5 {
    width: 780px;
}

.gu6 {
    width: 940px;
}

.gu7 {
    width: 248px;
}


.gu8 {
    width: 750px;
}



/*************** HEADER ***************/

/* logo top left of header */
.logo {
    display: inline-block;
    height: 105px;
    width: auto;
    margin: 0;
}

/* contains menu, put a grey line beneath menu*/
.menuContainer {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    height: 40px;
}

.navCol {
    display: inline;
    float: left;
    position: relative;
    padding: 0;
    width: 220px;
}

/*individual items input topnavigation*/
#menu .menu_right {
    float: right;
    margin-right: 0;
}

#menu li.hover .align_right {
    left: auto;
    position: absolute;
    right: 0;
    top: 41px;
}

#menu h1, #menu h2, #menu h3 {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    margin: 7px 0 14px;
    padding: 0 0 8px;
    text-align: left;
}

#menu p {
    color: #333;
    margin: 0 0 10px;
    text-align: left;
}

    #menu p.image-caption {
        font-weight: bold;
        margin: 0 0 5px;
    }

    #menu p.image-description {
        margin: 0 0 10px;
    }

#menu li.hover {
    border-bottom: 0 none !important;
}

#menu li.selected {
    border-bottom: 3px solid #333;
    margin-bottom: -3px;
}

#menu li.navItem1 {
    border-bottom: 3px solid #2c9681;
}

#menu li.navItem2 {
    border-bottom: 3px solid #00b5d8;
}

#menu li.navItem3 {
    border-bottom: 3px solid #2c9681;
}

#menu li.navItem4 {
    border-bottom: 3px solid #2c9681;
}

#menu li.navItem5 {
    border-bottom: 3px solid #337daf;
}

#menu li.navItem6 {
    border-bottom: 3px solid #2c9681;
}

#menu li.navItem2 .dropdown_column {
    border-bottom: 3px solid #00b5d8;
}

#menu li.navItem5 .dropdown_column {
    border-bottom: 3px solid #337daf;
}

#menu li.hover div li {
    border-left: 0 none;
}

#menu li.hover div ul li.hover {
    margin: 0;
    padding: 0;
}

#menu li.hover div ul li a {
    border: 0 none;
    color: #333;
    display: block;
    float: none;
    line-height: 16px;
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 200px;
}

#menu li.hover div ul li.last {
    padding: 0;
    width: 100%;
}

#menu li.hover div a:hover {
    color: #015b86;
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

/*a standard layout for page content */
.fullWidthRow {
    padding-top: 0;
    margin: 0;
    width: 100%;
}

.col {
    float: left;
    position: relative;
}

.row {
    padding-top: 0;
    margin: 0;
    width: 100%;
}

/*set the padding between form elements */
.formRow {
    padding-bottom: 20px;
}

/* copied from was called "layout-row" copied from Medline Global, some pages use this */
.layoutRow {
    display: flex;
    flex-flow: row; /* "row" value stacks the flex items (divs) from left to right */
    justify-content: flex-start;
    font-size: 16px;
}

    .layoutRow > div {
        margin-left: 40px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

.row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both; /* removes any residual floats potentially affecting layout*/
}

    .clearfix:after, .row:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

/******************* OnDemand  FLEXBOX ********************/

/* create a flex contrainer to hold divs */
.OD-flex-container {
    display: flex;
    align-items: flex-start;
    width: 1066px;
}
    /* left column to be styled with message and words */
    .OD-flex-container > div.leftColumn {
        background-color: #f1f1f1;
        width: 350px;
        text-align: center;
        line-height: 75px;
        font-size: 12px;
        padding: 20px;
        margin: 20px 0 0 0;
        border: 1px solid #999;
    }

    /* typically the content column */
    .OD-flex-container > div.rightColumn {
        width: 686px;
        margin: 20px 0 0 30px;
    }
        /* for H2s in rightColumn, put a line beneath*/
        .OD-flex-container > div.rightColumn h2 {
            text-align: left;
            color: #013e77;
        }

    .OD-flex-container > div.oneWideColumn {
        width: 800px;
        margin: 0 auto !important;
        /*background-color: red;*/
    }

/******************* SIDEBOX / LEFT NAVIGATION BOX **********************/

/* this is the top level container with grey background and outline */
#sideboxContainer {
    margin: 0 20px 10px 0;
    float: left;
    width: 191px;
    border: 1px solid #e5e5e5;
    background-color: #f3f3f3;
}

    /* style images inside of a div with this ID */
    #sideboxContainer p {
        padding: 5px;
    }



.center { margin: auto; }



/*codebehind generates a ul with id of "phContent_sidebar"*/
ul#phContent_sidebar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 191px;
}

/*style links inside of element of that ID */
#phContent_sidebar a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 20px;
    padding: 5px 0px 5px 10px;
    text-decoration: none;
}
    /*style links (hover) inside of element of that ID */
    #phContent_sidebar a:hover {
        background-color: #DFDFDF;
    }


/******************* BREADCRUMBS  **********************/
#breadcrumbs {
    margin: -12px 0 11px;
    padding: 0;
    float: left;
    font-family: "Glober Regular";
    font-size: 12px;
    color: #8d8c8c;
    width: 100%;
    /*border:1px solid red;*/
    line-height: 26px;
}

    /* this is the ID of the UL that holds the breadcrumbs*/
    #breadcrumbs ul {
        list-style-type: none;
    }

    #breadcrumbs li {
        display: inline;
        font-weight: 700;
    }


    /*style breadcrumb links */
    #breadcrumbs a {
        color: #8d8c8c;
        font-weight: 400;
        text-decoration: none;
        margin: 0 6px 0 0;
        height: 20px;
        background-image: url('/Content/Images/bc_separator.png');
        background-repeat: no-repeat;
        background-position: right;
        padding-right: 15px;
    }

        #breadcrumbs a.active {
            font-weight: 300;
            background-image: none
        }


/* for those pages that have content beside sidebar*/
div.mainContent {
    float: left;
    position: relative;
    width: 851px;
}



/*********************   FOOTER *********************/
.sitemapContainer {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #cdcdcd;
    background: white;
    color: #ccc;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

    .sitemapContainer li a img {
        display: inline-block;
        margin: 0 5px 0 0;
        width: 250px;
    }

    .sitemapContainer .links {
        display: block;
        float: left;
        overflow: hidden;
    }

.siteMap {
    margin: 0 200px;
    width: 1000px;
    float: left;
}

/******************** SITEMAP / SOCKET *********************/
/*sitemap links - in ItemDataBound,  I added code to give each level distinct classnames, so they could be styled independently*/
/* this is top level node for sitemap */
.node-level-0 > a.rsmLink {
    text-transform: uppercase;
    border: none !important;
}

/* this is second level links in sitemap */
.node-level-1 > a.rsmLink {
    margin-left: -15px;
    padding-left: 0;
    font-weight: 200;
    font-size: 13px;
}

    .node-level-1 > a.rsmLink:hover {
        background-color: white !important;
        background-image: none !important;
        border: 1px solid white !important;
        color: #1B56B9 !important;
    }


/* the blue bottom most part of the page */
.socketContainer {
    height: 50px !important;
    display: block;
    color: #ffffff;
    margin: auto;
    background-color: #0057b8;
    padding: 20px 0 0 60px;
}

.socket {
    width: 900px;
    margin: auto;
}

.medline_copyright {
    float: left;
    color: #ffffff;
    font-size: 12px;
    margin-top: 3px;
    font-family: 'Glober Regular';
    line-height: 1.5;
}


/******************************* Buttons ******************************/
.odbtn {
    background: #0052cc !important;
    font-size: 14px !important;
    color: #fff !important;
    border: 1px solid #0052cc !important;
    font-family: 'Glober Regular' !important;
    padding: 13px !important;
    cursor: pointer !important;
    margin: 0;
}

.btnBlueSquare {
    background: #0052cc !important;
    font-size: 14px !important;
    color: #fff !important;
    border: 1px solid #0052cc !important;
    font-family: 'Glober Regular' !important;
    padding: 13px !important;
    cursor: pointer !important;
    margin: 0;
}

    .btnBlueSquare:hover {
        background: #fff !important;
        color: #0052cc !important;
    }

    .btnBlueSquare:focus {
        border-color: transparent !important;
        outline: none;
    }

.fullWidth {
    width: 100% !important;
}

/* changing the above class name, used by many pages */
.btnBluePill {
    background: #0057cc !important;
    font-size: 13px !important;
    color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #0052cc !important;
    font-family: 'Glober Regular' !important;
    font-weight: 700 !important;
    padding: 10px 50px 10px 50px !important;
    cursor: pointer !important;
}

    .btnBluePill:hover {
        background: #fff !important;
        color: #0052cc !important;
    }

    /*remove the box around circular button when clicked */
    .btnBluePill:focus {
        border-color: transparent !important;
        outline: none !important;
    }


/*links that are rectangular buttons, like top right*/
a.hyperlinkButton {
    background: #0052cc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0052cc;
    font-family: 'Glober Regular';
    padding: 9px 50px 9px 50px;
    cursor: pointer;
    text-decoration: none;
}

    /*invert the color scheme on mouseover*/
    a.hyperlinkButton:hover {
        background: #fff;
        color: #0052cc;
    }

    /*remove the box around circular button when clicked */
    a.hyperlinkButton:focus {
        border-color: transparent !important;
        outline: none;
    }


/* same as above hyperlinkButton but renamed */
/*links that are rectangular buttons, like top right*/
a.linkButton {
    background: #0052cc;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0052cc;
    font-family: 'Glober Regular';
    padding: 9px 50px 9px 50px;
    cursor: pointer;
    text-decoration: none; /*hide the line beneath it*/
}

    /*invert the color scheme on mouseover*/
    a.linkButton:hover, a.linkButton:visited {
        background: #fff;
        color: #0052cc;
    }

/* style the "My Profile" and "Log off" buttons top right*/
a.button-blue {
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    text-align: center;
    border: 1px solid transparent;
    text-decoration: none;
}

    a.button-blue:hover {
        background-color: white;
        border: 1px solid #0057CC;
        color: #0057CC;
    }


/* this is top level on several pages*/
.GridContainer {
    width: 100%;
    /*border: 1px solid red;*/
    overflow: auto;
}


.lbl {
    width: 805px;
}

.date-control {
    width: 150px;
}

.buttonGroup {
    bottom: 15px;
    width: 90%;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 10px;
    border: 1px solid #ccc;
}

legend {
    padding: 10px !important;
    border: 0 !important;
    font-family: "Glober Regular" !important;
    color: #013e77 !important;
    font-size: 20px !important;
}

/* this is the class that styles "errors" div on Main.Master, utilized by all pages */
.errorMessage {
    color: red;
    margin: 0 0 0 215px;
    padding: 15px 0 15px 0;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.errorMsg {
    color: red;
    font-size: 16px;
    font-family: 'Glober Regular';
    text-align: left;
}

.successMsg {
    color: green;
    font-size: 16px;
    font-family: 'Glober Regular';
}



/* recreating HR because it was erased */
hr {
    border: 0;
    clear: both;
    display: block;
    width: 100%;
    background-color: #ccc;
    height: 1px;
}

    hr.fancyHR {
        border: 0;
        height: 1px;
        background: #333;
        background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
        background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
        background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    }

.space {
    padding-top: 100px;
}

.red {
    border: 1px solid red;
}

/***************************** BANNER ************************/

/* top level container */
.banner-img-container {
    min-height: 200px;
    background-image: url('/Content/Images/PageBanners/medline-trocar-1400x300.png');
    background-repeat: no-repeat;
    background-size: 1350px 200px;
    background-size: 1350px auto;
    background-position: center top;
}

/* the ID of top level div */
#bannerBox * {
    box-sizing: border-box;
}

/* put title box 20px from top, 20px from center */
.bannerWrapper {
    position: relative;
    top: 20px;
    left: 20px;
}


/*defines the square that words sit in */
.bannerLayer {
    width: 225px !important;
    height: 160px !important;
    background-color: rgba(14, 45, 99, 0.53);
    border: 2px solid #ffffff;
    padding: 10px 20px 10px 20px; /* where the words sit in relation to white box around them*/
}

/* the words inside banner*/
.bannerTitle {
    color: #ffffff !important;
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 0px !important;
    margin-top: 35%;
    font-family: "Glober Regular" !important;
    font-weight: 400;
}

.rightAlignedNumber {
    text-align: right !important;
    padding: 3px !important;
}

.rightAlignedNumberColored {
    text-align: right !important;
    padding: 3px !important;
    background-color: #ccc;
}





/**************** FORMS *******************************/
/* any buttons with css class "button-blue*/
input.button-blue {
    background: #0052cc;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #0052cc;
    font-family: 'Glober Regular';
    padding: 10px 50px 10px 50px;
    cursor: pointer;
    margin-top: 20px;
}



/* this is standardized text box used on many pages, along with block and label for extra-large textbox*/
.odTextBox {
    width: 225px; /*controls the width of th text box */
    line-height: 25px; /*controls the height of th text box */
    height: 28px;
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    /* upon entering a text box make it glow blue */
    .odTextBox:focus {
        border-color: #1B56B9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

/* this is standard block for every line item in a form */
.block {
    display: block;
    padding-bottom: 10px; /* this puts a little space between each line of a form */
}

label.control-label {
    width: 150px;
    font-family: 'Glober Regular';
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 5px 17px;
}

/* a lot of pages use this to space out form elements*/
.form-group {
    margin-bottom: 10px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 45px;
}

textarea.input-lg {
    height: auto;
}


.formContainer {
    width: 450px;
    padding: 20px 0 0 0;
    margin: auto;
}

    .formContainer h2 {
        padding-top: 0;
        margin: 0;
    }

/*wrap the form in this div so you can style all form elements specifically */
.form {
    position: relative;
    z-index: 1; /*position form above image */
    background: #FFFFFF;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: left;
}

    .form input {
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        border: 0;
        margin: 0 0 15px; /*space out form elements 15px*/
        padding: 6px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .form button {
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        outline: 0;
        background: #0052CC;
        width: 100%;
        border: 1px solid #0052CC;
        padding: 15px !important;
        color: #FFFFFF;
        font-size: 14px;
        cursor: pointer;
    }

        .form button:hover, .form button:active, .form button:focus {
            background: white;
            color: #0052CC;
            border: 1px solid #0052CC;
        }

.odButton {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #0052CC !important;
    width: 100%;
    border: 1px solid #0052CC;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent !important;
}

    /*set button to reverse color scheme on mouseover*/
    .odButton:hover, .odButton:active, .odButton:focus {
        background: white !important;
        color: #0052CC !important;
        border: 1px solid #0052CC !important;
    }


.ODButton1 {
    font-family: "Roboto", sans-serif;
    background: #0052CC !important;
    border: 1px solid #0052CC;
    color: #FFFFFF;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent !important;
}

    /*set button to reverse color scheme on mouseover*/
    .ODButton1:hover, .ODButton1:active, .ODButton1:focus {
        background: white !important;
        color: #0052CC !important;
        border: 1px solid #0052CC !important;
    }



.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

    .form .message a {
        color: #0052CC;
        text-decoration: none;
    }

.form .register-form {
    display: none;
}

/*******************  OnDemand Filter Popup *******************************/
/* the div that styles the "button" that pops up filter  */
#filterBox {
    display: inline-block;
    border: 1px solid #CCC;
    color: white;
    background: #0755b8;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    cursor: pointer;
    /*    height: 23px;*/
    width: 600px;
    margin-bottom: 20px;
}

.filterText {
    line-height: normal !important;
}

/* add pseudo class to button div to make it invert color on hover*/
div#filterBox:hover {
    color: #0755b8;
    background: white;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
}

.filterbox .control-label {
    position: absolute;
    margin-top: 10px;
}

.filterbox div.comboBoxAccount {
    position: absolute;
    margin-top: 5px;
    right: 100px;
}

/* this alternates the colors of RadGrid rows */
div.RadGrid .rgAltRow {
    color: black !important;
    background: #fafafa !important;
}

/* as user is moving around grid, highlight the hovered line */
.RadGrid .rgAltRow:hover,
.RadGrid .rgRow:hover {
    background-color: #f2f2f2 !important;
}

div.RadToolBar .rtbText {
    color: #545454 !important;
}

.RadGrid_Silk .rgPager {
    color: #545454 !important;
}

.RadGrid_Silk .rgDataDiv {
    height: auto !important;
}

/* sitemap footer */

/* this is the new SiteMap remove line . Something changed */
.RadSiteMap_Default .rsmTwoLevels > .rsmItem > .rsmLink {
    border: none !important;
}

/* removes the left padding from sitemap second level links*/
.RadSiteMap .rsmLink {
    padding: 4px 0 !important;
}

/* by default, Radgrid capitalizes columh headers. this eliminates that*/
.RadGrid_Silk .rgHeader {
    text-transform: none !important;
}

.impersonationDiv {
    text-decoration: underline;
    cursor: pointer;
    color: #e13010;
    margin-top: 10px;
    margin-right: 5px;
    height: 10px;
    text-align: right;
}

.demoDiv {
    text-decoration: underline;
    cursor: pointer;
    color: #e13010;
    margin: 45px 0 0 0;
    height: 10px;
    text-align: right;
}



a.bannerBtn {
    padding: 15px 25px !important;
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 600;
    background: #1e96db;
}

    a.bannerBtn:hover {
        background: #fff;
        color: #1e96db;
    }

.spice {
    padding-top: 0;
    font-style: italic;
    font-size: 16px;
    font-family: 'Global Sans Serif';
    margin-left: 3px;
    margin-bottom: 10px;
}



.notification-content {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f8d7da; /* Light red background for warning */
    border: 1px solid #f5c6cb; /* Red border */
    border-radius: 5px;
    color: #721c24; /* Dark red text */
}

    .notification-content i {
        font-size: 44px; /* Size of the icon */
        color: #721c24; /* Dark red color for the icon */
        margin-right: 10px; /* Space between the icon and the text */
    }

    .notification-content span {
        font-size: 16px; /* Size of the text */
    }

.floatleft {
    float: left;
    padding-right: 10px;
}

.smallText{ font-size:10px;}


/***********************header banner *********************/
.btnContainer {
    position: relative;
    top: -16px;
    left: 1000px;
}

a.bannerBtn {
    padding: 15px 25px !important;
    color: #fff;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 600;
    background: #1e96db;
}

    a.bannerBtn:hover {
        background: #fff;
        color: #1e96db;
    }

.banner-img-container {
    min-height: 200px;
    background-image: url('/Content/Images/PageBanners/medline-testtubes-970x225.jpg');
    background-repeat: no-repeat;
    background-size: 1350px 200px;
    background-size: 1350px auto;
    background-position: center bottom;
}

.banner-img-container2 {
    background-image: url('/Content/Images/PageBanners/ScopeChart.jpg');
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 1350px 200px;
    background-size: 1350px auto;
    background-position: center bottom;
}

.banner-img-container3 {
    background-image: url('/Content/Images/PageBanners/medline-surger-1296x507.jpg');
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 1350px 200px;
    background-size: 1350px auto;
    background-position: center bottom;
}

.banner-img-container4 {
    min-height: 200px;
    background-image: url('/Content/Images/PageBanners/Integration.jpg');
    background-repeat: no-repeat;
    background-size: 1350px 200px;
    background-size: 1350px auto;
    background-position: top bottom;
}