﻿@charset "UTF-8";
/*
* @author Creative MediaWorks Inc.
* @version 1.0
*/

* {
    padding: 0;
    margin: 0;
}

a {
    outline: none;
}

:focus {
    -moz-outline-style: none;
    outline: none;
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

sub {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    bottom: -0.4em;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #484848;
    background-color: #dfe4e8;
    background-image: -webkit-gradient(linear, from(#cfd3d7), to(#dfe4e8));
    background-image: -webkit-linear-gradient(re#cfd3d7, #dfe4e8);
    background-image: -moz-linear-gradient(#cfd3d7, #dfe4e8);
    background-image: -o-linear-gradient(#cfd3d7, #dfe4e8);
    background-image: linear-gradient(#cfd3d7, #dfe4e8);
    background-attachment: fixed;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

:before, :after {
    box-sizing: border-box;
}

/* ====================== STRUCTURE ===================== */
html, body {
    height: 100%;
    font-size: 14px;
}

#top {
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    z-index: 800;
    padding: 0px 30px 0px 194px;
    position: relative;
}

    #top.fixed {
        position: fixed;
    }

#wrap {
    height: 100%;
}


#site-list {
    width: 800px;
    margin: 0 auto;
}

#main {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 164px;
    overflow: auto;
}


.content {
    padding: 30px 30px 30px;
}

h1 {
    margin: 0 0 30px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #444;
}

h2 {
    margin: 0 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #444;
}

    h2.sub {
        font-weight: 300;
    }

    h2 span {
        font-size: 20px;
        color: #2988b5;
    }

h3 {
    margin: 0 0 5px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #444;
}

    h3.strong {
        font-weight: 700;
    }

.series-tags .tag-link.event {
    /*background-image: url(../_images/icons/grey_star.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    padding-left: 26px;*/
}

select {
    box-sizing: border-box;
    height: 100%;
    line-height: 32px;
    height: 32px;
    padding: 0 5px 0 5px;
    border: 1px solid #d8d8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
}

a.tag-link:link, a.tag-link:visited {
    display: inline-block;
    padding: 7px 10px 7px 33px;
    margin: 5px 10px 5px 0px;
    background: no-repeat 10px center;
    border: 1px solid #bac0c9;
    color: #444;
}

a.tag-link:hover {
    border-color: #959aa2;
}

a.tag-link.speaker:link {
    background-image: url(../_images/icons/grey_speaker.png);
}

a.tag-link.user:link {
    background-image: url(../_images/icons/grey_user.png);
}

.tag-link.event {
    border-radius: 4px;
    color: #5f636a;
    font-weight: bold;
    padding: 7px;
    display: inline-block;
    border: 1px solid #9da8b1;
    margin: 5px 10px 5px 0px;
    text-align: left;
    line-height: 14px;
}

a.tag-link.event:hover {
    border: 1px solid #5c666f;
}

.tag-link.event.highlighted {
    background: #056eaf;
    border: 1px solid #056eaf;
    color: #FFFFFF;
}

.tag-link.event.lead {
    background-image: url(../_images/icons/star.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    padding-left: 26px;
}

.tag-link.event span {
    width: 14px;
    height: 14px;
    opacity: .3;
    display: inline-block;
    vertical-align: bottom;
    padding: 0px;
}

    .tag-link.event span:hover {
        opacity: 1;
        cursor: pointer;
    }

a.tag-link.event-parent {
    background-color: #ffffff !important;
}

.tag-link span.info {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
    opacity: 1;
}

.tag-link.highlighted span.info {
    color: #FFFFFF;
    opacity: .70;
}

.tag-link.event span.star {
    background: url(../_images/icons/grey_star.png) no-repeat center center;
    margin-right: 5px;
}

    .tag-link.event span.star:hover, .tag-link.event span.star.highlighted {
        background-image: url(../_images/icons/star.png);
        opacity: 1;
    }

.tag-link.event span.remove {
    background: url(../_images/icons/grey_x.png) no-repeat center center;
    margin-left: 10px;
    opacity: .5;
}

    .tag-link.event span.remove:hover {
        opacity: 1;
    }

.tag-link.event span.star {
    background: url(../_images/icons/grey_star.png) no-repeat center center;
    margin-right: 5px;
}

.series-tags a.tag-link:link,
.series-tags a.tag-link:visited {
    padding: 7px 10px 7px 10px;
}

.series-tags a.tag-link.event.lead {
    padding: 7px 10px 7px 26px;
}

.speaker-pill {
    font-size: smaller !important;
    text-transform: uppercase;
    border-radius: 1ex;
    background-color: #d34e40;
    color: white !important;
    padding: 0.5ex;
    margin-left: 1ex;

}

.speaker-honoraria-flag {
    font-size: smaller !important;
    text-transform: uppercase;
    border-radius: 1ex;
    background-color: #008000;
    color: white !important;
    padding: 0.5ex;
    margin-left: 1ex;
}

a.edit.pencil {
    display: inline-block;
    background: url(../_images/icons/grey_edit.png) no-repeat center center;
    width: 16px;
    height: 16px;
    opacity: .5;
    vertical-align: top;
    margin-left: 4px;
}

a.tag-link.event-parent {
    background-color: #ffffff !important;
}

.tag-link span.info {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    font-size: 13px;
    color: #999999;
    font-weight: normal;
    opacity: 1;
}

.tag-link.highlighted span.info {
    color: #FFFFFF;
    opacity: .70;
}

.event_series_edit {
    width: 600px;
}

span.amPm {
    font-size: .75em;
}

a:link, a:visited {
    color: #0065BD;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #004988;
}

p {
    margin: 10px 0px 10px 0px;
}

.content span.filter {
    padding: 0 0 0 20px;
    font-size: 12px;
    font-weight: normal;
    color: #555;
}

    .content span.filter a {
        color: #4470ab;
        text-decoration: none;
    }

        .content span.filter a.cur {
            font-weight: bold;
            color: #2a3e59;
        }

        .content span.filter a:hover:not(.cur) {
            text-decoration: underline;
        }

.logo {
    background: url(../_images/abiomed_logo.png) center center no-repeat #FFFFFF;
    min-height: 150px;
    min-width: 164px;
}

    .logo.small {
        background: url(../_images/abiomed_logo_small.png) center 46px no-repeat #FFFFFF;
    }


/* ====================== LOGIN PAGE ====================== */
#main.login {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #0e416c;
    background-image: -webkit-gradient(linear, from(#0e416c), to(#125ca3));
    background-image: -webkit-linear-gradient(re#0e416c, #125ca3);
    background-image: -moz-linear-gradient(#0e416c, #125ca3);
    background-image: -o-linear-gradient(#0e416c, #125ca3);
    background-image: linear-gradient(#0e416c, #125ca3);
    background-attachment: fixed;
}

    #main.login .content {
        height: 100%;
        width: 100%;
        padding: 0px;
    }

#login {
    margin: 0 auto;
    max-width: 500px;
}

    #login .box {
        background: #e0e4e7;
        border: none;
    }

    #login .field a {
        display: inline-block;
        margin: 4px 0 0 0;
        font-size: 12px;
        color: #4470ab;
        text-decoration: none;
    }

        #login .field a:hover {
            text-decoration: underline;
        }

.field.edit.finance .info {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 7px 0px 0px 5px;
    color: #999999
}
span.icon.info {
    background-image: url(../_images/icons/grey_info.png);
}


a.white:link, a.white:visited {
    color: #FFFFFF;
}

a.white:hover {
    opacity: .8;
}

a.jump-link {
    background: url(../_images/icons/grey_arrow_forward.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    opacity: .5;
}

    a.jump-link:hover {
        opacity: 1;
    }

.iconField {
    position: relative;
    max-width: 360px;
    height: 40px;
    margin: 0px auto 20px auto;
}

    .iconField .icon {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        width: 40px;
        height: 40px;
        background-color: #959aa2;
        background-repeat: no-repeat;
    }

    .iconField .field {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        padding: 0px;
        margin: 0px;
        background: #FFFFFF;
        text-align: left;
    }

        .iconField .field input {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 50px;
            height: 40px;
            border: none;
            line-height: 100%;
            width: 100%;
            font-size: 16px;
            line-height: 30px;
        }

    .iconField.email .icon {
        background-image: url(../_images/icons/white_email_16.png);
        background-position: center center;
    }

    .iconField.password .icon {
        background-image: url(../_images/icons/white_lock_16.png);
        background-position: center center;
    }






/* ====================== SIDE NAVIGATION ====================== */
#logo {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
}

#sidr-menu-open {
    display: none;
    float: left;
    margin: 0px 20px 0px 20px;
    width: 24px;
    height: 60px;
    background-image: url(../_images/icons/grey_hamburger.png);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sidr {
    font-family: 'Roboto', sans-serif;
}

#sideNav {
    position: fixed;
    z-index: 2;
    top: 136px;
    left: 0;
    width: 164px;
    height: auto !important;
    min-height: 100%;
    background-color: #345574;
    z-index: 900;
    padding: 10px 0px 0px 10px;
    box-sizing: border-box;
}

    #sideNav ul {
        list-style: none;
        padding: 0px;
        margin-bottom: 40px;
    }

        #sideNav ul li {
            position: relative;
        }

            #sideNav ul li a {
                display: block;
                height: 46px;
                line-height: 46px;
                padding: 0 0 0 42px;
                font-family: 'Source Sans Pro', sans-serif;
                font-size: 18px;
                font-weight: 300;
                color: #fff;
                text-decoration: none;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
            }
            /* CURRENT / HOVER */
            #sideNav ul li.cur > a, #sideNav ul li.cur > a:hover {
                background-color: #6ea8da;
            }

            #sideNav ul li a:hover {
                background-color: #395e80;
            }
            /* ICONS */
            #sideNav ul li span {
                position: absolute;
                top: 15px;
                left: 14px;
                display: block;
                width: 16px;
                height: 16px;
                background-repeat: no-repeat;
            }

            #sideNav ul li.dashboard span {
                background-image: url(../_images/icons/icon_dashboard.png);
            }

            #sideNav ul li.programs span {
                background-image: url(../_images/icons/icon_programs.png);
            }

            #sideNav ul li.budgets span {
                background-image: url(../_images/icons/icon_budgets.png);
            }

            #sideNav ul li.speakers span {
                background-image: url(../_images/icons/icon_speakers.png);
            }

            #sideNav ul li.physicians span {
                background-image: url(../_images/icons/icon_physicians.png);
            }

            #sideNav ul li.users span {
                background-image: url(../_images/icons/icon_users.png);
            }

            #sideNav ul li.resources span {
                background-image: url(../_images/icons/icon_resources.png);
            }

            #sideNav ul li.reports span {
                background-image: url(../_images/icons/icon_reports.png);
            }

            #sideNav ul li.venues span {
                background-image: url(../_images/icons/icon_venues.png);
            }

            #sideNav ul li.vendors span {
                background-image: url(../_images/icons/icon_vendors.png);
            }

            #sideNav ul li.uploads span {
                background-image: url(../_images/icons/icon_uploads.png);
            }

            #sideNav ul li.settings span {
                background-image: url(../_images/icons/icon_settings.png);
            }

    #sideNav .logout {
        position: absolute;
        bottom: 20px;
        left: 50px;
    }

        #sideNav .logout a {
            font-size: 12px;
            color: #999;
            text-decoration: none;
        }

            #sideNav .logout a:hover {
                color: #fff;
            }

    #sideNav .subNav_holder {
        display: none;
        position: absolute;
        padding: 50px 50px 50px 0px;
        left: 154px;
        bottom: -50px;
        box-sizing: border-box;
    }

    #sideNav ul.subNav {
        background-color: #091525;
        margin: 0px;
    }

    #sideNav ul li:hover .subNav_holder {
        display: block;
    }

    #sideNav ul.subNav li {
    }

        #sideNav ul.subNav li a {
            height: 36px;
            line-height: 36px;
            padding: 0 30px 0 30px;
            font-family: "Roboto", 'Source Sans Pro', sans-serif;
            font-size: 14px;
        }

        #sideNav ul.subNav li:hover a {
            background-color: #073b6d !important;
        }


#top .dropdown {
    background: url(../_images/icons/white_arrow_down_small.png) right 15px center no-repeat #056eaf;
    padding: 0px 35px 0px 15px;
    line-height: 32px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #top .dropdown:hover {
        background-color: #073b6d;
    }

    #top .dropdown:last-child {
    }

/* CURRENT / HOVER */
#sideNav ul li.cur > a, #sideNav ul li.cur > a:hover {
    background-color: #056eaf;
}

#sideNav ul li:hover a {
    background-color: #0d2646;
}

#top .link {
    margin-right: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

    #top .link:hover {
        opacity: .8;
    }

    #top .link.help {
        background: url(../_images/icons/white_help_small.png) left center no-repeat;
        padding-left: 18px;
    }

.pageHeader {
    margin: 30px 0px 30px 0px;
}

    .pageHeader .title {
    }

        .pageHeader .title h1, .pageHeader .title h2 {
            margin: 0px;
        }

    .pageHeader .profile-photo {
        width: 140px;
        height: 170px;
        float: left;
        margin-right: 20px;
        border: 1px solid #959aa2;
    }

        .pageHeader .profile-photo.small {
            width: 36px;
            height: 44px;
        }

    .pageHeader .file {
        display: inline-block;
    }

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 50px 164px 0px 0px; /* PADDING RIGHT IS THE NAV WIDTH  */
    margin-left: -30px;
    box-sizing: border-box;
    background-color: #cfd3d7;
    z-index: 100;
}

    .fixed-header .pageHeader {
        padding: 0px 30px 0px 30px;
        margin: 0px 0px 0px 0px;
    }

        .fixed-header .pageHeader .title {
            margin-top: -30px;
        }

    .fixed-header .tabs {
        padding: 0px 30px 0px 30px;
        margin: 20px 0px 0px 0px;
    }


.profile-info h1 {
    margin-bottom: 15px;
}

.profile-info h3 {
    margin-bottom: 0px;
}

.tabs {
    margin: 30px 0px 30px 0px;
    padding: 0px 10px 0px 10px;
    background: url(../_images/tabs_background.png) repeat-x #bac0c9;
}

    .tabs a, .tabs a.tab:link, #header .tabs a.tab:visited {
        display: inline-block;
        padding: 0px 25px 0px 25px;
        margin-top: 10px;
        line-height: 50px;
        color: #444444;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

        .tabs a.tab:hover {
            background: #a4adb7;
        }

        .tabs a.tab.selected {
            background: #D4D8DC;
        }

    .tabs.condensed a, .tabs.condensed a.tab:link, #header .tabs.condensed a.tab:visited {
        padding: 0px 20px 0px 20px;
        margin-right: -2px;
    }


#site-search-container {
    float: right;
    margin-right: 20px;
    width: 200px;
}

#site-search {
    background: url(../_images/icons/grey_search_small.png) no-repeat right 10px center #FFFFFF;
    padding: 4px 24px 4px 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #site-search input {
        background: #FFFFFF;
        border: 0px;
        width: 100%;
        line-height: 24px;
    }




.loading {
    background: url(../_images/loading-animation.gif) #FFFFFF no-repeat center;
    height: 100px;
    min-width: 100px;
}



/* ====================== CHECKBOXES & RADIOS ====================== */
input[type="checkbox"].checkbox, input[type="radio"].radio {
    display: none;
}

    input[type="checkbox"].checkbox + label span, input[type="radio"].radio + label span {
        display: inline-block;
        position: relative;
        bottom: 1px;
        width: 16px;
        height: 16px;
        margin: 0px 7px 0 0px;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    input[type="checkbox"].checkbox + label span {
        background: url(../_images/checkbox.png) 0 0 no-repeat;
    }

    input[type="checkbox"].checkbox:checked + label span {
        background-position: 0 -16px;
    }

    input[type="checkbox"].checkbox + label, input[type="radio"].radio + label {
        padding-left: 24px;
        position: relative;
        box-sizing: border-box;
    }

    input[type="radio"].radio + label {
        margin: 0px 0px 10px 0px;
        padding-left: 30px;
        min-height: 24px;
    }

        input[type="radio"].radio + label span {
            background: url(../_images/radio.png) 0 0 no-repeat;
            width: 24px;
            height: 24px;
            top: -4px;
        }

        input[type="radio"].radio + label:hover span {
            background-position: 0px -24px;
        }

    input[type="radio"].radio:checked + label span {
        background-position: 0 -48px;
    }

    input[type="radio"].radio:checked + label:hover span {
        background-position: 0 -72px;
    }

.radio-sub {
    margin: 10px 0px 15px 30px;
}

    .radio-sub:last-child {
        margin-bottom: 0px;
    }

/* ====================== BUTTONS ====================== */
.button, .button:link, .button:visited {
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 20px;
    border: 0;
    border-radius: 4px;
    background-color: #bac0c9;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

    .button:hover {
        background-color: #aeb2ba;
    }

    .button.narrow {
        width: 100%;
        padding: 5px 0 4px 0;
        margin: 0 0 10px 0;
    }

        .button.narrow:last-child {
            margin: 0;
        }

    .button.alt {
        background-color: #073b6d;
        color: #fff;
    }

        .button.alt:hover {
            background-color: #0a2d50;
        }

    .button.large {
        font-size: 18px;
        padding: 20px 30px;
    }

    .button.yes {
        background-color: #33ae10;
        color: #fff;
    }

        .button.yes:hover {
            background-color: #2ea10e;
        }

    .button.no {
        background-color: #e85342;
        color: #fff;
    }

        .button.no:hover {
            background-color: #da4c3c;
        }

.white.forgot-password {
    padding: 10px;
    border: 3px solid white;
    background-color: #0f4c83;
}

.cn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right > .button {
    margin-left: 10px;
}

.left > .button {
    margin-right: 10px;
}

.button.dropdown {
    background-image: url(../_images/icons/grey_arrow_down_small.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.button.alt.dropdown {
    background-image: url(../_images/icons/arrow_dropdown_white.png);
}

.button.dropdown.disabled {
    background-image: none !important;
    padding-right: 0px;
    cursor: default;
}

.button.dropdown.status {
    color: #FFFFFF;
    background-image: url(../_images/icons/white_arrow_down_small.png);
}

    .button.dropdown.status.small {
        padding: 5px 10px 5px 10px;
        background-position: right 10px center;
        font-size: 12px;
    }

.dataTable .button.dropdown.status {
    width: 100%;
    text-align: left;
}

.button.full {
    display: block;
    text-align: center;
    margin: 1px 0px 1px 0px;
}

.button span {
    padding-left: 20px;
    background: no-repeat left center;
}

a.button span.add {
    background-image: url(../_images/icons/grey_plus.png);
}

a.button span.calendar {
    background-image: url(../_images/icons/grey_calendar.png);
}

a.button span.table {
    background-image: url(../_images/icons/grey_table.png);
    padding-left: 14px;
}

a.button span.delete {
    background-image: url(../_images/icons/grey_minus.png);
}

a.button span.merge {
    background-image: url(../_images/icons/grey_merge@2x.png);
    background-size: 12px 16px;
}

a.button span.close {
    background-image: url(../_images/icons/grey_x.png);
}

a.button span.next {
    background-image: url(../_images/icons/grey_arrow_right.png);
    background-position: right center;
}

a.button span.back {
    background-image: url(../_images/icons/grey_arrow_left.png);
}

a.button.alt span.add {
    background-image: url(../_images/icons/white_plus.png);
}

a.button.alt span.next {
    background-image: url(../_images/icons/white_arrow_right.png);
    background-position: right center;
}

a.button.alt span.save, a.button.alt span.check {
    background-image: url(../_images/icons/white_check.png);
}

a.button span.download {
    background-image: url(../_images/icons/grey_download.png);
}

a.button span.upload {
    background-image: url(../_images/icons/grey_upload.png);
}


.button span.duplicate {
    background-image: url(../_images/icons/grey_duplicate.png);
    padding-left: 20px;
}

a.button span.list {
    background-image: url(../_images/icons/grey_list.png);
}

a.button span.email {
    background-image: url(../_images/icons/grey_email.png);
    padding-left: 18px;
}

a.button span.save, a.button span.check {
    background-image: url(../_images/icons/grey_check.png);
    padding-left: 21px;
}

/* TOGGLE BUTTONS */
.toggleButtons {
    background: #c6d2d9;
    border-radius: 6px;
    padding: 2px;
    display: inline-block;
}

    .toggleButtons.right {
        margin-left: 10px;
    }

    .toggleButtons a.button, .toggleButtons input.button {
        margin: 0px;
        background: #FFFFFF;
    }

        .toggleButtons a.button:hover {
        }

        .toggleButtons a.button.unselected {
            background: none;
        }

            .toggleButtons a.button.unselected:hover {
            }

/* ==== RATINGS ==== */
table.ratings {
}

    table.ratings th, table.ratings td {
        padding: 10px 4px 10px 4px;
        text-align: center;
    }

    table.ratings tr {
        vertical-align: text-top;
    }

    table.ratings th {
        background: #bac0c9;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 4px solid #FFFFFF;
    }

    table.ratings td.question {
        text-align: left;
    }

    table.ratings td.rating {
        width: 50px;
        padding-top: 13px;
    }

    table.ratings td.select {
        text-align: left;
    }

/*=======Merge Table=======*/
table.data-merge {
    width: 100%;
    border-spacing: 20px 0px;
    border-collapse: separate;
}

.data-merge tr {
}

    .data-merge tr td {
        padding: 10px;
    }

    .data-merge tr:nth-child(even) td.value {
        background-color: #f0f1f2;
    }

    .data-merge tr td.value {
        background: #FFFFFF;
        width: 30%;
        border-right: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
    }

    .data-merge tr:last-child td.value {
        border-bottom: 1px solid #d2d2d2;
    }

    .data-merge tr:first-child td.value {
        border-top: 1px solid #d2d2d2;
    }

    .data-merge tr:hover td.value {
        background: #f6e9a9;
    }

    .data-merge tr td.value label {
        display: block;
        width: 100%;
        margin: 0px;
        min-height: inherit;
    }

.data-merge td.label {
    font-weight: bold;
    text-align: right;
    width: 10%;
}

/* ==== DROPDOWNS ==== */
.dropdown-container {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #c6d2d9;
    z-index: 1000;
    width: 250px;
    margin-top: 5px;
}

    .dropdown-container .dropdown-content a {
        display: block;
        border-bottom: 1px solid #c6d2d9;
        padding: 10px 20px 10px 20px;
    }

        .dropdown-container .dropdown-content a:last-child {
            border: none;
        }

        .dropdown-container .dropdown-content a:hover {
            background: #dde2e5;
        }

/* ==== SITE SEARCH ==== */
.site-search-results-container table {
    height: 100%;
}

    .site-search-results-container table tr {
        vertical-align: top;
    }

.site-search-results-container {
    position: absolute;
    background: #FFFFFF;
    border-bottom: 1px solid #a4adb7;
    z-index: 1000;
    max-width: 600px;
    min-width: 450px;
    margin-top: 5px;
    box-shadow: 0px 2px 1px #828488;
}

.search-nav {
    background: #bac0c9;
    padding: 10px 0px 10px 0px;
}

    .search-nav ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .search-nav ul li {
            position: relative;
        }

            .search-nav ul li a {
                display: block;
                line-height: 36px;
                padding: 5px 20px 5px 20px;
                font-size: 16px;
                font-weight: 500;
                color: #484848;
                text-decoration: none;
            }

                .search-nav ul li a:hover {
                }

            .search-nav ul li.cur a {
                background-color: #a4adb7;
                border-right: none;
            }

            .search-nav ul li a span {
                font-weight: 400;
                margin-left: 5px;
                color: #666666;
                vertical-align: top;
                font-size: 12px;
                min-width: 16px;
                min-height: 16px;
            }

                .search-nav ul li a span.loading {
                    background: url(../_images/loading-animation-small.gif) no-repeat right center;
                    width: auto;
                    height: auto;
                }

td.search-results {
    width: 100%;
}

.site-search-results-content {
    overflow: auto;
    max-height: 500px;
    width: 100%;
}

    .site-search-results-content .result {
        padding: 15px 15px 15px 15px;
        border-bottom: 1px solid #c6d2d9;
    }

        .site-search-results-content .result:hover {
            background: #f1f1f1;
            cursor: pointer;
        }

    .site-search-results-content h1 {
        font-size: 18px;
        margin: 0px 0px 0px 0px;
    }

    .site-search-results-content h2 {
        font-size: 16px;
        margin: 0px 0px 0px 0px;
    }

    .site-search-results-content h3 {
        font-size: 14px;
        margin: 0px 0px 0px 0px;
    }

    .site-search-results-content .sub {
        color: #888888;
    }


.status-summary {
    margin: 0px 0px 10px 0px;
    text-align: right;
}

    .status-summary .status {
        text-align: left;
        border-radius: 4px;
        display: inline-block;
        margin: 0px 20px 20px 0px;
        padding: 0px;
        border-radius: 0px;
    }

        .status-summary .status label {
            padding: 5px 2px 5px 5px;
            display: inline-block;
        }

        .status-summary .status span.count {
            background: #FFFFFF;
            color: #484848;
            font-weight: bold;
            padding: 5px;
            display: inline-block;
            min-width: 20px;
            text-align: center;
        }

    .status-summary.large {
        text-align: left;
    }

        .status-summary.large .status {
            width: 120px;
            vertical-align: top;
            text-align: center;
        }

            .status-summary.large .status label {
                display: block;
                line-height: 18px;
                height: 36px;
            }

        .status-summary.large span.count {
            display: block;
            font-size: 36px;
            font-family: 'Source Sans Pro', sans-serif;
            font-weight: 300;
        }

    .status-summary .spacer {
        display: inline-block;
        width: 20px;
    }

    .status-summary .info {
        display: inline-block;
        margin-left: -20px;
    }

        .status-summary .info div {
            margin: 0px 0px 8px 0px;
        }

            .status-summary .info div label {
                margin: 0px 5px 0px 0px;
                width: 36px;
                text-align: right;
                font-weight: bold;
                display: inline-block;
            }




/* ==== PASSWORD FIELDS  ==== */
#password-info {
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    padding: 20px;
}

    #password-info ul {
        list-style: none;
        margin: 0px;
    }

        #password-info ul li:last-child {
            margin: 0px;
        }

.invalid {
    background: url(../_images/icons/x_red_16.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec5f54;
}

.valid {
    background: url(../_images/icons/check_green.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #7aae3c;
}



/* ====================== MODALS ====================== */
#modal {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

    #modal .modal-title {
        padding: 10px 6px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    #modal .modal-buttons {
        text-align: center;
        padding: 16px;
    }

    #modal .button {
        display: inline-block;
        padding: 8px 20px;
        border: 0;
        background-color: #999;
        font-size: 14px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
    }

        #modal .button:hover {
            background-color: #888;
        }

    #modal .closex {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        color: #999;
        text-decoration: none;
    }

        #modal .closex:hover {
            color: #888;
        }

    #modal .modal-content {
        padding: 20px;
        font-size: 14px;
    }

        #modal .modal-content p {
            margin: 0 0 14px 0;
        }

            #modal .modal-content p:last-child {
                margin: 0;
            }

/* ====================== BOX ====================== */
.box {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
}

    .box:last-child {
    }

    .box .box-title {
        position: relative;
        padding: 10px 10px 8px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        background: #959aa2;
    }

        .box .box-title.alt {
            background: #0d2646;
        }

        .box .box-title.footer {
            background: #bac0c9;
        }

#assistance {
    width: 510px;
    text-align: left;
    color: white;
    margin-left: 10px;
    padding-top: 10px;
}

.login-cell-left {
    float: left;
    width: 30%;
}

.login-cell-right {
    float: left;
    width: 68%;
}

.box .box-title span a, span.right-link a {
    font-size: 12px;
    color: #eeeeee;
    text-decoration: none;
}

    .box .box-title span a:hover, span.right-link a:hover {
        color: #FFFFFF;
    }

.box .box-content {
    padding: 20px;
}

    .box .box-content.alt {
        background: #f1f1f1;
    }

    .box .box-content.scroll {
        box-sizing: border-box;
        width: 100%;
        height: 70px;
        overflow: auto;
        font-size: 12px;
        line-height: 18px;
    }

.box.drag {
}

.box h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
}

.box p {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #444;
}

.box ul {
    margin: 0 0 12px 20px;
    font-size: 14px;
    color: #444;
}

    .box ul li {
        margin-bottom: 6px;
    }

    .box ul a, .box p a {
        color: #2988b5;
        text-decoration: none;
    }

        .box ul a:hover, .box p a:hover {
            text-decoration: underline;
        }

.box hr {
    height: 1px;
    margin: 20px 0;
    border: 0;
    background-color: #ddd;
}


.box.speaker {
}

.box.flagged .name {
    background: url(../_images/icons/warning.png) no-repeat left center;
    padding-left: 22px;
    color: #ec5f54;
}

.box .profile-photo {
    width: 36px;
    height: 44px;
    float: left;
    margin-right: 10px;
}

.box .info {
    float: left;
}

.profile-photo {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../_images/generic-photo.jpg);
}

.callout {
    background: #f1f1f1;
    padding: 10px;
}

.item-box {
    background: #f1f1f1 no-repeat;
    margin-bottom: 10px;
}

    .item-box:last-child {
        margin: 0px;
    }

.field .item-box {
    margin-bottom: 0px !important;
}

.item-box.box .box-content {
    padding: 10px;
}

.item-box h3 {
    margin: 0px 0px 2px 0px;
}

.item-box p {
    margin: 6px 0px 6px 0px;
}

    .item-box p:first-child {
        margin-top: 0px;
    }

    .item-box p:last-child {
        margin-bottom: 0px;
    }

.item-box .date {
    font-weight: bold;
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
}

.item-box .item-buttons {
    float: right;
}

.item-box .fields.edit.buttons {
    width: 80%;
}

.item-box .remove {
    float: right;
    background: url(../_images/icons/grey_x.png) no-repeat center center;
    width: 14px;
    height: 14px;
    opacity: .5;
}

    .item-box .remove:hover {
        cursor: pointer;
        opacity: 1;
    }

.item-box a.edit {
    float: right;
    background: url(../_images/icons/grey_edit.png) no-repeat center center;
    width: 16px;
    height: 16px;
    opacity: .5;
    vertical-align: top;
}

    .item-box a.edit:hover {
        cursor: pointer;
        opacity: 1;
    }

.item-box.venue {
    background-image: url(../_images/icons/grey_location.png);
    background-position: 15px 14px;
    padding-left: 28px;
}

.item-box.user {
    background-image: url(../_images/icons/grey_user.png);
    background-position: 15px 14px;
    padding-left: 28px;
}

.item-box.caterer {
    background-image: url(../_images/icons/grey_vendors.png);
    background-position: 15px 14px;
    padding-left: 28px;
}

.item-box .file {
    background: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: none;
}

.search-content {
    border: 1px solid #bac0c9;
    max-height: 320px;
    overflow-y: auto;
}

.search_results .bottom-buttons {
    margin: 0px;
}

    .search_results .bottom-buttons .button {
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.search-content .item-box.box {
    margin-bottom: 0px;
    border-bottom: 1px solid #dddada;
}

.search-content .item-box:hover {
    background-color: #dde0e4;
    cursor: pointer;
}


/* ====================== TIMELINE ====================== */
.timeline {
    margin: 40px 0px 0px 0px;
}

    .timeline .timeline-item {
        vertical-align: top;
        display: table;
        width: 100%;
        background: url(../_images/pixel_grey.png) repeat-y 18px;
    }

        .timeline .timeline-item:last-child {
            background: none;
        }

        .timeline .timeline-item .icon-holder {
            width: 50px;
            text-align: left;
            display: table-cell;
            vertical-align: top;
        }

        .timeline .timeline-item .icon {
            width: 36px;
            height: 36px;
            background: #bac0c9 no-repeat center center;
            border-radius: 24px;
        }

        .timeline .timeline-item.noteType_request .icon {
            background-image: url(../_images/icons/icon_programs.png);
        }

        .timeline .timeline-item.noteType_status .icon {
            background-image: url(../_images/icons/white_alert_16.png);
        }

        .timeline .timeline-item.noteType_note .icon {
            background-image: url(../_images/icons/white_text_16.png);
        }

        .timeline .timeline-item.noteType_task_complete .icon {
            background-image: url(../_images/icons/white_check_16.png);
        }

        .timeline .timeline-item.noteType_task_notComplete .icon {
            background-image: url(../_images/icons/white_x_16.png);
        }

        .timeline .timeline-item .box {
            vertical-align: top;
        }

        .timeline .timeline-item.noteType_note .box {
            background: #fff7cc;
        }

    .timeline .user {
        font-weight: bold;
        margin: 0px 0px 0px 0px;
    }

    .timeline .date {
        font-weight: bold;
        color: #999999;
        font-size: 12px;
    }

    .timeline .timeline-item .timeline-content {
        margin: 5px 0px 0px 0px;
    }

        .timeline .timeline-item .timeline-content .status {
            display: inline-block;
        }

        .timeline .timeline-item .timeline-content .note {
            margin: 8px 0px 0px 0px;
        }

        .timeline .timeline-item .timeline-content .task {
            font-weight: bold;
        }

.timeline-content .note p {
    margin: 0;
}

.tasks .task {
    margin-bottom: 15px;
}

    .tasks .task:last-child {
        margin-bottom: 0px;
    }

    .tasks .task .field.task {
        margin-bottom: 0px;
    }

    .tasks .task.na {
        opacity: .4;
    }

    .tasks .task .meta {
        padding-left: 24px;
    }

    .tasks .task .field.task label {
        width: 280px;
    }

    .tasks .task .field.task.na label {
        width: 50px;
    }


.greyed {
    color: #999999 !important;
}


/* ====================== GLOBAL CLASSES ====================== */
.half, .quart-one, .quart-two, .quart-three, .third-one, .third-two {
    box-sizing: border-box;
}

.half {
    width: 50%;
}

.quart-one {
    width: 25%;
}

.quart-two {
    width: 50%;
}

.quart-three {
    width: 75%;
}

.third-one {
    width: 33.33%;
}

.third-two {
    width: 66%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.center-content {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.left.pad {
    padding: 0 20px 0 0;
}

.right.pad {
    padding: 0 0 0 20px;
}

.top-pad {
    padding: 20px 0 0 0
}

.bottom-pad {
    padding: 0 0 20px 0;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.hide {
    display: none;
}

.invisible {
    opacity: 0;
}

.inline {
    display: inline-block !important;
    width: auto;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

.clearRight {
    clear: right;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.topSpace {
    margin-top: 10px !important;
}

.rightSpace {
    margin-right: 10px !important;
}

.bottomSpace {
    margin-bottom: 10px !important;
}

.leftSpace {
    margin-left: 10px !important;
}

.outerSpace {
    margin: 10px !important;
}

.bottom {
    margin-bottom: 0px !important;
}

:focus {
    outline: 0 !important;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.group:after {
    content: "";
    display: table;
    clear: both;
    group
}

.section {
    margin: 0px 0px 20px 0px;
}

.bottom-buttons {
    margin: 30px 0 0 0;
    text-align: center;
}

.box .bottom-buttons {
    text-align: left;
}

.buttonRow {
    margin-bottom: 20px;
}

.bottom-buttons.fixed {
    background: #babfc5;
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 15px 164px 15px 0px; /* PADDING RIGHT IS THE NAV WIDTH  */
    margin-left: -30px;
    box-sizing: border-box;
}

.bottom-buttons-space {
    margin-top: 60px;
}

.scrollbox.scroll {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    padding: 10px;
    border: 1px solid #ccc;
    overflow: auto;
    box-shadow: inset 2px 2px 6px 0px #ccc;
}

.field {
    margin: 0 0 14px 0;
}

    .field:last-child {
        margin: 0 !important;
    }

    .field.edit {
        text-align: left;
    }

        .field label, .field.edit.finance label {
            width: 32%;
            display: inline-block;
            vertical-align: top;
            text-align: right;
            font-weight: bold;
            margin-right: 5px;
        }

        .field .value, .field.edit.finance .value {
            width: 66%;
            max-width: 600px;
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }

        .field.edit label {
            display: block;
            margin: 0 0 3px 0;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            width: 100%;
        }

        .field.edit value {
            display: block;
            width: 100%;
        }

    .field .inline label {
        display: inline-block;
        margin: 0 8px 0 0;
    }

        .field .inline label:last-child {
            margin: 0
        }

    .field.inline {
        display: inline-block;
    }

        .field.inline.push-right {
            margin-right: 20px;
        }

    .field label.inline {
        width: auto;
    }

    .field.checkboxes .check {
        margin-left: 15px;
    }

        .field.checkboxes .check label {
            font-weight: normal;
        }

.reportFormat {
    width: 225px;
    float: left
}

.reportDropDown {
    width: 80px;
}

.chosen-select {
    min-width: 200px;
}



/* FINANCE FIELDS */
.field.edit.finance label {
    margin-top: 7px;
}

.field.edit.finance.total {
    border-top: 1px solid #bac0c9;
    padding-top: 5px;
}

.field.edit.finance label .notes {
    font-weight: normal;
}

.field.edit.finance .textbox.money {
    text-align: right;
    vertical-align: bottom;
}

.field.edit.finance .total {
    display: inline-block;
    text-align: right;
    margin-top: 7px;
    font-size: 16px;
    width: 150px;
}

.textbox, .textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #333;
    background: #FFFFFF;
}

.textbox {
    height: 32px;
    padding: 0 5px 0 5px;
}

.textarea {
    height: 76px;
    padding: 4px;
    max-width: 700px;
}

    .textbox:focus, .textarea:focus {
        border-color: #666;
    }

.textbox.date {
    width: 120px;
    background: url(../_images/icons/calendar.png) center right no-repeat #FFFFFF;
    font-size: 100%;
    color: #333333;
    font-weight: normal;
    text-align: left !important;
}

.datepick {
    vertical-align: middle;
    cursor: pointer;
}

.textbox.small {
    max-width: 75px;
}

.textbox.medium {
    max-width: 150px;
}

.textbox.large {
    max-width: 300px;
}

.radio-buttons .textbox {
}

.required-highlight {
    color: #af2f25;
}

.field.inline-radio-buttons span:not(.hide) {
    display: block;
}

.field.inline-radio-buttons input {
    float: left;
    margin: 7px 4px 0px 0px;
}

.field.inline-radio-buttons label {
    float: left;
    margin: 5px 20px 0px 0px;
    width: auto;
}


.file {
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    background: #f1f2f2;
    border: 1px solid #d2d2d2;
}

a.fileLink {
    padding: 0px 0px 0px 24px;
    font-weight: bold;
    background-image: url(../_images/icons/document.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
}

    a.fileLink.pdf {
        background-image: url(../_images/icons/pdf.png);
    }

    a.fileLink.ppt, a.fileLink.pptx {
        background-image: url(../_images/icons/powerpoint.png);
    }

    a.fileLink.xls, a.fileLink.xlsx, a.fileLink.csv {
        background-image: url(../_images/icons/excel.png);
    }

    a.fileLink.doc, a.fileLink.docx {
        background-image: url(../_images/icons/word.png);
    }

    a.fileLink.jpg, a.fileLink.jpeg, a.fileLink.gif, a.fileLink.tif, a.fileLink.tiff, a.fileLink.png, a.fileLink.bmp {
        background-image: url(../_images/icons/page_white_picture.png);
    }

    a.fileLink.noLink:hover {
        text-decoration: none !important;
    }



.file.large {
    padding: 15px 15px 15px 60px;
    background-image: url(../_images/icons/document.png);
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

    .file.large.pdf {
        background-image: url(../_images/icons/pdf_32x32.png);
    }

    .file.large.ppt, .file.large.pptx {
        background-image: url(../_images/icons/powerpoint_32x32.png);
    }

    .file.large.xls, .file.large.xlsx, .file.large.csv {
        background-image: url(../_images/icons/excel_32x32.png);
    }

    .file.large.doc, .file.large.docx {
        background-image: url(../_images/icons/word_32x32.png);
    }

    .file.large p:last-child {
        margin-bottom: 0px;
    }

    .file.large a {
        font-weight: bold;
    }

.file .info {
    padding: 0 0 0 26px;
    margin: 0px;
    color: #999999;
}


.file p:last-child {
    margin-bottom: 0px;
}

.chosen-select {
    min-width: 200px;
}

.file a.delete, .code a.delete {
    float: right;
    margin: 2px 0px 0px 0px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../_images/icons/grey_x.png) no-repeat;
}

.file.invite .fileLink {
    background-size: 50px 65px;
    min-height: 65px;
    padding-left: 58px;
}

.file.invite.doc_branded_attendee_invitation_pi .fileLink {
    background-image: url(../_images/thumbs/invite1.jpg);
}

.file.invite.doc_branded_pdg_attendee_invitation_pi .fileLink {
    background-image: url(../_images/thumbs/invite2.jpg);
}

.file.invite.doc_unbranded_roundtable_attendee_invitation .fileLink {
    background-image: url(../_images/thumbs/invite3.jpg);
}

.verified {
    display: inline-block;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    background: #8bc249;
    padding: 2px 5px 2px 5px;
    margin: 2px 0px 1px 0px;
}


.popupWindow {
    padding: 40px;
    background: #ffffff;
}

    .popupWindow h3 {
        margin: 0px;
    }

    .popupWindow .content {
        border: none;
        padding: 0px;
    }

.popup h3 {
    margin: 0px 0px 10px 0px;
}

.popup h4 {
    margin: 0px 0px 10px 0px;
}

#message_popup {
    max-width: 600px;
}

    #message_popup .content {
        text-align: center;
        font-size: 16px;
    }

    #message_popup .bottom-buttons {
        text-align: center;
        margin: 30px 0px 0px 0px;
    }

    #message_popup .button {
        margin: 0px 10px 0px 10px;
    }

#eventInfoPopup {
    position: absolute;
    z-index: 520;
    display: none;
    max-width: 450px;
    padding: 10px;
    box-shadow: 0px 4px 10px #7F7F7F;
}

.strength {
    float: right;
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: #444;
}

table.list td {
    padding: 0 30px 10px 0;
    color: #555;
}

table.list tr:last-child td {
    padding: 0 30px 0 0;
}

table.uploads {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: #444;
}

    table.uploads th {
        padding: 4px 4px 2px;
        border: 1px solid #ddd;
        background-color: #ddd;
        text-align: left;
    }

    table.uploads td {
        padding: 4px;
    }

        table.uploads td a {
            color: #2988b5;
        }

ul.key {
    list-style: none;
    font-size: 12px;
    margin: 0;
}

    ul.key li {
        box-sizing: border-box;
        display: inline-block;
        width: 46%;
        margin-left: 2%;
        vertical-align: top;
    }

        ul.key li:nth-child(1), ul.key li:nth-child(2) {
            margin-top: 0;
        }

        ul.key li input {
            border: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #444;
        }


.error, .message {
    background: #d7eef7;
    border: 1px solid #8ab7c8;
    color: #238aae;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.error {
    background: #ecc8c5;
    border: 2px solid #dbb2b0;
    color: #b83b36;
    font-weight: bold;
}

    .error a {
        color: #ffffff;
    }

.message {
    background: #cde8f5;
    border: 1px solid #7ebddf;
    color: #427297;
}

    .message h1, .message h2 {
        margin: 0px 0px 0px 0px;
        color: #3b5970;
    }

    .message p:last-child {
        margin-bottom: 0px;
    }


.alert {
    position: relative;
    box-sizing: border-box;
    min-width: 800px;
    margin: 20px 20px 0 170px;
    padding: 10px 0 8px 0;
    border: 1px solid #2988b5;
    background-color: #cfd9dd;
    font-size: 14px;
    text-align: center;
    color: #045880;
}

    .alert .close-alert {
        position: absolute;
        top: 6px;
        right: 10px;
        font-size: 20px;
        color: #045880;
        text-decoration: none;
    }

.status {
    background: #a1a1a1;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

span.icon {
    width: 16px;
    height: 16px;
    background: no-repeat;
    display: inline-block;
}

    span.icon.disabled {
        background-image: url(../_images/icons/red_x.png);
    }

a.refresh {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../_images/icons/grey_refresh.png) no-repeat center center;
    opacity: .5;
}

    a.refresh:hover {
        opacity: 1;
    }

.field.edit a.refresh {
    vertical-align: middle;
    margin-left: 4px;
}

table.nested tr.nested-parent td:first-child {
    background-image: url(../_images/icons/grey_arrow_right.png);
    background-position: left center;
    background-repeat: no-repeat;
}

table.nested tr.nested-parent.expanded td:first-child {
    background-image: url(../_images/icons/grey_arrow_down.png);
}

table.nested tr.nested-parent.level1.expanded td:first-child {
    background-image: url(../_images/icons/white_arrow_down.png);
}

table.nested tr.level1 td:first-child {
    padding-left: 25px;
    background-position: 5px center;
    background-image: url(../_images/icons/white_arrow_right.png);
}

table.nested tr.level2 td:first-child {
    padding-left: 45px;
    background-position: 25px center;
}

table.nested tr.level3 td:first-child {
    padding-left: 70px;
    background-position: 50px center;
}

table.nested tr.level4 td:first-child {
    padding-left: 70px;
}

table.nested tr.level1 td {
    background-color: #073b6d;
    color: #FFFFFF;
    border-bottom: 1px solid #082e53;
}

table.nested tr.level1:hover td {
    background-color: #082e53 !important;
}

table.nested tr.level2 td {
    background-color: #cfd3d9;
    border-bottom: 1px solid #bac0c9;
}

table.nested tr.level3 td {
    background-color: #eeeff1;
    border-bottom: 1px solid #cfd3d9;
}

table.nested tr.level4 td {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeff1;
}

table.nested tr.total td {
    background: #959aa2;
    color: #FFFFFF;
}

table.nested tr.total:hover td {
    background: #959aa2 !important;
    color: #FFFFFF;
}

.hidden {
    display: none;
}

table.dashboard {
}

table.dataTable.static tr td {
    white-space: normal;
}

table.dataTable.static tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

table.dashboard th.task-label {
    text-align: right !important;
}

table.dashboard td.task-label {
    text-align: right !important;
    background-color: #cfd3d9 !important;
    font-weight: bold;
    width: 200px;
    max-width: 200px;
}

table.static tr:nth-child(odd) td.task-label {
    background-color: #bac0c9 !important;
}

table.dashboard th, table.dashboard td {
    text-align: center !important;
}

table.dashboard .number {
    background: #a1a1a1;
    min-width: 25px;
    height: 25px;
    padding: 0px 5px 0px 5px;
    box-sizing: border-box;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
    display: inline-block;
    cursor: pointer;
}

    table.dashboard .number.overdue {
        background: #e85342;
    }

body.logged-out #footer {
    background: none !important;
    color: #fff !important;
    line-height: 1.2em !important;
}

#footer {
    position: relative;
    margin-top: -80px; /* negative value of footer height */
    height: 80px;
    clear: both;
    background-color: #cbcbcb;
}

    #footer .copy {
        width: 300px;
        height: 50px;
    }

        #footer .copy p {
            font-size: 12px;
        }

    #footer .links {
        text-align: right;
    }

        #footer .links ul {
            list-style: none;
        }

            #footer .links ul li {
                display: inline-block;
                margin: 0 0 0 10px;
            }

                #footer .links ul li:first-child {
                    margin: 0;
                }

                #footer .links ul li a {
                    font-size: 12px;
                    font-weight: 700;
                    color: #666;
                    text-decoration: none;
                }

                    #footer .links ul li a:hover {
                        color: #333;
                    }

@media all and (max-width: 1200px) {

    .tabs.condensed a, .tabs.condensed a.tab:link, #header .tabs.condensed a.tab:visited {
        padding: 0px 15px 0px 15px;
        margin-right: -2px;
    }

    .fixed-header .pageHeader .title {
        margin-top: 0px;
    }
}



@media all and (max-width: 950px) {

    .half, .quart-one, .quart-two, .quart-three, .third-one, .third-two {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 0px !important;
        text-align: left !important;
    }

    .right > .button {
        margin-left: 0px;
        margin-right: 10px;
    }

    .tabs {
        padding: 0px 10px 0px 10px;
    }

        .tabs a, .tabs a.tab:link, #header .tabs a.tab:visited {
            padding: 0px 8px 0px 8px;
        }
}


@media all and (max-width: 700px) {

    body {
        background-position: 0px 30px;
    }

    #logo {
        min-width: 120px;
        width: 120px;
        min-height: 39px;
        background-size: 133px 43px;
        background-position: center center;
    }

    #logo {
        width: 100%;
    }

    #sideNav {
        display: none;
    }

    #top {
        padding: 0px 10px 0px 10px;
    }

    #top {
        margin-top: 61px;
    }

        #top .right {
            float: right;
        }

        #top .dropdown {
            margin: 0px;
        }

    #site-search-container {
        width: 100%;
        box-sizing: border-box;
        float: none;
        clear: both;
        padding: 20px 0px 20px 0px;
        display: none;
    }

    #site-search {
        border-radius: 4px;
        box-sizing: border-box;
    }


    #sidr-menu-open {
        display: inline-block;
    }

    #main {
        padding: 0px;
    }

        #main .content {
            padding: 110px 10px 20px 10px;
        }

    .tabs {
        padding: 0px;
        text-align: center;
        background: none;
    }

        .tabs a, .tabs a.tab:link, #header .tabs a.tab:visited {
            padding: 0px 10px 0px 10px;
            margin: 5px;
            background: #bac0c9;
            border-radius: 4px;
            line-height: 40px;
        }

            .tabs a.tab.selected {
                background: #0065bd;
                color: #FFFFFF;
            }

    .field label {
        display: block;
        margin: 0 0 3px 0;
        text-align: left;
        width: 100%;
    }

    .field .value {
        display: block;
        width: 100%;
    }

    .bottom-buttons.fixed {
        background: #babfc5;
        position: fixed;
        bottom: 0px;
        text-align: center;
        width: 100%;
        padding: 15px 0px 15px 0px;
        margin: 0px 0px 0px -10px;
        box-sizing: border-box;
    }

    .fixed-header {
        position: relative;
        width: 100%;
        top: 0px;
        padding: 0px;
        margin: 0px;
        background: none;
        z-index: 100;
    }

        .fixed-header .pageHeader {
            padding: 0px;
        }

        .fixed-header .tabs {
            margin: 30px 0px 30px 0px;
            padding: 0px 10px 0px 10px;
        }

    .page-content {
        margin-top: 0px !important;
    }
}

@media all and (max-width: 500px) {

    .content {
        margin: 0;
    }

        .content h2 {
            margin: 0;
            text-align: center;
        }

    #logo {
        width: 100%;
    }

    #top .right {
        float: right;
    }

    #top .dropdown {
        margin: 0px;
    }

    #sidr-menu-open {
        display: inline-block;
    }

    #main {
        padding: 0px;
    }

        #main .content {
            padding: 110px 10px 20px 10px;
        }

    .timeline .timeline-item .icon-holder {
        display: none;
    }

    .quart-one, .quart-three {
        width: 100%;
        padding-bottom: 10px;
    }

    .left, .right {
        float: none;
    }

    .align-right {
        text-align: left;
    }
}

/*@media all and (max-height: 650px) {
	#logo { display:none; }	
	#sideNav { top:0px; padding-top:0px; }
}
@media all and (max-height: 540px) {
	#sideNav ul li a { height:36px; line-height:36px; }
	#sideNav ul li span { top:10px; }
}
@media all and (max-height: 400px) {
	#sideNav ul li a { font-size:16px; height:24px; line-height:24px; padding-left:8px; }
	#sideNav ul li span { background:none !important; }
}

*/

/*@media screen and (orientation:landscape) { 

	#logo { width:100%; }

	#sideNav { display:none; }
	#top { top:61px; }
	#top .right { float:right; }
	#top .dropdown { margin:0px; }
	
	#sidr-menu-open { display:inline-block; }
	
	#main { padding:0px; }
	#main .content { padding:110px 10px 20px 10px; }

}*/


@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {

    .logo {
        background-image: url(../_images/abiomed_logo@2x.png);
        background-size: 300px 97px;
    }

    #sideNav ul li.dashboard span {
        background-image: url(../_images/icons/icon_dashboard@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.programs span {
        background-image: url(../_images/icons/icon_programs@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.budgets span {
        background-image: url(../_images/icons/icon_budgets@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.speakers span {
        background-image: url(../_images/icons/icon_speakers@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.physicians span {
        background-image: url(../_images/icons/icon_physicians@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.users span {
        background-image: url(../_images/icons/icon_users@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.resources span {
        background-image: url(../_images/icons/icon_resources@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.reports span {
        background-image: url(../_images/icons/icon_reports@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.venues span {
        background-image: url(../_images/icons/icon_venues@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.vendors span {
        background-image: url(../_images/icons/icon_vendors@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.uploads span {
        background-image: url(../_images/icons/icon_uploads@2x.png);
        background-size: 16px 16px;
    }

    #sideNav ul li.settings span {
        background-image: url(../_images/icons/icon_settings@2x.png);
        background-size: 16px 16px;
    }





    #top .dropdown, .button.dropdown.status {
        background-image: url(../_images/icons/white_arrow_down_small@2x.png);
        background-size: 12px 8px;
    }

    #top .link.help {
        background: url(../_images/icons/white_help_small@2x.png) left center no-repeat;
        background-size: 12px 12px;
    }

    #sidr-menu-open {
        background-image: url(../_images/icons/grey_hamburger@2x.png);
        background-size: 24px;
    }

    .iconField.email .icon {
        background-image: url(../_images/icons/white_email_32.png);
        background-size: 16px 16px;
    }

    .iconField.password .icon {
        background-image: url(../_images/icons/white_lock_32.png);
        background-size: 16px 16px;
    }

    a.fileLink.pdf {
        background-image: url(../_images/icons/pdf_32x32.png);
        background-size: 16px 16px;
    }

    a.fileLink.ppt, a.fileLink.pptx {
        background-image: url(../_images/icons/powerpoint_32x32.png);
        background-size: 16px 16px;
    }

    a.fileLink.xls, a.fileLink.xlsx, a.fileLink.csv {
        background-image: url(../_images/icons/excel_32x32.png);
        background-size: 16px 16px;
    }

    a.fileLink.doc, a.fileLink.docx {
        background-image: url(../_images/icons/word_32x32.png);
        background-size: 16px 16px;
    }

    a.fileLink.jpg, a.fileLink.jpeg, a.fileLink.gif, a.fileLink.tif, a.fileLink.tiff, a.fileLink.png, a.fileLink.bmp {
        background-image: url(../_images/icons/photo_32x32.png);
        background-size: 16px 16px;
    }

    a.button span.add {
        background-image: url(../_images/icons/grey_plus@2x.png);
        background-size: 14px 14px;
    }

    a.button span.delete {
        background-image: url(../_images/icons/grey_minus@2x.png);
        background-size: 14px 14px;
    }

    a.button span.merge {
        background-image: url(../_images/icons/grey_merge@2x.png);
        background-size: 12px 16px;
    }

    a.button span.close {
        background-image: url(../_images/icons/grey_x@2x.png);
        background-size: 14px 14px;
    }

    a.button.alt span.save, a.button.alt span.check {
        background-image: url(../_images/icons/white_check@2x.png);
        background-size: 14px 14px;
    }

    a.button span.download {
        background-image: url(../_images/icons/grey_download@2x.png);
        background-size: 14px 14px;
    }

    a.button span.upload {
        background-image: url(../_images/icons/grey_upload@2x.png);
        background-size: 14px 14px;
    }

    input[type="radio"].radio + label span {
        background-image: url(../_images/radio@2x.png);
        background-size: 24px 96px;
    }

    .timeline .timeline-item.noteType_request .icon {
        background-image: url(../_images/icons/icon_programs@2x.png);
        background-size: 16px 16px;
    }

    .timeline .timeline-item.noteType_status .icon {
        background-image: url(../_images/icons/white_alert_32.png);
        background-size: 16px 16px;
    }

    .timeline .timeline-item.noteType_note .icon {
        background-image: url(../_images/icons/white_text_32.png);
        background-size: 16px 16px;
    }

    .timeline .timeline-item.noteType_task_complete .icon {
        background-image: url(../_images/icons/white_check_32.png);
        background-size: 16px 16px;
    }

    .timeline .timeline-item.noteType_task_notComplete .icon {
        background-image: url(../_images/icons/white_x_32.png);
        background-size: 16px 16px;
    }

    .box.flagged .name {
        background-image: url(../_images/icons/warning@2x.png);
        background-size: 16px 16px;
    }

    .item-box.venue {
        background-image: url(../_images/icons/grey_location@2x.png);
        background-size: 16px 16px;
    }

    .item-box.user {
        background-image: url(../_images/icons/grey_user@2x.png);
        background-size: 16px 16px;
    }

    span.icon.disabled {
        background-image: url(../_images/icons/red_x@2x.png);
        background-size: 16px 16px;
    }
}
