/* Font Face */


/* Key Frames */


/* Bootstrap Fixes */

.row:before,
.row:after {
    content: normal !important;
}

div.row,
div.rowalt {
    margin: 0.5em 0;
    padding: .5em;
    background: #eee;
    border-radius: 5px;
}

.footer-icon {
    text-align: right;
    float: right;
    margin-right: 8px;
    color: white
}


/*#abstractNavFlexRight > div.messagealert.addAuthor.alert.alert-danger, .abstract-preview-submitter
{
	display:none;
}
*/


/* html, body  */

html,
body {
    margin: 0;
    height: 100vh;
}

body {
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px !important;
    color: #5b5454;
    background-color: #fff;
}

body.blank-content {
    background-color: #FFF;
    margin: 5px;
}

.review-abstract-categories-header {
    display: none !important
}

#newSubmission #submit {
    font-size: 16px
}


/* Links */

a {
    color: #0d0510;
    text-decoration: underline;
}

a:hover {
    cursor: pointer;
    color: #692e7c;
    text-decoration: underline;
}

.site-logo img {
    width: 500px;
    max-width: 500px
}

.site-side-logo img {
    width: 100%;
    max-width: 300px;
    margin-top: 40px
}

#sideContent {
    width: 15%;
    min-height: 500px;
    border-right: 1px solid #cdcdcd;
    text-align: center;
    padding: 0px !important;
    float: left
}

#branding>a,
#branding>a:hover,
#sideContent a,
#sideContent a:hover,
body a {
    transition-delay: 0s !important;
    -webkit-transition: 0.0s all ease;
}

.linklist,
#panelNavList {
    margin: 0 !important;
    /*  border-bottom:1px solid #cdcdcd ;*/
    padding: 0 !important;
    list-style-type: none;
    /* Remove bullets */
    width: 100%;
    font-size: 14px;
}

.linklist a,
#panelNavList a {
    display: block;
    color: black;
    padding: 14px;
    text-decoration: none;
}

.linklist a.active,
#panelNavList a.active {
    background-color: #04AA6D;
    color: white;
}

.linklist a:hover:not(.active),
#panelNavList a:hover:not(.active) {
    background-color: #555;
    color: white;
}

ul#panelNavList li a.stepCurrent {
    text-decoration: none;
    background-color: #ef4447;
    color: white;
}

div.viewEvent div#categoriesPlannerNameDiv {
    display: none
}


/* Headers */

h1,
#ai-user-gateway-title {
    font-size: 30px !important;
    line-height: 44px;
    color: #0d0510;
}

h2 {
    font-size: 28px;
    color: #0d0510;
    line-height: 32px;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    color: #0d0510;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    color: #0d0510;
    line-height: 22px;
    margin-bottom: 10px;
}

h5 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    font-size: 0.8em;
}

#ai-user-gateway {
    padding-top: 0px !important;
}

#ai-user-gateway-title {
    display: none;
}


/* Containers */

#blankcontent {
    padding: 1em;
    background: #fff;
    padding: .6em;
}

.content-wrapper {
    width: 100%;
}

#bodyWrapper {
    width: 100%;
    background-color: #ffffff;
}

.aiDashboard-userlinks a {
    text-decoration: none !important
}

#aidashboard-nav {
    min-height: 35px !important;
    background-color: #ef444729 !important;
    border: none !important;
    border-radius: 0px !important;
}

.eventTypeDesc {
    margin: 0;
    padding: 10px 0 0 10px;
    width: auto;
    font-size: 12px;
    height: auto;
    min-height: 150px;
}

.absTypeDescriptions {
    height: auto;
    width: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #0D4585;
    box-shadow: 2px 2px 2px #666;
    padding: 8px;
    border-radius: 4px;
}

.absTypeDescriptionsPosition {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 10%;
    /* transform: translate(-50%, -500%); */
}


/* Container Responsive */

@media (max-width: 767px) {
    .absTypeDescriptionsPosition {
        width: 100%;
        /* top: 500%; */
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .content-wrapper {
        width: 98%
    }
    #ai-dashboard-nav-collapse-1 {
        width: 98%
    }
    #sideContent img {
        display: none;
    }
    #sideContent {
        margin: 0px;
        padding: 3px;
        width: 100%;
        height: auto;
        min-height: auto !important;
        border: none;
        border-bottom: 1px solid #b3aeae;
        /*    border-top: 1px solid #b3aeae;*/
        display: block;
    }
    .sub-footer {
        padding-right: 0px !important;
    }
    .footer-right {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    #ai-dashboard-nav-collapse-1 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Header & Sign-In Nav */

.global-header {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px #e9e9e9 solid;
    font-size: 14px;
    clear: both;
    height: 40px;
    background-color: #fff;
}

.global-header a {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #4d515a;
    transition: all 0.1s linear;
}

.global-header a:hover,
.global-header a:active {
    color: #5b5454;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.global-brand {
    float: left;
}

.global-links {
    float: right;
}

.global-brand a,
.global-links a {
    display: inline-block;
    cursor: pointer;
}

.global-links a+a {
    margin-left: 10px;
}

.primary-header {
    width: 100%;
    /*background-color: #e61856;*/
    padding: 1px 10px;
}

.primary-brand {
    display: block;
    /*text-align: center;*/
    margin-bottom: 0;
}


/*.primary-brand img{width: 50%}*/

.primary-brand a:hover {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.site-header {
    background: #fff;
    /*    background: -webkit-linear-gradient(right, #0d0510 80%, #f39a21);
    background: -o-linear-gradient(left, #0d0510 80%, #f39a21);
    background: -moz-linear-gradient(left, #0d0510 80%, #f39a21);
    background: linear-gradient(to left, #0d0510 80%, #f39a21);
*/
    width: 100%;
}

.low-header {
    background-color: #4d515a;
}

.low-header-content {
    text-align: right;
    color: #fff;
    padding: 10px 20px;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: -0.025em;
}

.low-header .leftshow {
    position: absolute;
    width: 60%;
    height: 36px;
    background: #fff;
    background-repeat: repeat-x;
}

.nav-primary {
    padding: 0 40px 0px 0;
    background: rgb(61 120 69);
    /* background: linear-gradient(0deg, rgb(243 111 33) 0%, rgb(223 17 142) 100%,  rgb(80 183 93) 100%); */
}


/* Headers Responsive */

@media (max-width: 767px) {
    .global-links {
        display: none;
    }
    .primary-header,
    .primary-header .content-wrapper {
        width: 100%;
        padding: 5px 0 0 0;
        text-align: center;
    }
    .nav-primary-toggle {
        padding-top: 8px;
    }
    .low-header {
        margin-top: 0px;
    }
    .low-header .leftshow {
        display: none;
    }
    .low-header-content {
        text-align: center;
    }
    .footer-right {
        text-align: center;
    }
}


/* Nav */

.nav-primary-toggle {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    color: #fff;
    /*background-color: #4d515a;*/
}

.nav-primary-toggle a {
    color: #fff;
    font-size: 0.8em;
}

.nav-primary-toggle .navbar-toggler .fa-minus,
.nav-primary-toggle .navbar-toggler.loaded .fa-plus,
.nav-primary-toggle .navbar-toggler.collapsed .fa-plus {
    display: inline-block;
}

.nav-primary-toggle .navbar-toggler.loaded .fa-minus,
.nav-primary-toggle .navbar-toggler.collapsed .fa-minus,
.nav-primary-toggle .navbar-toggler .fa-plus {
    display: none;
}

#primary-collapse {
    color: #fff;
    /*	background-color: #4d515a;
*/
}

.primary-nav {
    color: #fff;
}

#primary-collapse .nav-primary ul {
    width: 100%;
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
    text-align: right;
}

#primary-collapse .nav-primary ul>li {
    width: 100%;
}

#primary-collapse .nav-primary>ul>li {
    width: auto;
    display: inline-block;
}

#primary-collapse .nav-primary ul>li.separator {
    display: none;
}

#primary-collapse .nav-primary ul>li>a {
    display: inline-block;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /*background-color: #4d515a;*/
    color: #fff;
    padding: 10px 20px 10px;
    transition: all linear 0.5s;
    text-transform: uppercase;
    text-shadow: 10px 2px 14px #a31b6d;
    text-decoration: none !important;
}

#primary-collapse .nav-primary ul>li>a+span {
    display: inline-block;
}

#primary-collapse .nav-primary ul>li+li {
    /*border-left: 2px solid #fff;*/
}

#primary-collapse .nav-primary>ul>li>a:hover,
#primary-collapse .nav-primary>ul>li>a:active {
    text-decoration: none;
    background-color: #69bd45 !important;
    box-shadow: 1px 1px 0px 5px #69bd45;
}

#primary-collapse .nav-primary ul.dropdown-menu {
    border: 0px;
    border-radius: 0px;
    float: none;
    clear: both;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

#primary-collapse .nav-primary ul.dropdown-menu>li {
    width: 100%;
    text-align: left !important;
    margin: 0;
}

#primary-collapse .nav-primary ul.dropdown-menu li+li {}

#primary-collapse .nav-primary ul.dropdown-menu a {}

#primary-collapse .nav-primary ul.dropdown-menu>a {
    /*border-bottom: 2px solid #058488;*/
}

#primary-collapse .nav-primary ul.dropdown-menu a:hover {
    text-decoration: none;
    background-color: #4d515a;
    color: #fff;
}

#primary-collapse .nav-primary ul.dropdown-menu ul.dropdown-menu a {
    padding-left: 25px;
}

.mainNavL1Children,
.mainNavL2Children {
    display: inline-block;
}

.mainNavL1Children {
    margin-left: 2px;
}

.mainNavL2Children {
    margin-left: 10px;
}

.mainNavL2PushOut,
.mainNavL3PushOut {
    display: inline-block;
    margin-right: 10px;
}

.toggleMenuSpan:hover {
    cursor: pointer;
}

.nav-path {
    display: none;
}

.nav-path>.content-wrapper {
    background-color: #fff;
    padding-top: 8px;
}

#children-nav {
    /*padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #fff;*/
    /*background-image: linear-gradient(153deg,#00adbb 0%,#c2d500 100%);*/
    /*background-color: #78AFCD;*/
    display: none;
}

#children-nav>.content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #fff;
    background-color: #4d515a;
}

#children-nav.children-shown {
    display: block;
}

.nav-child-menu {
    display: none;
}

.nav-child-menu.child-shown {
    display: block;
}

.nav-child-menu .nav-child-menu-header {
    min-width: 20%;
    float: left;
    font-size: 24px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
}

.nav-child-menu>ul {
    list-style-type: none;
    margin-left: 0px;
    margin-top: 10px;
    width: 70%;
    float: left;
    border: none;
}

.nav-child-menu>ul a {
    color: #fff;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: 6px 12px;
    display: block;
    width: 100%;
}

.nav-child-menu>ul li {
    margin-bottom: 5px;
    width: 100%;
    border: none;
}

.nav-child-menu>ul ul.dropdown-menu {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    margin-left: 20px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
}

.nav-child-menu>ul ul.dropdown-menu a {
    padding-left: 22px;
}

.nav-child-menu>ul a:hover,
.nav-child-menu>ul ul.dropdown-menu a:hover,
.nav-child-menu>ul ul.open>a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    font-weight: 600 !important;
    /*color: #777;*/
}

.toggleMenuSpan.child-shown .fa-chevron-down,
.dropdown>ul.open>a .fa-angle-right {
    display: none;
}

.toggleMenuSpan:not(.child-shown) .fa-chevron-up {
    display: none;
}


/* End Nav */


/* Nav Responsive */

@media (max-width: 767px) {
    #primary-collapse.collapse {
        display: none;
    }
    #primary-collapse.collapse.in {
        display: block;
    }
    #primary-collapse {
        margin-top: 10px;
        margin-right: 0px;
    }
    #primary-collapse .nav-primary ul>li {
        width: 100%;
        float: none;
        margin-top: 2px;
        margin-bottom: 2px;
    }
    #primary-collapse .nav-primary ul>li>a {
        text-align: left;
    }
    #primary-collapse .nav-primary ul.dropdown-menu {
        position: relative;
        min-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .nav-primary-toggle {
        display: none;
    }
    #primary-collapse.collapse {
        display: block;
    }
    #primary-collapse .nav-primary>ul>li+li {
        margin-left: 15px;
    }
}


/* End Nav Responsive */


/* Side Nav, Activity Nav, Activity Preview */

#activityDetails>br {
    display: none;
}

#activityContainer {
    float: left;
    width: 100%;
}

#activityDetails {
    float: right;
}

#activityDetails ul {
    list-style: none;
    margin-right: -35px;
}

#activityDetails img {
    max-width: 100%;
}

#activityInfo {
    margin-bottom: 1em;
    border-bottom: 1px solid #4d515a;
    padding-bottom: 1em;
}

#activityBanner {
    text-align: right;
    width: 100%;
    max-width: 100%;
}

#activityContainer h1 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
    margin-bottom: 25px;
    font-size: 36px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
}

#activityDetails img {
    max-width: 100%;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    #activityDetails {
        width: 25%;
        padding-left: 0px;
        padding-right: 30px;
    }
    #activityContainer {
        width: 75%;
    }
}

#activitySubNav:before,
#activitySubNav:after {
    content: " ";
    display: table;
}

#activitySubNav:after {
    clear: both;
}

#activitySubNav {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

#activitySubNav>li {
    position: relative;
    display: block;
}

#activitySubNav>li:hover,
#activitySubNav>li>a:hover,
#activitySubNav>li.active,
#activitySubNav>li>a.active {
    background-color: #ebf1f7;
    text-decoration: none;
}

#activitySubNav>li>a {
    color: #4d515a;
    background-color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
}

#activitySubNav>li a {
    font-size: 16px;
}

#activitySubNav>li.active,
#activitySubNav>li>a.active {
    color: #fff;
    background-color: #4d515a;
    border-color: #4d515a;
    text-decoration: none;
}

#activitySubNav>li+li {
    margin-top: 0px;
    border-top: 1px solid #D1D3D3;
}

#activityTopListItem {
    text-align: left;
    color: #052049;
    background-color: #fff;
    border-bottom: 2px solid #052049;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.10em;
    font-size: 20px;
}

#activityTopListItem:hover {
    cursor: default;
    color: #052049;
    background-color: #fff !important;
    border-bottom: 2px solid #052049 !important;
}


/* End Side Nav and Activity Nav */


/* Person Dashboard */

#aidashboard-nav,
#ai-dashboard-nav-collapse-1 {
    color: #00274c !important;
    margin: 0 auto;
}

#ai-dashboard-nav-collapse-1 {
    margin: 0 auto;
}

#ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div h3. {
    color: #00274c;
}

#aidashboard-nav a:hover {
    color: #fff !important;
}

.card-grids {
    width: 85% !important;
}

.card-header {
    color: #fff !important;
    background: #4d515a !important;
    border-bottom: 3px solid !important;
    padding: 0.5em 0em 0.5em;
    height: 100px;
    padding-top: 5px !important;
}

.card-header h2,
.card-header h3,
.card-header h4 {
    color: #fff !important;
    font-size: 1.7em;
    font-weight: normal;
}

.card-grid,
.header-description {
    color: #00274c !important;
    background: #f6f6f6 !important;
}

.header-description {
    max-height: 300px !important;
    min-height: 300px !important;
    height: 300px !important;
}

ul.card-items a:hover,
ul.card-items i.fa:hover {
    color: #0066cc !important;
    text-shadow: none !important;
}

.card-grid:hover {
    transform: none !important;
    -webkit-transform: none !important;
}

.card-grid .header-description h5 {
    padding: 2px 2px;
    text-align: right !important;
    text-transform: none !important;
    margin-right: 10px !important;
    color: #00274c !important;
}

#aidashboard-nav .aidashboard_dropdown-menu li h3 {
    color: #00274c !important;
    font-size: 1.5em;
    font-weight: normal;
}

#aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:hover,
#aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:focus,
#aidashboard-nav .aidashboard_dropdown-menu .multi-column-dropdown li a:active {
    background-color: #ebf1f7;
    color: #ef4447 !important;
}

#aidashboard-nav #ai-dashboard-nav-collapse-1 .aiDashboard-dashboardlinks>li.aidashboard_dropdown>a:hover,
#aidashboard-nav #ai-dashboard-nav-collapse-1 .aiDashboard-userlinks>li.aidashboard-signout>a:hover {
    background-color: transparent !important;
    color: #ef4447 !important;
    font-weight: bold;
}

#ai-dashboard-nav-collapse-1 #ai-dashboard-nav-collapse-1 {
    border-right: 1px solid rgba(0, 0, 0, .15) !important;
}


/*#ai-dashboard-nav-collapse-1 > ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div {
   min-height: 210px !important;
}*/

span.importantactions:before,
i.importantactions.card-item:before,
i.importantactions:before {
    color: red !important;
}

.important-card {
    display: none !important;
}

.aidashboard_dropdown-menu .item-description {
    min-height: 40px !important;
}

#ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks>li>ul>div>div:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, .15);
    width: auto;
    height: 520px
}

#ai-dashboard-nav-collapse-1>ul.nav.navbar-nav.aiDashboard-userlinks.aiDashboard-dashboardlinks .row div h3 {
    padding-top: 15px !important;
}

.aidashboard_dropdown-menu.dropdown-menu li a {
    text-align: left !important;
}


/* Home Page Content */

@media (max-width: 1024px) {
    .nav.navbar-nav>li {
        height: 62px;
        display: table-cell;
        vertical-align: middle;
    }
    .nav.navbar-nav>li>a {
        line-height: 1em;
        height: 100%;
    }
    .navbar-signin h3 {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }
    #dropdownMenuLink .caret {
        display: none;
    }
    .nav.navbar-nav>li {
        width: 100%;
    }
    .siteHeaderLink {
        font-size: 18px !important;
    }
    .nav.navbar-nav>li.hidden-sm+li,
    .nav.navbar-nav>li.hidden-md+li .nav.navbar-nav>li.hidden-lg+li {
        border-bottom: none;
    }
    .nav.navbar-nav>li+li {
        border-bottom: 1px solid #0066cc;
    }
    .nav.navbar-nav>li>a {
        color: #fff;
    }
    #bs-example-navbar-collapse-1 {
        border-top: none;
    }
    #navigation li.dropdown .dropdown-menu,
    #navigation li.dropdown .dropdown-menu>li,
    #navigation li.dropdown .dropdown-menu>li>a {
        /*color: #fff;*/
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
    #navigation li.dropdown .dropdown-menu>li>a:hover {
        color: #00274c;
    }
    .nav.navbar-nav>li {
        height: auto;
        display: block;
    }
    .nav.navbar-nav>li>a {
        line-height: auto;
    }
    .navbar-signin,
    .nav.navbar-nav>li.separator {
        display: none;
    }
    .nav.navbar-nav>li+li {
        border-left: none;
    }
}

.ai-user-gateway-option:hover {
    background: #0d0510 !important;
    color: #fff !important
}

.ai-user-gateway-option {
    color: #0d0510 !important
}


}

/* Content */
#content {
    margin: 0 -15px 0;
    padding: 50px;
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-height: 400px;
}
#content ul,
#content ol {
    margin: 10px 20px;
    padding: 0 15px;
}
#main {
    padding-bottom: 15px;
    width: 85% !important;
    float: left
}
#main-inner {
    padding: 0 12px;
}
#main h1 {
    padding-bottom: 20px;
    padding-top: 25px;
}
#main h2 {
    border-bottom: 1px dotted;
    padding-bottom: 8px;
    border-color: #cdcdcd;
}
#side {
    background: #FFFFFF;
    display: none;
    margin-top: 25px;
}
#side h3 {
    color: #00549F;
}
@media (min-width: 768px) {
    #content.row>div#main[class*="col-"],
    #content.row>div#side[class*="col-"] {
        /*float: none;*/
        vertical-align: top;
    }
    
    #signOutInNav {
        display: none !important;
    }
}
#pagebannertop {
    display: none;
}
#viewActivity>div.row {
    background: none;
}

/* Footer */
#footer {
    margin-top: 20px;
    background-color: #ef4447;
    position: relative;
    padding-top: 8px;
    /*   padding-bottom: 88px;*/
    
    font-size: 14px;
    line-height: 24px;
}
#footer a {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    color: #fff;
    transition: all 0.1s linear;
}
#footer a:hover,
#footer a:active {
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.footer-links-container {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 70px;
}
.footer-links-header {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.sub-footer {
    font-size: 14px;
    padding-right: 70px;
}
.footer-img {
    padding: 0px 0px;
    margin-bottom: 30px;
    text-align: right;
    width: 100px;
}
.footer-right {
    text-align: right;
}
.footer-img a,
.footer-img a:hover,
.footer-img a:active {
    text-decoration: none;
    border: none;
}
.sub-footer a {
    text-decoration: underline;
}
.sub-footer a:hover {
    text-decoration: none;
}

/* Footer Responsive */
@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
    
    .sub-footer,
    .footer-links-container {
        float: right;
        width: 100%;
    }
    
    #abstractNavFlexLeft {
        border-right: 1px solid #ef4447 !important;
    }
}

/* Activity Center */
@media (min-width: 768px) {
    div.activitycenter-activityinfo-container div.activitycenter-activityinfo {
        padding-right: 10%;
    }
}
.ai-att-activitycenter #main-inner div.activitycenter-activity-container {
    border-radius: 5px;
    border: 1px dotted #cfcfcf;
    border-right: 1px dotted #cfcfcf !important;
    border-left: 1px solid #666;
    padding: 15px;
    background-color: #fcfcfc;
}
.activitycenter-activityinfo-container div.activitycenter-name {
    font-style: normal;
    font-weight: 400;
    color: #4d515a;
    margin-bottom: 1.875rem;
    font-size: 1.8em;
}
div.activitycenter-activityinfo {
    font-style: normal;
    font-weight: 400;
    color: #343F49;
    margin-bottom: 1.875rem;
    font-size: 1.4em;
}
div.activitycenter-activity-container div.activitycenter-options div.action,
div.activitycenter-activity-container div.activitycenter-options div.status {
    border: none;
}
div.activitycenter-activity-container div.activitycenter-options {
    width: 80%;
    margin: 0;
    border: none;
    padding-left: 15px;
}
div.activitycenter-option-open a {
    font-size: 1.3em;
}
.activityCenterAddedArrow {
    font-weight: 300;
    color: #343F49;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 1.6em;
    margin-right: 10px;
}
span.activityCenterName {
    font-weight: bold;
    font-size: 16px;
}

/* Abstract navigation list */
#navcontainer {
    margin: 3px 0 30px 0;
    background: transparent;
    border-bottom: 3px solid #ccc;
    font-size: 11px;
}
ul#navlist {
    margin: 0 0 2px 0;
    padding: 0;
    list-style-type: none;
    white-space: normal;
    border: none;
    background: transparent;
}
ul#navlist li {
    display: inline-table;
    letter-spacing: -1px;
    font-size: 1.3em;
    font-weight: normal;
    margin: 10px 0px 2px 0px;
    padding: 2px 0 4px 0;
}
#navlist a,
#navlist a:link {
    margin: 0;
    padding: 5px 9px 9px 9px;
    color: #004979;
    text-decoration: none;
    border-top: 2px solid #B0B0B0;
    border-right: 2px solid #B0B0B0;
    border-left: 2px solid #B0B0B0;
    border-radius: 5px 5px 0 0;
    transition: all .1s ease-out;
}
ul#navlist li.active {
    color: #FFFFFF;
    border: 1px solid #FF7400;
}
#content #navlist a:hover {
    text-decoration: none;
    border-bottom: none;
    border-bottom: 1px solid #E7E6E1;
    padding-bottom: 12px
}
#navlist a.active {
    color: #004979;
    background-color: #e1f6c4;
}
#navcontainer .navtitle {
    font-size: 1.5em;
    letter-spacing: .025em;
    padding: 10px;
    color: #194368;
}
#navcontainer .navtitle span.incomplete {
    background: #F44336;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #6E0E0E;
    padding: 4px 10px;
    margin: 4px 0 0 0;
    font-size: .9em;
}
.current {
    color: #FFFFFF;
    background-color: #8CC400;
}
#navcontainer .incomplete {
    padding: 3px;
}
#navcontainer .status {
    background-color: #F2F2F2;
    color: #004979;
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
    margin: 0;
    padding: 2px;
}
#navcontainer .status .incomplete {
    font-size: 1.1em;
    padding: 3px;
}
#navcontainer .message {
    padding: 3px;
}
div.viewAbstract img {
    max-width: 95%;
    width: auto;
    height: auto;
}
#navlist a.stepRequired,
span.stepRequired {
    color: #ececec;
    background-color: #F7061E;
    background-image: none !important;
    text-shadow: none !important;
}
#navlist a.stepCompleted,
span.stepCompleted {
    color: #FFF;
    background-color: #4098BA;
}
#navlist a.stepOptional,
span.stepOptional {
    color: #45565b;
    background-color: #dae2e4;
}
#navlist a.stepCurrent {
    color: #FFF;
    font-weight: bold;
}
#content #navlist a.stepCurrent {
    font-weight: bold;
    background: #6f6f6f;
    color: white;
}
#navlist a.stepOptional:hover,
#navlist a.stepCurrent:hover,
#navlist a.stepCompleted:hover,
#navlist a.stepRequired:hover {
    text-decoration: underline;
}
#navstepmessage {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    background-color: #ffffcc;
    border-color: #DFDFAE;
    color: #990000;
}
.abstractSubmissionsPanel ol {
    list-style-type: none;
    margin: 5em;
    padding: 0;
    counter-reset: li-counter;
}
.abstractSubmissionsPanel ol>li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #D5D5D5;
    margin: 5px 0px 15px 0px;
    padding: 1em;
    background-color: none;
    transition: all .3s ease-out;
    font-size: 1em;
    border-radius: 0px 8px 8px 0px;
}
.abstractSubmissionsPanel ol li:hover {
    background: #D5D5D5;
    border-left: 2px solid #E8E8E8;
    border-radius: 8px;
}
.abstractSubmissionsPanel ol>li:before,
ol>li.row:before {
    position: absolute;
    top: 0;
    left: -1.3em;
    width: 0.8em;
    font-size: 3em;
    line-height: 1;
    text-align: right;
    color: #103A57;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.row::before {
    display: initial !important;
    content: " ";
}
div.askOnceForms,
div.askManyForms {
    font-size: 1.25em;
    margin-bottom: 10px;
}
#submitAbstractCase>div,
#submitAbstractCase>hr {
    display: none;
}
#submitAbstractCase>div.table-responsive {
    display: block;
}

/* Forms */
fieldset+fieldset {
    margin-top: 1em;
    border-top: 1px solid #f5f5f5;
}
form div,
.formedit div {
    margin: 1em;
}
.searchcriteria label {
    width: 25%;
    text-align: right;
}
.formedit label {
    width: 100%;
    text-align: right;
}
.formedit div.dataentryhint {
    left: 27%;
    width: 73%;
    position: relative;
    padding: 0 0 0 5px;
    font-weight: normal;
    padding: 0 5px 0 0;
    font-size: 90%;
}
#EditAbstract label {
    width: auto;
    text-align: left;
}
#SignIn div {
    margin: .5em 0;
}
#SignIn label,
#EditPassword label {
    width: 150px;
    text-align: right;
}
#FinalizeSubmission label,
#EditRSVP label {
    width: auto;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0 .3em;
}
input[type=file] {
    display: inline-block;
}
#figureTag .optionRequired {
    color: #9E0621;
}
.viewCEUPlannerSelect {}
.viewCEUPlannerSelect:before {
    content: "Claim Credit";
    display: block;
    font-weight: bold;
    text-align: left;
    color: #4D4E4E;
}
.viewCEUPlannerSelect select {
    margin: 10px 0;
}
.iconfirmcredits label {
    width: auto;
}
label[for="iConfirm"] {
    display: inline !important;
}
fieldset {
    margin-bottom: 1em;
    border: none;
    padding: none;
}
fieldset legend {
    font-size: 24px;
    line-height: 28px;
    /*color: #4d515a;*/
    
    margin-bottom: 14px;
    margin-top: 20px;
}
.formedit label,
#SignIn label,
#EditPassword label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #5b5454;
    text-align: left;
    margin-top: 3px;
}
#FinalizeSubmission label,
#EditRSVP label {
    display: inline-block;
}
#ConfirmCEU label {
    display: inline;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
    color: #000;
    min-width: 45%;
}
select.form-control {
    min-width: 45%;
}
textarea.form-control {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    min-width: 45%;
}
td textarea.form-control {
    min-height: 50px;
}
.symbolsList {
    text-align: right;
}
.symbolsList select,
.symbolsList label {
    width: auto !important;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}
.symbolsList select.form-control {
    min-width: 100px;
}
@media (min-width: 768px) {
    .symbolsList+.ai-text-count-wrapper-left {
        margin-top: -45px;
    }
}
.testnavigation .floatright {
    margin: 0;
}
.symbolsList select.form-control {
    min-width: 10%;
    margin-right: 15px;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: none;
    min-width: 45%;
    height: 44px;
    padding: 2px 5px;
    font-size: 16px;
}
select.form-control {
    background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: none;
    border-radius: 0;
    min-width: 45%;
    height: 44px;
    padding: 2px 5px;
    font-size: 16px;
}
textarea.form-control {
    width: 100%;
    min-height: 120px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 10px 0 15px 0;
    font-size: 16px;
    padding: 10px;
    min-width: 45%;
    padding: 10px;
}
input[type="text"].form-control:active,
input[type="text"].form-control:focus,
input[type="text"].form-control:hover,
input[type="password"].form-control:active,
input[type="password"].form-control:focus,
input[type="password"].form-control:hover,
input[type="email"].form-control:active,
input[type="email"].form-control:focus,
input[type="email"].form-control:hover,
select.form-control:active,
select.form-control:focus,
select.form-control:hover,
textarea.form-control:active,
textarea.form-control:focus,
textarea.form-control:hover {
    border-color: #4d515a;
}
#progressBar {
    overflow: hidden;
    height: 20px;
    padding: 0;
    margin-bottom: 20px;
    background-color: #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
#progressBar #progress {
    float: left;
    min-width: 2em;
    width: 0;
    margin: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #45565b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.answersblock label {
    width: 90% !important;
    display: inline-block !important;
    text-align: left;
}
.answersblock input {
    float: left;
}
.testnavigation input[type="submit"] {
    width: auto !important;
    display: inline-block !important;
}
#shortTitle {
    margin-top: -1em;
}
.form-question-data-grid textarea.form-control {
    width: 100%;
    height: 100%
}
.form-question-data-grid label {
    width: auto;
}
.formedit .form-question-data-grid div.ai-date-control-options,
.formedit .form-question-data-grid div.ai-date-control-option {
    margin: 0;
}
table.form-question-data-grid th:first-child,
table.form-question-data-grid table td:first-child {
    width: 30px !important;
}
.datepicker {
    line-height: 1.2em;
}
@media (min-width: 768px) {
    .form-inline textarea.form-control {
        width: 100%;
    }
    
    table.designation {
        table-layout: fixed;
        margin-left: 25%;
    }
    
    table.designation td {
        padding-left: 5px;
    }
    
    #stateProvinceOther {
        width: 30%;
    }
    
    #createNewAccount table.designation {
        margin-left: 0;
    }
    
    #createNewAccount #stateProvinceOther {
        width: 100%;
    }
    
    #specialty {
        width: 35%;
    }
    
    #otherSpecialty {
        width: 20%;
    }
}
#EnterCEU label {
    width: auto;
}

/* Activity Registration */
.activitySiginLeftCont,
.activitySiginRightCont {
    float: left;
    margin-top: 15px;
}
.activitySiginLeftCont {
    width: 50%;
    border-right: 1px solid #e5e5e5;
}
.activitySiginRightCont {
    width: 49%;
}
.activitySiginLeftCont form,
.activitySiginRightCont form {
    min-height: 700px;
    padding-left: 15px;
    padding-right: 15px;
}
.activitySiginLeftCont label,
.activitySiginRightCont label,
.activitySigninForm form#signIn label {
    width: 100%;
    text-align: left;
    padding-top: 5px;
}
.activitySiginLeftCont:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.activitySiginLeftCont .form-inline .form-control,
.activitySiginRightCont .form-inline .form-control {
    width: 100%;
}
.activitySiginRightCont #newProfile div:nth-child(9) {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.activitySiginLeftCont .centerwithpad {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .activitySiginLeftCont,
    .activitySiginRightCont {
        width: 100%;
    }
    
    .activitySiginLeftCont {
        border-right: none;
        padding-bottom: 10px;
    }
    
    .activitySiginRightCont {
        border-top: 1px solid #e5e5e5;
        padding-top: 30px;
    }
    
    .activitySiginLeftCont form,
    .activitySiginRightCont form {
        min-height: 0px;
    }
}
@media (min-width: 768px) {
    .form-inline textarea.form-control {
        width: 100%;
    }
}
table#form-question-data-grid-2012 textarea {
    width: 100%;
    height: 250px;
}

/* Enduring Materials */
.enduring-material.row {
    background: none;
}
.progress {
    background-color: #CCC;
}
.progress-bar {
    background-color: #45565b;
}
.enduring-product,
.navigationoptions .enduring-product {
    color: #4D4E4E;
    display: block;
}

/* Sessioning Pages */
#EditEvent textarea,
#SendEmail textarea {
    width: 70%;
}
#searchAttendees label {
    text-align: left;
}
#searchAttendees td {
    padding: 5px;
    vertical-align: top;
}
#searchAttendees input[type="submit"] {
    margin-top: 30px;
}
div.createevent {
    text-align: right;
}
#manageSpeakers div.remove {
    float: right;
}
#manageSpeakers label {
    display: inline;
}
#manageSpeakers div.remove label {
    display: inline-block;
    width: auto;
}
#sessioning div.status div.floatright {
    float: left;
}

/* Tables */
#editOrderTable th {
    font-size: 110%;
    text-align: center;
}
#AbstractCaseSummary .caseEntryPartialCompletion {
    border-color: #ebccd1;
    color: #a94442;
}
#grid {
    table-layout: fixed;
}
#grid th.horheader {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
.head1,
.head2,
.head3,
.head4,
.head5,
.head6,
.head7,
.head8,
.head9,
.head10,
.head11,
.head12 {}
.form-question-data-grid {
    table-layout: fixed;
}
div.div_table[summary*="additional forms used for this submission"] {
    display: table;
}
div.div_table[summary*="additional forms used for this submission"] .div_tr {
    background: none;
    display: table-row;
}
div.div_table[summary*="additional forms used for this submission"] .div_td {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    display: table-cell;
}
div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_td,
div.div_table[summary*="additional forms used for this submission"]>.div_tr:nth-child(odd)>.div_th {
    background-color: #f9f9f9;
}
div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_td,
div.div_table[summary*="additional forms used for this submission"]>.div_tr:hover>.div_th {
    background-color: #f5f5f5;
}
.printPlannerCertificate {
    text-align: right;
}
.printPlannerCertificate br {
    display: none;
}
#editOrderTable select[name*='chooseManyProduc'] {
    min-width: 4em;
}
#registerButton:hover,
table[summary="I display the earned Credits"] .actionCell {
    text-align: right;
}

/* Classes */
.action {
    color: #273363;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.aligncenterwithpad {
    text-align: center;
    padding: 10px;
}
.answer {
    /*font-size: 90%;*/
    /*color: #666666;*/
    
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
}
.answertext {
    /*color: #666666;*/
    
    background-color: transparent;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    font-size: 0.9em;
}
.backtotop {
    font-size: 90%;
    padding: 0 10px 0 0;
    text-align: right;
}
.breadcrumbtrail {
    font-size: 80%;
    padding: 0 0 5px 0;
}
.boldred {
    color: #9E0621;
    background-color: transparent;
    font-weight: bold;
}
.centerwithpad {
    text-align: center;
    padding: 10px 0;
}
.centerwithoutpad {
    text-align: center;
}
.clear {
    clear: both;
    height: 0px;
}
.clear.centerwithpad {
    clear: both;
    height: initial;
}
.circuitcontent {
    text-align: left;
    margin: 5px 0 0 5px;
}
.colorprimary {
    color: #260240;
}
.colorsecondary {
    color: #260240;
}
.colortertiary {
    color: #048572;
}
.columntitle {
    /*color: #666666;*/
    
    background-color: #EDF3F6;
    font-weight: bold;
}
.conflict {
    /*font-size: 90%;*/
    
    background-color: #FFF000;
}
.content {
    text-align: left;
    width: 100%;
}
.contentcenter {
    text-align: center;
}
.contentright {
    text-align: right;
}
.contentnav {
    font-size: 90%;
    vertical-align: middle;
    color: #273363;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px dotted #273363;
    padding: 2px 0 2px 0;
    margin: 0 0 8px 0;
    width: 95%;
}
.crossout {
    text-decoration: line-through;
    color: #666666;
}
.disclosureadd {
    /*width: 40px; height: 40px;*/
    
    font-weight: bold;
}
.disclosureanswer {
    vertical-align: middle;
    font-size: 1.2em;
    text-align: center;
    border: 1px black solid;
    padding: 2px;
}
.disclosureremove {
    text-decoration: none;
    font-weight: bold;
    color: #9E0621;
    padding-bottom: 10px;
}
.disclosureresponse {
    vertical-align: middle;
    text-align: left;
    border: 1px black solid;
    padding: 2px;
}
.disclosuretable {
    border: 1px black solid;
}
.editnote {
    font-size: 85%;
    color: #B6B6B6;
    background-color: transparent;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}
.editpreview {
    font-size: 130%;
    color: #9E0621;
    font-weight: bold;
}
.floatleft {
    float: left;
    margin: 0 0px 0 0px;
}
.floatright {
    float: right;
    margin: 0 0px 0 0px;
}
.floatnone {
    float: none
}
.fontnormal {
    font-size: normal
}
.fontsmall {
    font-size: small;
}
.fontmedium {
    font-size: medium;
}
.fontlarge {
    font-size: large;
}
.fontxlarge {
    font-size: x-large;
}
.fontprimary {
    font-family: Verdana;
}
.fontsecondary {
    font-family: Tahoma;
}
.fonttertiary {
    font-family: Arial;
}
.formrow,
.formskinnyrow {
    font-size: 95%;
    padding: 1px 0 1px 0;
    clear: both;
    vertical-align: middle;
    clear: both;
}
.formnote {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
}
.formtitle {
    font-weight: bold;
    margin: 15px 0px;
    color: #000;
}
.green {
    color: #81BC41;
}
.hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
.highlightdetail {
    color: #260240;
}
.incomplete {
    color: #9E0621;
    font-weight: bold;
}
.indent {
    padding-left: 15px;
}
.message,
.messagealert {
    margin-top: 1em;
}

/* .message { text-align: left;   background-color: #dbe2e4; border-color: #C2CBCD; color: #45565b; } */
.message a:not(.btn-success),
.message a:hover:not(.btn-success),
.messagealert a:not(.btn-success),
.messagealert a:hover:not(.btn-success) {
    color: #9e0621;
}

/* .messagealert { text-align: left;   background-color: #ffffcc; border-color: #DFDFAE; color: #260240; } */
.message ol,
.messagealert ol {
    text-align: left;
}
.navigationoptions {
    text-align: right;
    color: #f2f2f2;
}
div.abstractSubmissionsPanel>div.navigationoptions {
    text-align: center;
}
.navigationoptions.text-left {
    text-align: left;
}
.navigationoptions.text-center {
    text-align: center;
}
.navigationoptions label {
    color: #4d515a;
}
.nowrapping {
    white-space: nowrap;
}
.previewmultiline {
    left: 25%;
    width: 75%;
    position: relative;
    padding: 0 0 0 5px;
}
.previewmessageline {
    left: 21%;
    width: 75%;
    position: relative;
    padding: 0 0 0 0px;
}
.previewbar {
    color: #273363;
    border-bottom: 1px dotted;
    margin: 10px 0 10px 0;
    text-align: left;
}
.question dt {
    margin: 1em 0 0 0;
}
.question dd {
    margin: .4em 0;
}
.questiontext {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 0px;
    font-size: 0.9em;
    font-weight: normal;
}
.red {
    color: #9E0621;
}
.required {
    color: #9E0621;
    font-weight: bold;
    padding: 0 2px 0 0;
}
.restrictedform {
    color: #9E0621;
    font-weight: bold;
}
.results {
    width: 100%;
}
.pluslink {
    padding: 0px 1px 0px 1px;
    margin: 0px 2px 0px 2px;
    background: #fff;
    font-size: .8em;
    text-decoration: none;
    border: 1px solid #666666;
    color: #666666;
    text-align: center;
    vertical-align: middle;
}
.resultscount {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.scrolltext {
    font-family: courier, monospace;
    color: black;
    border: thin solid #666666;
    background-color: #CCCCCC;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
    margin: 5px 0pt 5px 0pt;
}
.searchcriteria {
    width: 100%;
}
.sectionbar {
    color: #FFFFFF;
    background-color: #273363;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.sectiondesc {
    font-size: 90%;
}
.sectiontitle {
    font-size: 1em;
    font-weight: bold;
    font-variant: small-caps;
}
.small {
    font-size: 85%;
    font-weight: normal;
}
.smallbold {
    font-size: 85%;
    color: #666666;
    background-color: transparent;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
}
.smallcapitols {
    font-variant: small-caps;
}
.smallcaps {
    font-size: 90%;
    height: 90%;
    color: #273363;
    background-color: transparent;
    font-weight: bold;
    font-variant: small-caps;
    vertical-align: middle;
}
.smallwarning {
    color: #9E0621;
    font-size: 85%;
    font-weight: normal;
}
.sponsor {
    font-size: 150%;
    height: 150%;
    color: #9E0621;
    background-color: transparent;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 10px 0;
}
.title {
    font-size: 150%;
    height: 150%;
    color: #273363;
    background-color: transparent;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 10px 0;
}
.underline {
    text-decoration: underline;
}

/* Buttons */
.btn,
.ai-action,
body #ai-user-gateway input[type=submit] {
    font-size: 12px;
    padding: 1.25em 2.5em;
}
.btn,
.ai-action,
body #ai-user-gateway input[type=submit] {
    letter-spacing: 0.1em;
    white-space: normal;
}
.btn,
.ai-action,
body #ai-user-gateway input[type=submit],
a.viewCeuTabbedTableActionLink,
.printPlannerCertificate a,
.actionCell a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 4px;
}
a.viewCeuTabbedTableActionLink,
.printPlannerCertificate a,
.actionCell a {
    padding: 3px 10px !important;
    margin: 1px;
}
.backtotop,
.backtotop a {
    text-align: right !important;
    font-size: 10px !important;
    background-color: transparent !important;
    color: black !important;
    display: none !important;
}
.ai-ev-pubsearchceuevents table th.date {
    text-align: left !important;
}
#ai-backtolearnersummary {
    display: none
}
.btn-success,
#registerButton,
.btn-primary,
.ai-action,
body #ai-user-gateway input[type=submit],
a.viewCeuTabbedTableActionLink,
.printPlannerCertificate a,
.actionCell a,
.ai-ev-pubsearchceuevents table td:first-child a,
a.addCredit,
#ai-available-live>tbody>tr>td:nth-child(4)>div>a,
#ai-awarded-sessions>tbody>tr>td.alignright a {
    color: #fff;
    border-color: #4d515a;
    background-color: #4d515a;
    position: relative;
    transition: all 0.6s ease;
    position: relative;
    padding: 11px 22px;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: 0px 1px 1px #a31b6d;
}
#ai-available-live>tbody>tr>td:nth-child(4)>div>a,
a.addCredit,
#ai-awarded-sessions>tbody>tr>td.alignright a {
    padding: 7px 15px;
    text-align: left;
    text-decoration: none
}
.ai-ev-pubsearchceuevents table td:first-child a {
    margin: 4px;
    padding: 8px;
    width: 100px;
    display: block !important
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.open .dropdown-toggle.btn-success,
.ai-ev-pubsearchceuevents table td:first-child a:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
#registerButton:hover,
a[title="Find Enduring Materials"]:hover,
.ai-action:active,
.ai-action:hover,
body #ai-user-gateway input[type=submit]:hover,
body #ai-user-gateway input[type=submit]:active,
a.viewCeuTabbedTableActionLink:hover,
.printPlannerCertificate a:hover,
.actionCell a:hover,
a.addCredit:hover {
    color: #fff;
    background-color: #4d515a;
    border-color: #4d515a;
    text-shadow: -3px 0px 5px #ef4447;
}
#ai-user-gateway input:active,
#ai-user-gateway input:focus,
#ai-user-gateway input:hover {
    border-color: #4d515a !important;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #5f5f5f;
    border-color: #5f5f5f;
    color: #FFFFFF;
}
.btn-success.button-large,
.btn-primary.button-large {
    padding: 15px 30px;
    font-size: 14px;
}
.btn-success.button-small,
.btn-primary.button-small {
    padding: 8px 16px;
    font-size: 10px;
}
.btn-success.button-small-mini,
.btn-primary.button-small-mini,
a.listCEUEventsByPlanner,
a.enterCEU,
a.searchCEUEvents,
.createevent input.btn-success,
.createevent+.navigationoptions a.btn-success,
#reorderEvents input[id*='uplink'],
#reorderEvents input[id*='downlink'],
a.downloadreport,
a.uploadCertificate,
a[title="Find Enduring Materials"],
.enduring-continue a,
.enduring-remove a {
    padding: 0px 14px;
    font-size: 11px;
}
.btn-success.button-mini,
.btn-primary.button-mini {
    padding: 0px 12px;
    font-size: 11px;
}
.btn-success.button-block,
.btn-primary.button-block {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.btn-success+.btn-succss {
    margin-left: 10px;
}
.btn-home {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.btn-home:hover {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.btn-mini {
    padding: 8px 10px;
    height: auto;
    line-height: 16px;
}
#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}
#tooltip:after/* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
#tooltip td,
th {
    padding: 2.5px;
}
@media print {
    #header,
    #menu,
    .navigationoptions,
    .breadcrumbtrail,
    #footer,
    #poweredby,
    .onpagenavigationoptions,
    .backtotop {
        display: none;
    }
    
    #primarycontent {
        width: 95%;
        margin: 0;
        min-height: 500px;
    }
    
    a {
        text-decoration: none;
        color: #5b5454;
    }
    
    a[href]:after {
        content: "";
    }
    
    .scrolltext {
        font-family: monospace;
        color: black;
        border: none;
        background-color: #FFFFFF;
        overflow-x: visible;
        overflow-y: visible;
        max-height: none;
        line-height: normal;
        font-size: 0.9em;
    }
    
    select {
        font-size: 90%;
    }
    
    input {
        color: #5b5454;
        background-color: #FFFFFF;
        font-size: 90%
    }
    
    kbd {
        font-size: 105%;
    }
    
    optgroup {
        font-size: 95%;
    }
    
    select {
        font-size: 90%;
    }
    
    textarea {
        font-size: 90%;
    }
    
    dl,
    dt,
    dd {
        clear: both;
    }
}
@media only screen and (max-width: 767px) {
    /*
		h1 { font-size: 26px; }
		h2 { font-size: 24px; }
		h3 { font-size: 22px; }
		h4 { font-size: 20px; }
		h5 { font-size: 18px; }
		h6 { font-size: 16px; }
		#content { font-size: 95%; }
	*/
    
    #main {
        width: 100% !important;
        float: left
    }
    
    #navlist {
        display: none;
    }
    
    .nav>li>a {
        font-size: inherit;
    }
    
    #footer .text-left,
    #footer .text-right {
        text-align: center;
    }
    
    label,
    .formedit label {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    input.form-control,
    select.form-control,
    textarea.form-control {
        width: 100%;
    }
    
    .container-fluid {
        padding-left: 15px;
    }
    
    #abs-steps-dropdown-label {
        display: block !important;
        margin: 1em 0 0 0;
    }
    
    #abs-steps-dropdown {
        display: block !important;
        margin: 0 0 1em 0;
        font-size: 140%;
    }
    
    .navigationoptions {
        text-align: center;
    }
    
    .navigationoptions a {
        margin: 1em 0;
    }
    
    .navigationoptions a,
    input[type="text"],
    input[type="submit"] {
        display: block;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .form-inline table td .form-control {
        width: 100%;
    }
}

/* Added */
.navigationoptions>a,
#newSubmission {
    margin-top: 15px;
    margin-bottom: 15px;
}
a[title="Send Email to all speakers"] {
    display: none;
}
a[title="Bio"] {
    display: none;
}
.formedit #form-question-data-grid-1082 th.data-grid-action,
.formedit #form-question-data-grid-2049 th.data-grid-action,
.formedit #form-question-data-grid-2050 th.data-grid-action {
    display: none;
}
.formedit #form-question-data-grid-1082 td.data-grid-action,
.formedit #form-question-data-grid-2049 td.data-grid-action,
.formedit #form-question-data-grid-2050 td.data-grid-action {
    display: none;
}
#data-grid-add-row-1082 {
    display: none;
}
#data-grid-add-row-2049 {
    display: none;
}
#data-grid-add-row-2050 {
    display: none;
}
.form-question-data-grid th.data-grid-action {
    width: 75px;
    max-width: 75px !important;
}
.form-question-data-grid td.data-grid-action {
    width: 75px;
    max-width: 75px !important;
}

/* Tabs & Activity Management */
.nav-tabs,
ul.nav-tabs,
#content ul.nav-tabs {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.nav-tabs>li>a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    color: #000;
}
.nav-tabs>li.active>a {
    font-weight: bold;
}
#management-content h2 {
    display: none;
}
.activity-deadline-date {
    margin-top: 1em;
    font-weight: bold;
}
#management-activities-open br {
    display: none;
}

/* CEU */
.ai-ev-pubsearchceuevents table th:first-child,
.ai-ev-pubsearchceuevents table td:first-child {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
}
.ai-ev-pubsearchceuevents table th:nth-child(3),

/*.ai-ev-pubsearchceuevents table td:nth-child(3) {
	width: 125px;
}*/

/*.ai-ev-pubsearchceuevents table th:last-child,
.ai-ev-pubsearchceuevents table td:last-child {
	width: 125px;
}*/

/*.ai-ev-pubsearchceuevents table td:last-child,
.ai-ev-pubsearchceuevents table td:nth-child(3) {
	text-align: center;
}*/
.onpagenavigationoptions {
    color: #fff;
    margin-left: 10px;
    margin-bottom: 6px;
    margin-top: 15px;
}
.onpagenavigationoptions a {
    margin: 10px -8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    border: 1px solid #cccccc;
    border-bottom: none;
    background-color: #dddddd;
    color: #333333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}
.onpagenavigationoptions a:hover,
.onpagenavigationoptions a:focus,
.onpagenavigationoptions a:active {
    background-color: #4d515a;
    color: #fff;
    /*text-shadow:1px 1px 1px #8A8C8F;*/
    
    text-decoration: none;
}
#management-activities-open a,
#management-activities-closed a {
    display: block;
    width: 100%;
    padding: 8px 16px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 2px;
    background-color: #fefefe;
    color: #333333;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: none;
    margin-bottom: 3px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    *border: 0;
    *zoom: 1;
}
#management-activities-open a:hover,
#management-activities-closed a:hover,
#management-activities-open a:focus,
#management-activities-closed a:focus {
    border: none;
    text-decoration: none;
    cursor: pointer;
    background-color: #5193b5;
    color: #FFFFFF;
}

/* remove members */
.formedit div div.remove {
    float: right;
    text-align: right;
    width: auto;
}
.formedit div div.remove label {
    width: auto;
}

/* Some labels */
.ai-att-sessioningquickeditevent .formedit label,
.ai-ip-editactivity .formedit label,
.ai-ev-displaysendemaildoc .formedit label,
.ai-att-editactivityevent .formedit label {
    text-align: left;
    display: block;
    width: auto;
}

/* Sessioning updates */
#sessioning>.row {
    padding: 15px;
}
#main #sessioning h2 {
    padding-bottom: 2px;
    margin-top: 5px;
}
.ai-att-viewsessioning .navigationoptions {
    display: none;
}
.ai-sessioning-eventWrapper {
    margin-top: 10px;
    padding: 10px;
    background-color: #f2f2f2;
}
.ai-sessioning-eventNav {
    float: none !important;
}
.ai-sessioning-eventNav>div {
    padding: 2px;
}
.ai-sessioning-eventNav>div+div {
    border-top: 1px solid #ddd;
}

/* Review */
#reviewDocUpload>br,
.docReviewer_documentBlock>br {
    display: none;
}
#reviewDocUpload a.download,
.docReviewer_documentBlock a.download {
    display: inline-block;
    margin-bottom: 5px;
}

/* Ready Room */

/* EvPreview */
div.speakerinfo {
    margin-top: 10px;
    font-size: 18px;
}
div.biography {
    margin-top: 4px;
    font-size: 14px;
}
div.speakerinfo>span {
    font-size: 14px;
}
.eventPreview_roleLabel,
.biography {
    font-style: italic;
    font-size: 16px;
    display: none !important;
}
.eventPreview_roleLabel::before {
    content: " - ";
}
div.viewEvent div.event::before {
    content: "Session Details";
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #0d0510;
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}
div.viewEvent div.event {
    /*border-top: 1px solid #f0f0f0;*/
    
    padding-top: 20px;
    /*margin-top: 20px;*/
}
div.viewEvent div.speakers div.speakerinfo:nth-child(1)::before {
    content: "Speakers";
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #4d515a;
    letter-spacing: -0.025em;
    margin-top: 10px;
    margin-bottom: 20px;
}
div#eventPreview_objective br:nth-child(odd) {
    display: none;
}
div#eventPreview_objective br:nth-child(even) {
    display: block;
    margin-bottom: 2px;
}
.reviewAbstract dd+dt,
.ai-abs-reviewabstract .question dl>dt,
.ai-abs-reviewabstractoffline .question dl>dt,
.ai-abs-printallabstractsoffline .question dl>dt {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #4d515a;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
    font-weight: normal;
}
.reviewAbstract dd+dt span {
    font-size: 0.8em;
}
.eventPreviewCont>h4 {
    display: none;
}
.reviewAbstract dd+dt span,
.reviewAbstract h4>span,
.ai-abs-reviewabstract .question dl>dt>span,
.ai-abs-reviewabstractoffline .question dl>dt>span,
.ai-abs-printallabstractsoffline .question dl>dt>span {
    font-style: italic;
}
.ai-abs-reviewabstract .question dl>dt,
.ai-abs-printallabstractsoffline .question dl>dt,
.ai-abs-reviewabstractoffline .question dl>dt {
    font-size: 20px;
    color: #153c63;
}
.ai-abs-reviewabstractoffline .ai-text-count-wrapper-left,
.ai-abs-printallabstractsoffline .ai-text-count-wrapper-left {
    display: none;
}
.ai-rpt-runcommentsresponsesreport .preview>div+dl>dd:first-child {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* SPECIAL FORM */
.formedit #form-question-data-grid-2008 .data-grid-action {
    display: none;
}
#FF_2005Cont .ai-text-count-wrapper-left,
#FF_2006Cont .ai-text-count-wrapper-left,
#FF_2007Cont .ai-text-count-wrapper-left {
    display: none;
}

/* Assign role */
#addAssignRole tr.row,
#addAssignRole tr.row td {
    background-color: #ffffff !important;
}
#addAssignRole tr.rowalt,
#addAssignRole tr.rowalt td {
    background-color: #f9f9f9 !important;
}

/* Review Form Responses */
#ai-frm-viewformresponses dt,
.ai-frm-viewformresponses dt {
    margin-top: 15px;
}

/* View CEU! */
table.earnedCredits {
    width: 100%;
    border: none;
}
table.earnedCredits tr,
table.earnedCredits th,
table.earnedCredits td {
    background-color: #fff !important;
    border: none !important;
}
table.earnedCredits th.activityName {
    text-align: left;
    font-size: 18px;
    color: #b0b0b0;
    border-bottom: 2px solid #b0b0b0 !important;
    padding-top: 15px !important;
    margin-bottom: 5px !important;
    background-color: #fff;
}
table.earnedCredits th[scope="col"] {
    text-align: left;
    font-size: 16px;
}
table.earnedCredits th:first-child,
table.earnedCredits td:first-child {
    width: 68%;
}
table.earnedCredits th[scope="col"]:nth-child(3) {
    text-align: center;
    display: none;
}
td.printPlannerCertificate {
    text-align: right;
    border-top: 1px solid #c0c0c0 !important;
}
table.earnedCredits td,
table.earnedCredits th {
    border-bottom: 1px solid #e0e0e0 !important;
}
table.earnedCredits tr td[colspan="3"],
table.earnedCredits tr td[colspan="4"] {
    border-bottom: none !important;
}
table.earnedCredits tr.active th.activityName,
table.earnedCredits tr.activityRow:hover th.activityName {
    color: #000 !important;
    border-bottom: 2px solid #4d515a !important;
}
table.earnedCredits tr.activityRow:hover {
    cursor: pointer;
}
table.earnedCredits tr th,
table.earnedCredits tr td {
    min-width: 1%;
}
table.earnedCredits td.printPlannerCertificate {
    padding-top: 12px;
}
div.viewCeuTabbedTableContainer {
    max-height: 400px !important;
    overflow-y: visible !important;
}
select~span.select2-container.form-control {
    height: 34px !important;
    background-color: #fff !important;
}
.onpagenavigationoptions span button {
    color: #000;
}