﻿@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: #eee;
}

:before, :after {
    box-sizing: border-box;
}

/* ====================== NO JS STRUCTURE ===================== */
.no-js #wrap, .no-js #sideNav {
    display: none;
}

.no-js .text-center {
    text-align: center;
}

.no-js .gutter {
    padding: 0 10px;
}

.no-js .margin-top-20 {
    margin-top: 20px;
}

.no-js .font-20 {
    font-size: 20px;
}

.no-js .font-15 {
    font-size: 15px;
}

.no-js width-perc-10 {
    width: 10%;
}

.no-js hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.no-js #footer {
    display: none !important;
}
/* ====================== END NO JS STRUCTURE ===================== */

span.icon.success::before {
    color: #8bc249;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

span.icon.warning:before {
    color: #F3C43D;
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
}

/* ====================== STRUCTURE ===================== */
html, body {
    height: 100%;
    font-size: 14px;
}

#top {
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    z-index: 901;
    padding: 0 30px 0 194px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
}

#wrap {
    height: 100%;
}

#logo {
    position: fixed;
    z-index: 902;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
    shape-rendering: crisp-edges;
    height: 48px;
    min-width: 164px;
}

.logo .dev_label {
    background: #e85342;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 4px 0 4px;
    margin: 12px 0 0 154px;
    border-radius: 4px;
    line-height: 24px;
    display: none;
}

#login .logo .dev_label {
    margin: 95px 0 0 0;
}

body.dev .logo .dev_label {
    display: inline-block;
}

#site-list {
    width: 800px;
    margin: 0 auto;
}

#main {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 0;
    padding: 48px 0 0 164px;
    overflow: auto;
}

/** known bug google charts fixes flickering on hover https://stackoverflow.com/a/39775254 **/
svg > g > g:last-child {
    pointer-events: none;
}

.content {
    padding: 30px 30px 30px;
}

h1 {
    margin: 0 0 5px 0;
    font-family: 'Source Sans Pro', 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 100;
    font-style: normal;
}

    h1.top {
        margin-bottom: 0px;
    }

h2 {
    margin: 0 0 5px 0;
    font-family: 'Source Sans Pro', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 26px;
}

h3 {
    margin: 0 0 3px 0;
    font-family: 'Source Sans Pro', 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
}

    h3.strong {
        font-weight: 700;
    }

h4 {
    margin: 0 0 5px 0;
    font-family: 'Source Sans Pro', 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #444;
}

    h4.strong {
        font-weight: 700;
    }

a:link, a:visited {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #222;
}

p {
    margin: 10px 0 10px 0;
}

#footer .copy a {
    color: #151a22;
    text-decoration: underline;
}

    #footer .copy a:hover {
        color: #151a22;
    }

.tag-link {
    display: inline-block;
    margin: 5px 20px 5px 0;
    background: no-repeat 10px center;
}

a.tag-link:hover {
    border-color: #959aa2;
}

a.tag-link span::before {
    padding-right: 8px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #666;
    font-size: 16px;
}

a.tag-link span.speaker::before {
    content: "\f130"; /*microphone*/
}

a.tag-link span.user::before {
    content: "\f007"; /*user*/
    font-size: 14px;
}

a.jump-link::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    content: "\f360"; /*external-link-square-alt*/
    color: #666;
    position: relative;
    top: 2px;
    padding-left: 6px;
}

.tag-link.event {
    border-radius: 4px;
    color: #5f636a;
    font-weight: bold;
    padding: 7px;
    display: inline-block;
    line-height: 12px;
    border: 1px solid #9da8b1;
    margin: 5px 5px 5px 0;
}

a.tag-link.event:hover {
    border: 1px solid #5c666f;
}

.tag-link.event.highlighted {
    background: #9D2235;
    border: 1px solid #9D2235;
    color: #FFFFFF;
}


.tag-link.event.lead {
    padding-left: 26px;
    position: relative;
}

    .tag-link.event.lead::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        content: "\f005"; /*star*/
        color: #f1c40f;
        position: absolute;
        top: 7px;
        left: 7px;
    }

.tag-link.event span {
    width: 14px;
    height: 14px;
    opacity: .3;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
}

a.tag-link.event:link {
}

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:hover:not(.rating--no-hover) {
    opacity: 1;
}*/

.tag-link.event span.star {
    margin-right: 5px;
    opacity: 1;
}

    .tag-link.event span.star::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        content: "\f005"; /*star*/
        color: #b0b7bf;
    }

    .tag-link.event span.star.highlighted::before {
        color: #f1c40f;
    }

.tag-link.event span.remove {
    margin-left: 10px;
    opacity: .5;
}

    .tag-link.event span.remove::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        content: "\f00d"; /*times*/
    }

    .tag-link.event span.remove:hover {
        opacity: 1;
    }

table.dataTable .tag-link.event.no-padding {
    padding: 0 !important;
}


.rating {
    margin-right: 10px;
}

.rating--gray {
    color: #484848 !important;
    opacity: 1 !important;
    vertical-align: middle !important;
    line-height: 16px;
}

.event_series_edit {
    width: 600px;
}

.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;
        }

.overdue--red {
    color: #ef4747;
}

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;
}

body.logged-in #footer {
    display: none;
}

body.logged-in #main {
    min-height: 100%;
    padding-bottom: 50px;
}

body.logged-out #footer {
    position: relative;
    margin-top: -90px;
    height: 90px;
    clear: both;
    color: #151a22;
}

#footer .table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#footer .contain {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

#footer .copy {
    text-align: center;
    height: 90px;
}

    #footer .copy p {
        font-size: 11px;
        margin: 5px 0;
    }

#footer .cell {
    display: table-cell;
    vertical-align: middle;
}

/* ====================== LOGIN PAGE ====================== */
#main.login {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #333;
}

    #main.login .content {
        height: 100%;
        width: 100%;
        padding: 0;
    }

#login {
    margin: 0 auto;
    max-width: 500px;
}

    #login .logo {
        background-color: #fff;
        border-bottom: 1px solid #e5e6ec;
        min-height: 140px;
        min-width: 250px;
    }

    #login .box {
        background: #eee;
        border: none;
    }

.contain .logo {
    min-height: 140px;
    min-width: 250px;
}

#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;
    }

a.white:link, a.white:visited {
    color: #FFFFFF;
}

a.white:hover {
    opacity: .8;
}

.iconField {
    position: relative;
    max-width: 360px;
    height: 40px;
    margin: 0 auto 20px auto;
}

    .iconField .icon {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200;
        width: 40px;
        height: 40px;
        background-color: #9da8b1;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        color: #fff;
    }

        .iconField .icon::before {
            position: absolute;
            top: 50%;
            margin-top: -8px;
            left: 50%;
            margin-left: -7px;
        }

    .iconField .field {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        padding: 0;
        margin: 0;
        background: #FFFFFF;
        text-align: left;
    }

        .iconField .field input {
            margin: 0 0 0 0;
            padding: 0 0 0 50px;
            height: 40px;
            border: none;
            line-height: 100%;
            width: 100%;
            font-size: 16px;
            line-height: 30px;
        }

    .iconField.email .icon::before {
        content: "\f0e0"; /*envelope*/
    }

    .iconField.password .icon::before {
        content: "\f023"; /*lock*/
    }






/* ====================== SIDE NAVIGATION ====================== */
.mobile-menu-button {
    display: none;
    float: left;
    margin: 0 20px 0 20px;
    width: 24px;
    height: 60px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .mobile-menu-button::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 32px;
        content: "\f0c9"; /*bars*/
        position: relative;
        top: 14px;
        color: #313f49;
    }

.sidr {
    font-family: 'Roboto', sans-serif;
}

#sideNav,
#sideNavBg {
    position: fixed;
    z-index: 2;
    top: 48px;
    left: 0;
    width: 164px;
    height: auto !important;
    min-height: 100%;
    z-index: 900;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    background-color: #444;
    display: block;
}

#sideNavBg {
    z-index: 899;
}

#sideNav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    width: 100%;
}

    #sideNav ul li {
        position: relative;
    }

        #sideNav ul li a {
            display: block;
            height: 48px;
            line-height: 48px;
            padding: 0 0 0 20px;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 18px;
            font-weight: 300;
            color: #eee;
            text-decoration: none;
        }

        /* ICONS */
        #sideNav ul li span {
            position: relative;
            color: #b9c8d4;
            display: inline-block;
            width: 16px;
            height: 16px;
            font-size: 16px;
            text-align: center;
            margin-right: 10px;
        }

        /* CURRENT / HOVER */
        #sideNav ul li.cur > a, #sideNav ul li.cur > a:hover {
            background-color: #222;
            border-left: 2px solid #fff;
            color: #FFFFFF;
        }

        #sideNav ul li.cur span, #sideNav ul li:hover a span {
            color: #FFFFFF;
        }

        #sideNav ul li:hover a {
            background-color: rgba(0,0,0,0.2);
            color: #FFFFFF;
        }

#sideNav .subNav_holder {
    display: none;
    position: absolute;
    padding: 50px 50px 50px 0px;
    left: 164px;
    bottom: -50px;
    box-sizing: border-box;
    white-space: nowrap;
}

#sideNav ul.subNav {
    background-color: #444;
    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: #222;*/
    }


#top .dropdown {
    padding: 0px 14px 0px 16px;
    line-height: 30px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #53555b;
    font-weight: normal;
}

    #top .dropdown::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        content: "\f107"; /*angle-down*/
        font-size: 16px;
        position: relative;
        top: 2px;
        right: -2px;
    }

    #top .dropdown.myAccount span {
        padding-left: 22px;
        padding-right: 2px;
        color: #53555b;
    }

    #top .dropdown:hover,
    #top .dropdown:hover span {
        color: #2f313a;
    }

    #top .dropdown:last-child {
    }

    #top .dropdown,
    #top .dropdown label {
        cursor: pointer;
    }

.pageHeader {
    margin: 0px 0px 30px 0px;
}

.presentation_Subtitle {
    color: rgb(157, 34, 52);
    font-weight:600;
}

    .pageHeader .profile-photo {
        width: 140px;
        height: 170px;
        float: left;
        margin-right: 20px;
        border: 1px solid #959aa2;
    }

.profile-photo.small {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 18px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.profile-photo-overlay {
    position: relative;
    color: #f2c64c;
    font-size: 36px;
    width: 36px;
    margin-top: -43px;
    margin-left: 40px;
}
    .profile-photo-overlay.internal-speaker {
        margin-left: 132px;
    }
    .profile-photo-overlay > .internal-speaker {
        display: inline-block;
        /*background: url('../_images/abbott_badge-32.png') no-repeat;*/
        width: 32px;
        height: 32px;
    }
    .profile-photo-overlay.small {
        font-size: 24px;
        width: 24px;
        margin-top: 25px;
        margin-left: -2px;
    }
        .profile-photo-overlay.small.internal-speaker {
            margin-left: 20px;
        }
        .profile-photo-overlay.small > .internal-speaker {
            /*background: url('../_images/abbott_badge-24.png') no-repeat;*/
            width: 24px;
            height: 24px;
        }
        .profile-photo-overlay.small + .profile-photo-overlay.small {
            margin-top: -27px;
        }


        
.speaker-badge {
    display: inline-block;
    margin-top: 1ex;
    padding: 1ex;
    border-radius: 1ex;
    font-size: smaller;
}
    .speaker-badge .speaker-badge-icon {
        vertical-align: middle;
    }
    .speaker-badge .speaker-badge-text {
        vertical-align: middle;
        margin-left: 0.3em;
    }
    .speaker-badge + .speaker-badge {
        margin-left: 1em;
    }

.top-speaker-badge {
    color: #b1860c;
    background-color: #f9e8b7;
}
    .top-speaker-badge .top-speaker-badge-icon {
        font-size: 16px;
        color: #f2c64c;
    }

.internal-speaker-badge {
    color: #0f5c81;
    background-color: #9ed8f3;
}
    .internal-speaker-badge .internal-speaker-badge-icon {
        display: inline-block;
        /*background: url('../_images/abbott_badge-16.png') no-repeat;*/
        width: 16px;
        height: 16px;
    }

#speaker_training_container .chosen-container {
    width: 500px !important; /* HACK: workaround bug in jQuery Chosen plugin where initially hidden dropdowns have 0 width when displayed */
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
    .list-inline > li {
        display: inline-block;
        padding-right: 1em;
    }
        .list-inline > li label {
            width: auto !important;
        }

.pageHeader .file {
    display: inline-block;
}

.pageHeader .series-tags {
    margin-top: 5px;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 68px 164px 0px 0px; /* PADDING RIGHT IS THE NAV WIDTH  */
    margin-left: -30px;
    box-sizing: border-box;
    background: #eee;
    z-index: 100;
}

    .fixed-header .pageHeader {
        padding: 0px 30px 0px 30px;
        margin: 0px 0px 0px 0px;
    }

        .fixed-header .pageHeader .title {
        }

    .fixed-header .tabs {
        padding: 0px 30px 0px 30px;
        margin: 20px 0px 0px 0px;
    }

    .fixed-header.reduced .right, .fixed-header.reduced .left {
        display: none;
    }

    .fixed-header.reduced .tabs {
        margin-top: 0px;
    }

.page-content {
    padding-bottom: 50px;
}

.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 #cad1da;
    background: repeating-linear-gradient( to bottom, #ddd, #ddd 60px, #ccc 60px, #ccc 120px );
    background-size: 100% 120px;
    text-align: left;
}

    .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: #484848;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

        .tabs a.tab:hover {
            background-color: rgba(0,0,0,0.06);
        }

        .tabs a.tab.selected {
            background: #eee;
        }

    .tabs.condensed a, .tabs.condensed a.tab:link, #header .tabs.condensed a.tab:visited {
        padding: 0px 20px 0px 20px;
        margin-right: -2px;
    }

.top-button {
    float: right;
    margin: 9px 0px 0px 0px;
}

    .top-button.search::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        content: "\f002"; /*search*/
        color: #999;
        position: relative;
        left: 28px;
    }

#site-search-input {
    height: 30px;
    width: 200px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 24px;
    padding: 0px 0px 0px 34px;
}

    #site-search-input:focus {
        border-color: #777777;
    }

.loading {
    position: relative;
    height: 100px;
    min-width: 100px;
}

    .loading::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 48px;
        content: "\f1ce"; /*circle-notch*/
        color: #aaa;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ====================== 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;
        cursor: pointer;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 16px;
        height: 15px;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
    }

    input[type="checkbox"].checkbox + label span {
        background-color: #fff;
        border-radius: 2px;
    }

        input[type="checkbox"].checkbox + label span::before {
            content: "\f0c8"; /*square*/
            color: #a8afb8;
            position: absolute;
            top: -3px;
        }

.dataTable_check input[type="checkbox"].checkbox + label span::before,
.dataTable_checkAll input[type="checkbox"].checkbox + label span::before,
.dataTable_check input[type="checkbox"].checkbox:checked + label span::before,
.dataTable_checkAll input[type="checkbox"].checkbox:checked + label span::before {
    color: inherit;
}

.dataTable_check input[type="checkbox"].checkbox:checked + label span,
.dataTable_checkAll input[type="checkbox"].checkbox:checked + label span {
    background-color: transparent;
}

input[type="checkbox"].checkbox:checked + label span::before {
    content: "\f14a"; /*check-square*/
    color: #2e96c6;
    font-weight: 900;
}

input[type="checkbox"].checkbox + label, input[type="radio"].radio + label {
    padding-left: 24px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="radio"].radio + label {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px 0px 30px;
    min-height: 24px;
}

    input[type="radio"].radio + label span::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        content: "\f111"; /*circle*/
        color: #c2cbd5;
    }

    input[type="radio"].radio + label:hover span::before {
        color: #b0b8c1;
    }

input[type="radio"].radio:checked + label span::before {
    font-weight: 900;
    content: "\f192"; /*dot-circle*/
    color: #2e96c6;
}

input[type="radio"].radio:checked + label:hover span::before {
    color: #2985b0;
}

.radio-buttons.normal label {
    font-weight: normal !important;
}

.radio-sub {
    margin: 0px 0px 15px 30px;
}

    .radio-sub:last-child {
        margin-bottom: 0px;
    }

/* ====================== BUTTONS ====================== */
.button, .button:link, .button:visited {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 4px;
    background-color: #ccc;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #5f636a;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

    .button:hover {
        background-color: #c1c1c1;
    }

    .button.narrow {
        width: 100%;
        padding: 5px 0 4px 0;
        margin: 0 0 10px 0;
    }

        .button.narrow:last-child {
            margin: 0;
        }

    .button.alt {
        background-color: #333;
        color: #fff;
    }

        .button.alt:hover {
            background-color: #222;
        }

    .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;
        }

.right > .button, .pageHeader .right .button {
    margin-left: 10px;
}

.left > .button {
    margin-right: 10px;
}

.button.dropdown {
    padding-right: 25px;
    text-align: left !important;
    white-space: nowrap;
}

    .button.dropdown::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        content: "\f107"; /*angle-down*/
        font-size: 16px;
    }

    .button.dropdown,
    .button.dropdown label {
        cursor: pointer;
    }

        .button.dropdown.disabled {
            padding-right: 8px;
            cursor: default;
        }

            .button.dropdown.disabled::after {
                content: "";
            }

.button.disabled, a.disabled {
    opacity: .5;
    pointer-events: none;
}

.button.dropdown.status {
    color: #FFFFFF;
}

.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-right: 12px;
}

    .button span::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
    }

a.button span.add::before {
    font-size: 12px;
    content: "\f067"; /*plus*/
}

a.button span.delete::before {
    font-size: 12px;
    content: "\f068"; /*minus*/
}

a.button span.merge::before {
    content: "\f074"; /*exchange-alt*/
}

a.button span.close::before {
    font-size: 12px;
    content: "\f00d"; /*times*/
    padding-right: 8px;
}

a.button span.next {
    padding-right: 0;
    padding-left: 12px;
}

    a.button span.next::before {
        content: "\f105"; /*angle-right*/
        position: relative;
        top: 1px;
        left: -3px;
    }

a.button span.back::before {
    content: "\f104"; /*angle-left*/
    position: relative;
    top: 1px;
    left: -3px;
}

a.button span.notes {
    position: relative;
    padding-right: 0;
}

    a.button span.notes::before {
        content: "\f0ca"; /*list-ul*/
        color: #fff;
    }

a.button span.edit::before {
    content: "\f303"; /*pencil-alt*/
}

.button span.list, .button span.grid {
    padding-right: 0;
}

    .button span.list::before {
        content: "\f00b"; /*th-list*/
        color: #191c22;
    }

    .button span.grid::before {
        content: "\f009"; /*th-large*/
        color: #191c22;
        font-size: 17px;
    }

a.button span.save::before, a.button span.check::before {
    content: "\f00c"; /*check*/
}

a.button.alt span::before {
    color: #fff;
}


.link-icon {
    background: left center no-repeat;
    padding-left: 20px;
}

    .link-icon.link-icon-right {
        background-position: right center;
        padding: 0px 20px 0px 0px;
    }

    .link-icon.link-icon-down-small::after,
    .link-icon.link-icon-up-small::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        color: #222a37;
        padding-left: 4px;
        position: relative;
        top: 1px;
    }

    .link-icon.link-icon-down-small::after {
        content: "\f107"; /*angle-down*/
    }

    .link-icon.link-icon-up-small::after {
        content: "\f106"; /*angle-up*/
    }




/* NOTES BUTTON */
.button.notes {
    background: #f2c64c;
    padding: 10px;
}



.adminTable .button.notes {
    padding: 0px 5px 0px 5px;
    line-height: 26px;
}

    .adminTable .button.notes span.notes:before {
        top: -4px;
    }

.button .badge {
    background-color: #232b39;
    border-radius: 4px;
    width: 24px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 3px !important;
    font-size: 10px;
    position: absolute;
    top: -25%;
    right: -12px;
}

.data td .button .badge {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 9px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 0px !important;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    right: -10px;
}

/* TOGGLE BUTTONS */
.toggle-buttons {
    display: inline-block;
    margin-bottom: 20px;
}

.pageHeader .toggle-buttons {
    margin-bottom: 0px;
}

.toggle-buttons.right {
    margin-left: 10px;
}

.toggle-buttons.left {
    margin-left: 20px;
}

.toggle-buttons a.button, .toggle-buttons input.button {
    margin: -2px;
}

.toggle-buttons a:first-child {
    border-radius: 4px 0 0 4px;
}

.toggle-buttons a:last-child {
    border-radius: 0 4px 4px 0;
}

.toggle-buttons a.button.selected {
    background: #919ba6;
}

.eval .category {
    margin-top: 30px;
}

    .eval .category:first-child {
        margin-top: -5px;
    }
/* ==== RATINGS ==== */
table.ratings {
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
}

    table.ratings th,
    table.ratings td {
        padding: 10px 4px 10px 4px;
        text-align: center;
    }

.eval-form table.ratings th,
.eval-form table.ratings td {
    text-align: left;
}

/*table.ratings th:first-child {
    width: 35%;
}*/

table.ratings tr.sub td {
    padding: 5px 4px 5px 30px;
}

table.ratings tr {
    vertical-align: text-top;
}

table.ratings th {
    background: #9da8b1;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #FFFFFF;
}

table.ratings tr td {
    border-bottom: 1px solid #bac0c9;
}

table.ratings tr:last-child td {
    border-bottom: none;
}

table.ratings td.question {
    text-align: left;
}

td.question__comments {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 20px !important;
}

table.ratings.select td.question {
    border: none;
}

table.ratings td.select-option {
    text-align: left;
    padding-left: 30px;
}

table.ratings td.rating {
    width: 50px;
    padding-top: 13px;
}

table.ratings td.select {
    text-align: left;
}

table.ratings td.value {
    width: 70px;
}

table.questions td.question {
    width: 35%;
}

.status-summary {
    margin: 0 0 10px 0;
    text-align: right;
}

    .status-summary .status {
        text-align: left;
        border-radius: 4px;
        display: inline-block;
        margin: 0 20px 20px 0;
        padding: 0;
        border-radius: 0;
        position: relative;
    }

        .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: 0 0 8px 0;
        }

            .status-summary .info div label {
                margin: 0 5px 0 0;
                width: 36px;
                text-align: right;
                font-weight: bold;
                display: inline-block;
            }

    .status-summary .status label {
        color: #FFFFFF;
    }

    .status-summary .status:before {
        z-index: 2;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .status-summary .status:hover:before {
        border: 2px solid rgba(0,0,0,.6);
    }


.ui-widget-content .ui-state-highlight {
    border: 1px solid #d2d2d2;
    background: #eee;
}

.pencil,
a.pencil {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: .5;
}

    .pencil::before,
    a.pencil::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        content: "\f303"; /*pencil-alt*/
        color: #555;
    }

.dataTable .dataTableRow a.pencil, .dataTable .dataTableRow a.programs-icon {
    opacity: 0;
    vertical-align: text-bottom;
}

.dataTable .dataTableRow:hover a.pencil, .dataTable .dataTableRow:hover a.programs-icon {
    opacity: .5;
}

.dataTable .dataTableRow a.pencil:hover, .dataTable .dataTableRow a.programs-icon:hover {
    opacity: 1;
}

a.programs-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: .5;
    padding-left: 10px;
}

    a.programs-icon::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        content: "\f073"; /*calendar-alt*/
        color: #555;
    }

/* ==== DROPDOWNS ==== */
.dropdown-container {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #c6d2d9;
    z-index: 5000;
    width: 250px;
    margin-top: 5px;
}

    .dropdown-container .dropdown-content > a, .dropdown-container .dropdown-content > .item {
        display: block;
        border-bottom: 1px solid #c6d2d9;
        padding: 10px 20px 10px 20px;
    }

    .dropdown-container .dropdown-content > .item {
        font-weight: bold;
        background: #FFFFFF;
    }

        .dropdown-container .dropdown-content > .item select {
            width: 100%;
            margin-top: 4px;
        }

select.loading {
    height: 32px;
}
.loading-honoraria.loading {
    height: 5px !important;
    width: 5px !important;
    top: 0px;
    left: 0;
    margin-top: 5px;
    margin-left: 5px;
    padding: 10px
}

.dropdown-container .dropdown-content a:last-child {
    border: none;
}

.dropdown-container .dropdown-content a:hover {
    background: #eeeff1;
}

/* ==== 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;
    z-index: 1000;
    max-width: 600px;
    min-width: 450px;
    margin-top: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
}

.search-nav {
    background: #333;
    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: #ffffff;
                text-decoration: none;
            }

                .search-nav ul li a:hover {
                }

            .search-nav ul li.cur a {
                background-color: #999;
                border-right: none;
            }

            .search-nav ul li a span {
                font-weight: 400;
                margin-left: 5px;
                color: rgba(255, 255, 255, 0.7);
                vertical-align: top;
                font-size: 12px;
                min-width: 16px;
                min-height: 16px;
            }


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: #e8e8e8;
            cursor: pointer;
        }

        .site-search-results-content .result .item-box {
            background-color: transparent;
            border: none;
        }

        .site-search-results-content .result.item {
            padding: 0px;
        }

    .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;
    }




/* ==== 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;
        }

.field.edit #password-info {
    box-sizing: border-box;
    max-width: 400px;
    margin-left: 31%;
    overflow: hidden;
}

.invalid {
    line-height: 24px;
    color: #ec5f54;
}

    .invalid::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f057"; /*times-circle*/
        color: #ec5f54;
        padding-right: 8px;
    }

.valid {
    line-height: 24px;
    color: #7aae3c;
}

    .valid::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f058"; /*check-circle*/
        color: #8bc249;
        padding-right: 8px;
    }



/* ====================== 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: #999;
    }

        .box .box-title.alt {
            background: #333;
        }

        .box .box-title.footer {
            background: #bac0c9;
        }

        .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-content.alt {
    background: #dde1e6;
}

.box .box-content.scroll {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    overflow: auto;
    font-size: 12px;
    line-height: 18px;
}

.box-content-inner {
    margin: 20px 0;
    padding: 15px;
    background: #e8e8e8;
}

.box.drag {
}

.box h3 {
    margin: 0 0 10px 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: #3383a6;
        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.flagged .name {
    color: #ec5f54;
}

    .box.flagged .name::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f06a"; /*exclamation-circle*/
        padding-right: 8px;
    }


.box .profile-photo {
    float: left;
    margin-right: 10px;
}

.box .info {
    float: left;
}

.box .address {
    font-size: 12px;
}

.profile-photo {
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../_images/generic-photo.jpg);
}

.box .error p {
    margin: 0;
    color: #fff;
}

.callout {
    background: #e8e8e8;
    padding: 10px;
}


a.edit:not(.button), .remove:not(.button) {
    width: 16px;
    height: 16px;
    opacity: .5;
    vertical-align: top;
    margin-left: 4px;
}

    a.edit:not(.button)::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        content: "\f303"; /*pencil-alt*/
    }

    .remove:not(.button)::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f00d"; /*times*/
    }


.item-box {
    position: relative;
    margin-bottom: 10px;
    background: #e8e8e8 no-repeat;
}

    .item-box:last-child {
        margin: 0px;
    }

.field .item-box {
    margin-bottom: 0px !important;
}

.item-box.box .box-content {
    padding: 10px 30px 10px 10px;
    position: relative;
}

.item-box h2 {
    font-size: 20px;
    margin: 0px 0px 5px 0px !important;
}

.item-box h3 {
    font-size: 18px;
    margin: 0px 0px 2px 0px !important;
}

.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, .box .remove, .ui-accordion-header .remove, .item-box a.edit, .box a.edit, .ui-accordion-header a.edit {
    position: absolute;
    right: 10px;
    top: 10px;
}

.item-box a.edit, .box a.edit, .ui-accordion-header a.edit {
    right: 30px;
}

    .item-box .remove:hover, .box .remove:hover, .item-box a.edit:hover, .box a.edit:hover {
        cursor: pointer;
        opacity: 1 !important;
    }


.item-box.hide-links a, .box.hide-links a, .ui-accordion-header.hide-links a {
    opacity: 0;
}

.item-box.hide-links:hover a, .box.hide-links .box-title:hover a, .ui-accordion-header.hide-links:hover a {
    opacity: .5;
}

.ui-accordion-header a {
    margin-top: 2px;
}

.ui-accordion .ui-accordion-content {
    padding: 20px;
}

    .ui-accordion .ui-accordion-content.level2 {
        padding: 10px 0px 20px 38px;
        border: 0px;
        background: none;
    }

.item-box.venue, .item-box.user, .item-box.caterer, .item-box.event, .item-box.event-series {
    padding-left: 28px;
    position: relative;
}

    .item-box.venue::before, .item-box.user::before, .item-box.caterer::before, .item-box.event::before, .item-box.event-series::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        color: #666;
        position: absolute;
        top: 15px;
        left: 14px;
    }

    .item-box.venue::before {
        content: "\f3c5"; /*map-marker-alt*/
    }

    .item-box.user::before {
        content: "\f007"; /*user*/
    }

    .item-box.caterer::before {
        content: "\f2e7"; /*f2e7*/
    }

.item-box.event {
    padding-left: 28px;
}

    .item-box.event::before {
        content: "\f073"; /*calendar-alt*/
        font-weight: 400;
    }

.item-box.event-series {
    padding-left: 26px;
}

    .item-box.event-series::before {
        content: "\f24d"; /*clone*/
    }

.item-box .file {
    background: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: none;
}

.item-box.placeholder {
    border: 1px dashed #d2d2d2;
}

.item-box.event .status {
    width: 100%;
    margin-top: 10px;
}


ul.sortable {
    list-style: none;
    padding: 0px;
    margin: 0px;
    min-height: 20px;
}

    ul.sortable li {
        margin: 0 0 5px 0;
        padding: 10px;
        border-bottom: 1px solid #d2d2d2;
        background: #FFFFFF;
        cursor: move;
    }

.item-box .drag {
    float: left;
    width: 16px;
    height: 16px;
    opacity: .2;
    vertical-align: top;
    margin-right: 10px;
}

    .item-box .drag::before, .item-box .drag::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f142"; /*plus*/
    }

ul.sortable li a.edit, ul.sortable li a.remove {
    opacity: 0;
}

ul.sortable li:hover > .drag, ul.sortable li:hover > a.edit, ul.sortable li:hover > a.edit, ul.sortable li:hover > a.remove {
    opacity: .5;
}

ul.sortable li label {
    float: left;
}

ul.sortable .box-title, ul.sortable .item-box {
}


.search-content {
    border: 1px solid #bac0c9;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.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;
}

/*=======================Task Dash===========================*/
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;
    }

table.dashboard th.task-label {
    text-align: right !important;
}

table.dashboard td.task-label {
    text-align: right !important;
    background-color: #ddd !important;
    font-weight: bold;
    width: 200px;
    max-width: 200px;
}

table.static tr:nth-child(odd) td.task-label {
    background-color: #ccc !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;
    }


/* ====================== NOTES ===================== */
.overlay {
    background-color: rgba(0,0,0,0.35);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4000;
}

.notes-panel {
    position: fixed;
    width: 560px;
    height: 100%;
    top: 0px;
    right: -580px;
    padding: 20px;
    box-sizing: border-box;
    background: #eee;
    border-left: 1px solid #8f8f8f;
    -moz-box-shadow: -3px 0px 18px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 0px 18px rgba(0, 0, 0, 0.15);
    z-index: 4001;
    overflow: auto;
}

    .notes-panel a.close {
        float: right;
        width: 26px;
        height: 26px;
        margin-top: -30px;
        margin-right: -30px;
        cursor: pointer;
    }

    .notes-panel .header {
        padding-bottom: 20px;
    }

        .notes-panel .header h1 {
            float: left;
        }

            .notes-panel .header h1::before {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                font-size: 16px;
                content: "\f0ca"; /*list-ul*/
                position: relative;
                bottom: 8px;
                padding-right: 8px;
            }


        .notes-panel .header .button.alt {
            float: right;
        }

.panel .dropdown {
    margin-bottom: 20px;
}

.panel input.search {
    width: 100%;
    max-width: none;
    padding-left: 32px;
    border: none;
    margin-bottom: 10px;
    background-color: #cad1da;
}

.panel .notes-search {
    position: relative;
}

    .panel .notes-search::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f002"; /*search*/
        color: #777;
        position: absolute;
        top: 0;
        left: 8px;
    }

.panel .button.dropdown {
    position: relative;
}

    .panel .button.dropdown::after {
        position: absolute;
        right: 10px;
    }

.panel-form {
    margin: 0px -20px 20px -20px;
    padding: 20px;
    background-color: #9da8b1;
    background-image: -webkit-gradient(linear, from(#7d8a95), to(#9da8b1));
    background-image: -webkit-linear-gradient(re#7d8a95, #9da8b1);
    background-image: -moz-linear-gradient(#7d8a95, #9da8b1);
    background-image: -o-linear-gradient(#7d8a95, #9da8b1);
    background-image: linear-gradient(#7d8a95, #9da8b1);
}

    .panel-form label {
        color: #FFFFFF;
    }



/* ====================== TIMELINE ====================== */
.timeline {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 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, .timeline .timeline-item.last {
            background: none;
        }

        .timeline .timeline-item .icon-holder {
            width: 50px;
            text-align: left;
            display: table-cell;
            vertical-align: top;
        }


        .timeline .timeline-item .icon {
            position: relative;
            background: #bac0c9;
            border-radius: 100%;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            vertical-align: middle;
        }

            .timeline .timeline-item .icon span {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                font-size: 16px;
                color: #fff;
            }

        .timeline .timeline-item.noteType_request .icon span::before {
            content: "\f073"; /*calendar-alt*/
            font-weight: 400;
        }

        .timeline .timeline-item.noteType_status .icon span::before {
            content: "\f071"; /*exclamation-triangle*/
        }

        .timeline .timeline-item.noteType_note .icon span::before {
            content: "\f075"; /*check*/
        }

        .timeline .timeline-item.noteType_task_complete .icon span::before {
            content: "\f00c"; /*check*/
        }

        .timeline .timeline-item.noteType_task_notComplete .icon span::before {
            content: "\f00d"; /*times*/
        }

        .timeline .timeline-item.noteType_email .icon span::before {
            content: "\f0e0"; /*envelope*/
        }

        .timeline .timeline-item .box {
            vertical-align: top;
            margin-bottom: 10px;
        }

    .timeline .user {
        font-weight: bold;
        margin: 0px 0px 0px 0px;
    }

    .timeline .date {
        font-weight: bold;
        color: #999999;
        font-size: 12px;
        display: inline-block;
        margin-right: 5px;
    }

    .timeline .category {
        font-weight: bold;
        color: #FFFFFF;
        background: #959aa2;
        font-size: 11px;
        display: inline-block;
        border-radius: 4px;
        padding: 4px;
    }

    .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 .timeline-item .email-meta {
        background: #f1f1f1;
        padding: 20px;
        margin-bottom: 20px;
    }

        .timeline .timeline-item .email-meta label {
            display: inline-block;
            font-weight: bold;
            width: 70px;
            text-align: right;
            margin-right: 5px;
            vertical-align: top;
        }

        .timeline .timeline-item .email-meta .info {
            display: inline-block;
            text-align: left;
            float: none;
            max-width: 80%;
            vertical-align: top;
        }

.notes-panel .timeline .timeline-item .email-meta label {
    display: block;
    width: auto;
    text-align: left;
    margin-right: 0px;
    vertical-align: top;
}

.notes-panel .timeline .timeline-item .email-meta .info {
    display: block;
    text-align: left;
    float: none;
    margin-bottom: 5px;
    vertical-align: top;
}

.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: 250px !important;
    }

    .tasks .task .field.task.na label {
        width: 50px !important;
    }

.email-preview {
    min-width: 640px;
}

    .email-preview .header {
        min-width: 640px;
        padding: 20px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    }

        .email-preview .header h1, .email-preview .header h2, .email-preview .header h3 {
            margin: 0px;
            max-width: 350px;
        }

        .email-preview .header select {
            max-width: 170px;
        }

        .email-preview .header a.button {
            margin-left: 5px;
        }

    .email-preview .footer {
        padding: 20px;
        text-align: center;
        background: #FFFFFF;
    }

        .email-preview .footer a.link-icon {
            line-height: 40px;
        }

    .email-preview .email-content {
        height: 500px;
        overflow: auto;
        background: #444;
    }

    .email-preview .email-edit {
        padding: 20px;
    }


.greyed {
    color: #999999 !important;
}


/* ====================== GLOBAL CLASSES ====================== */
.half, .quart-one, .quart-two, .quart-three, .third-one, .third-two {
    box-sizing: border-box;
}

.half {
    width: 50%;
}

    .half.center {
        width: 65%;
    }

.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;
}

.single {
    max-width: 800px;
}

.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-left {
    text-align: left;
}

.align-right {
    text-align: right;
}



.hide {
    display: none;
}

.invisible {
    opacity: 0;
}

.inline {
    display: inline-block;
    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: 20px !important;
}

.topSpace-small {
    margin-top: 10px !important;
}

.rightSpace {
    margin-right: 20px !important;
}

.bottomSpace {
    margin-bottom: 20px !important;
}

.leftSpace {
    margin-left: 20px !important;
}

.outerSpace {
    margin: 20px !important;
}

.button.rightSpace {
    margin-right: 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 .group-item {
    margin-bottom: 20px;
}
.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: #a0b2ba;
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 15px 184px 15px 20px; /* PADDING RIGHT IS THE NAV WIDTH  */
    margin-left: -30px;
    box-sizing: border-box;
    z-index: 520;
}

.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.edit.radio label {
            margin-bottom: 10px;
        }

        .field label, .field.edit.finance label {
            width: 32%;
            display: inline-block;
            vertical-align: top;
            text-align: right;
            font-weight: bold;
            margin-right: 5px;
        }

.mileage {
    width: 100%;
    font-weight: bold;
}


.field .value, .field.edit.finance .value {
    width: 66%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.field.edit.finance .info {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 7px 0px 0px 5px;
    color: #999999;
}

.field.edit label {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 30%;
    vertical-align: text-bottom;
}

.fields-stacked .field.edit label {
    display: block;
    width: auto;
    text-align: left;
}

.field.edit value {
    display: inline-block;
    width: 65%;
}

.field.edit.full label, .field.edit.inline label {
    display: block;
    margin-right: 0px;
    text-align: left;
    width: 100%;
    vertical-align: top;
}

.field.edit.full, .field.edit.full .textbox.large, .field.edit .textbox.search {
    width: 100%;
    max-width: none;
}

.field .inline label {
    display: inline-block;
    margin: 0 8px 0 0;
}

    .field .inline label:last-child {
        margin: 0;
    }

.field.inline {
    display: inline-block;
    margin-right: 5px;
}

    .field.inline.push-right {
        margin-right: 20px;
    }

.field label.inline {
    width: auto !important;
}

.field.edit.checkboxes:not(.group) label, .field.edit.radio-buttons label {
    width: 100%;
    text-align: left;
}

.field.edit.checkboxes label:last-child {
    margin-bottom: 0px;
}

.field.edit.checkboxes.group .value label {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.field.checkboxes .check {
    margin-left: 15px;
}

    .field.checkboxes .check label {
        font-weight: normal;
    }

.field.disabled {
    opacity: .5;
}


/* notes tab */
/*.add-note .field.edit select {
    display: block;
}

.add-note .field.edit label:not(.inline) {
    width: 100%;
    text-align: left;
}*/

.add-note .chosen-container {
    width: 100% !important;
}



/* 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, .textbox.time {
    width: 120px !important;
    font-size: 100%;
    color: #333333;
    font-weight: normal;
    text-align: left !important;
}

.field span.date, .field span.time {
    position: relative;
}

    .field span.date::before, .field span.time::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        content: "\f073"; /*calendar-alt*/
        color: #aaa;
        position: absolute;
        right: 8px;
        top: 0;
    }

    .field span.time::before {
        content: "\f017"; /*clock*/
    }

.datepick {
    vertical-align: middle;
    cursor: pointer;
}

.textbox.small {
    max-width: 75px;
}

.textbox.medium {
    max-width: 150px;
    width: 100%;
}


.textbox, .textbox.large, .field.edit .textbox.large, .field.edit input[type="file"] {
    width: 65%;
    max-width: 400px;
}

.required-highlight {
    color: #d34e40 !important;
}

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;
}


.file {
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
}

.box .file {
    background: #e8e8e8;
}

a.fileLink {
    padding: 0px 0px 0px 0;
    font-weight: bold;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
}

    a.fileLink::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f15b"; /*file*/
        color: #aaa;
        padding-right: 6px;
        position: relative;
        top: 1px;
    }

    a.fileLink.pdf::before {
        content: "\f1c1"; /*file-pdf*/
        color: #c30b15;
    }

    a.fileLink.ppt::before, a.fileLink.pptx::before {
        content: "\f1c4"; /*file-powerpoint*/
        color: #d04727;
    }

    a.fileLink.xls::before, a.fileLink.xlsx::before, a.fileLink.csv::before {
        content: "\f1c3"; /*file-excel*/
        color: #247d4d;
    }

    a.fileLink.doc::before, a.fileLink.docx::before {
        content: "\f1c2"; /*file-word*/
        color: #2b5794;
    }

    a.fileLink.jpg::before, a.fileLink.jpeg::before, a.fileLink.gif::before, a.fileLink.tif::before, a.fileLink.tiff::before, a.fileLink.png::before, a.fileLink.bmp::before {
        content: "\f1c5"; /*file-image*/
        color: #008198;
    }

    a.fileLink.mov::before, a.fileLink.mp4::before {
        content: "\f1c8";
        color: #484848;
    }


    a.fileLink.noLink:hover {
        text-decoration: none !important;
    }


.file p:last-child {
    margin-bottom: 0px;
}

.file .info {
    padding: 0 0 0 0px;
    margin: 0px;
    color: #999999;
    float: none;
}

.file .box-content.alt {
    padding: 10px;
    margin: 10px -10px -10px -10px;
}

.file.report {
}

    .file.report .fileLink-info {
        margin-top: 5px;
        float: left;
    }

    .file.report .box-content.alt input {
        float: left;
    }

    .file.report .box-content.alt .button {
        float: right;
    }

    .file.report .info div {
        display: inline-block;
        margin-right: 20px;
    }

    .file.report .archive {
        margin: 20px 20px 0px 20px;
    }

.chosen-select {
    min-width: 200px;
}

.file a.delete::before, .code a.delete::before {
    float: right;
    margin: 2px 0px 0px 0px;
    display: block;
    width: 16px;
    height: 16px;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    content: "\f00d"; /*times*/
    color: #666;
}


.file.file--hasThumb {
}

    .file.file--hasThumb img {
        float: left;
        display: inline-block;
    }

    .file.file--hasThumb div {
        float: left;
        padding-left: 15px;
    }

    .file.file--hasThumb ul {
        margin-left: 24px;
    }

.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;
    min-width: 550px;
}

    .popupWindow h3 {
        margin: 0px;
    }

    .popupWindow .content {
        border: none;
        padding: 0px;
    }

    .popupWindow.large {
        min-width: 880px;
    }

.popup h1, .popup h2, .popup h3, .popup h4 {
    margin: 0px 0px 10px 0px;
}

#message_popup {
    max-width: 600px;
    min-width: inherit;
}

    #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;
}

    #eventInfoPopup .left, #eventInfoPopup .right {
        float: none;
    }

    #eventInfoPopup .status {
        margin-top: 10px;
    }

.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;
        }


.key {
    margin-top: 10px;
}

    .key .key-item {
        float: left;
        margin: 0px 10px 10px 0px;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
        width: 240px;
    }

        .key .key-item .color {
            display: inline-block;
            width: 10px;
            height: 10px;
        }

        .key .key-item .label {
            display: inline-block;
            margin: 1px 0px 0px 5px;
        }

.fc-event.block, .key-item .color.block {
    background: #aaaaaa;
    border: #aaaaaa 1px solid;
}

.error, .message {
    background: #f4d98c;
    color: #238aae;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.error {
    background: #e85747;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}

    .error a {
        color: #ffffff;
    }

    .error.inline {
        margin: 0px 5px 0px 5px;
        padding: 6px;
        font-size: 12px;
    }

.message {
    background: #f4d98c;
    color: #2f313a;
}

    .message h1, .message h2 {
        margin: 0px 0px 0px 0px;
    }

    .message p:last-child {
        margin-bottom: 0px;
    }

    .message.top {
        margin: -20px 0px 0px 0px;
        border-radius: 0px;
    }

        .message.top.task {
            padding: 20px;
        }

.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;
}

.status_draft {
    background-color: #e7be2a;
}

span.icon {
    width: 16px;
    height: 16px;
    background: no-repeat;
    display: inline-block;
}

    span.icon.disabled::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 16px;
        content: "\f057"; /*times-circle*/
        color: #d40f00;
    }

    span.icon.info {
        float: none;
        vertical-align: top;
        margin: 7px 0px 0px 5px;
    }

        span.icon.info span {
            color: #555;
            font-size: 16px;
        }

    span.icon.clock::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        content: "\f017"; /*clock*/
        color: #999;
    }


table.nested tr.nested-parent td:nth-child(2)::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    content: "\f105"; /*angle-right*/
    position: relative;
    right: 8px;
}

table.nested tr.nested-parent.expanded td:nth-child(2)::before {
    content: "\f107"; /*angle-down*/
}

table.nested tr.nested-parent.level1.expanded td:nth-child(2)::before {
    content: "\f107"; /*angle-down*/
}

table.nested tr.level1 td:nth-child(2) {
    padding-left: 25px;
    content: "\f105"; /*angle-right*/
}

table.nested tr.level1 td:first-child {
    border-left: 1px solid #556471;
}

table.nested tr.level1 td:last-child {
    border-right: 1px solid #556471;
}

table.nested tr.level2 td:nth-child(2) {
    padding-left: 45px;
    background-position: 25px center;
}

table.nested tr.level3 td:nth-child(2) {
    padding-left: 70px;
    background-position: 50px center;
}


table.nested tr.level1 td {
    background-color: #666;
    color: #FFFFFF;
    border-bottom: 1px solid #616161;
}

table.nested tr.level1:hover td {
    background-color: #616161;
}

table.nested tr.level1 td a {
    color: #FFFFFF;
    font-weight: bold;
}

table.nested tr.level2 td {
    background-color: #ccc;
    border-bottom: 1px solid #999;
}

table.nested tr.level2:hover td {
    background-color: #c1c1c1 !important;
}

table.nested tr.level3 td {
    background-color: #ffffff;
    border-bottom: 1px solid #cfd3d9;
}

table.nested tr.level4 > td {
    background: #eee;
    border-bottom: 1px solid #bac0c9;
}

table.nested tr.total td {
    background: #333;
    color: #FFFFFF;
}

table.nested tr.total:hover td {
    background: #333 !important;
    color: #FFFFFF;
}

.nested-parent.expanded td {
    border-bottom: none !important;
}

table.nested .inner-table {
    padding: 10px 20px 5px 20px;
}

    table.nested .inner-table .dataTable.no-footer {
    }

    table.nested .inner-table .message {
        margin-bottom: 5px;
    }

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: #e8e8e8;
    }

    .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%;
}

.labels .label {
    margin: 5px 0px 5px 0px;
}

.dataTable a.signature {
    display: block;
    position: relative;
}

.dataTable img.signature {
    max-width: 90px;
    padding: 1px;
}

.dataTable a.signature:hover::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    content: "\f00e"; /*search-plus*/
    color: #777;
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -8px;
}

.dataTable a.signature:hover img.signature {
    opacity: .5;
}


.hidden {
    display: none;
}

.preview::before {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    content: "\f06e"; /*eye*/
    padding-left: 4px;
}

.alerts-container {
    background: #ffffff;
    position: relative;
    border: none;
}

    .alerts-container .side-panel {
        background: #999;
        width: 175px;
        height: 100%;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
    }

        .alerts-container .side-panel .side-panel-icon {
        }

            .alerts-container .side-panel .side-panel-icon::before {
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-weight: 900;
                font-size: 64px;
                content: "\f0a1"; /*bullhorn*/
                color: #66757c;
                position: absolute;
                bottom: 20px;
                left: 50%;
                margin-left: -32px;
            }

    .alerts-container h1 {
        margin: 0px 0px 10px 0px;
    }

    .alerts-container .content {
        padding: 30px;
        margin: 0px 0px 0px 175px;
        float: left;
        background: #FFFFFF;
        max-width: 800px;
    }

    .alerts-container a.edit {
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        display: block;
        cursor: pointer;
    }

        .alerts-container a.edit:hover {
            color: #FFFFFF;
        }

.placeholder.long {
    height: 2000px;
}

body.loading-lock {
    overflow: hidden;
}

    body.loading-lock #overlay-noClick {
        display: block !important;
    }

    body.loading-lock #loading {
        display: block !important;
    }

#loading {
    display: none;
    z-index: 5000;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    border-radius: 60px;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background-color: transparent;
}

    #loading::before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 64px;
        content: "\f1ce"; /*circle-notch*/
        color: #444;
        position: absolute;
        top: 50%;
        margin-top: -32px;
        left: 50%;
        margin-left: -32px;
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }

/*---Modal Overlay-----*/

/* ====================== SIDR ====================== */
.sidr {
    background: #232b39;
}

    .sidr ul li {
        border-top: 1px solid #3d4b64;
    }

        .sidr ul li a, .sidr ul li span,
        .sidr ul li ul li a, .sidr ul li ul li span {
            color: #b9c8d4;
        }

        .sidr ul li.active a, .sidr ul li.active > a, .sidr ul li.active > span,
        .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span,
        .sidr ul li.sidr-class-cur {
            background: #151a22;
            border-left: 2px solid #0088ce;
        }

            .sidr ul li.sidr-class-cur a {
                color: #fff;
            }

@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;
    }

    .half.center {
        width: 100%;
    }

    .fixed-header .Header .title {
        margin-top: 0px;
    }

    .field.edit label {
        display: block;
        margin-right: 0px;
        text-align: left;
        width: 100%;
        vertical-align: top;
    }

    .field.edit value {
        display: block;
        width: 100%;
    }

    .textbox, .textbox.large {
        width: 100%;
        max-width: none;
    }

    .field.edit #password-info {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .item-box .info .left {
        float: none;
    }

        .item-box .info .left.pad {
            margin-bottom: 6px;
        }
}

@media all and (max-width: 1299px) {
    .half-evals {
        float: none !important;
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 20px !important;
        padding: 0px !important;
        text-align: left !important;
    }
}


@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;
        }

    h1 {
        padding-right: 10px;
    }

    .alerts-container .side-panel {
        width: 30px;
    }

        .alerts-container .side-panel .side-panel-icon {
            display: none;
        }

    .alerts-container .content {
        margin-left: 30px;
    }

    .file.report .info div {
        display: block;
    }

    .item-box .info .affiliation {
        display: none;
    }

    .popupWindow.large {
        min-width: 650px;
    }
}

@media all and (max-width: 820px) {
    .file.file--hasThumb div {
        padding: 15px 15px;
    }

    .popupWindow.large {
        min-width: 600px;
    }
}

@media all and (max-width: 700px) {

    body {
        background-position: 0px 30px;
    }

    #logo {
        min-width: 120px;
        width: 100%;
        height: 60px;
        background-size: 130px 26px;
        background-position: center center;
        background-color: transparent;
        pointer-events: none;
        z-index: 1200;
    }

        #logo .dev_label {
            display: none;
        }

    #sideNav,
    #sideNavBg {
        position: fixed;
        overflow-y: auto;
        left: -164px;
        z-index: 5000;
        min-height: 100%;
        top: 0px;
        bottom: 0px;
        display: none;
    }

    #top {
        padding: 6px 0px 0px 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        background: none;
        z-index: 1000;
        background: #FFFFFF;
        height: 60px;
    }

        #top .right {
            float: right;
        }

        #top .dropdown {
            margin: 0px 10px 0px 0px;
        }

            #top .dropdown label {
                display: none;
            }

            #top .dropdown.myAccount span {
                padding-left: 16px;
            }

    .top-button.search {
        position: relative;
    }

        .top-button.search::before {
            position: absolute;
            left: 15px;
            top: 13px;
        }

    #site-search {
        float: none;
        background: #cad1da;
        margin-top: 54px;
        padding: 5px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }


    #site-search-input {
        width: 100%;
    }

    #site-search-container {
        width: 100%;
        box-sizing: border-box;
        float: none;
        clear: both;
        padding: 20px 0px 20px 0px;
        display: none;
    }

    .button, .button:link, .button:visited {
        padding: 8px 14px;
        font-size: 12px;
    }

        .button span {
            padding-right: 8px;
        }

    .mobile-menu-button {
        display: inline-block;
        position: relative;
        bottom: 6px;
    }

    .notes-panel {
        width: 75%;
        top: 0px;
        padding: 15px;
    }

    #main {
        padding: 120px 0px 0px 0px;
    }

        #main .content {
            padding: 10px 10px 20px 10px;
        }

    /*.tabs { padding:0px; text-align:center; background:none; border-bottom:0; }
	.tabs a, .tabs a.tab:link, #header .tabs a.tab:visited { padding:0px 10px 0px 10px; margin:5px; background:#cad1da; border-radius:4px; line-height:40px; }
	.tabs a.tab.selected { background:#232b39; color:#FFFFFF; }*/

    .tabs,
    .fixed-header .tabs {
        margin: 0 0 20px 0;
        padding: 6px 4px 0 4px;
        background: #d8dce2;
        background-color: #ccc;
        background-image: -webkit-gradient(linear, from(#d3deeb), to(#c4ceda));
        background-image: -webkit-linear-gradient(re#d3deeb, #c4ceda);
        background-image: -moz-linear-gradient(#d3deeb, #c4ceda);
        background-image: -o-linear-gradient(#d3deeb, #c4ceda);
        background-image: linear-gradient(#d3deeb, #c4ceda);
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid #b9c2ce;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    }

        .tabs a, .tabs a.tab:link, #header .tabs a.tab:visited,
        .tabs.condensed a, .tabs.condensed a.tab:link, #header .tabs.condensed a.tab:visited {
            position: relative;
            margin: 0 0 0 0;
            padding: 0 10px 0 10px;
            background: none;
            line-height: 28px;
            font-weight: 400;
            color: #555;
        }

            .tabs a::after, .tabs a.tab:link::after, #header .tabs a.tab:visited::after,
            .tabs.condensed a::after, .tabs.condensed a.tab:link::after, #header .tabs.condensed a.tab:visited::after {
                content: "|";
                position: absolute;
                right: -2px;
                font-weight: 400;
                color: #999;
            }

            .tabs a:last-child::after, .tabs a.tab:link:last-child::after, #header .tabs a.tab:visited:last-child::after,
            .tabs.condensed a:last-child::after, .tabs.condensed a.tab:link:last-child::after, #header .tabs.condensed a.tab:visited:last-child::after {
                content: "";
            }

            .tabs a.tab.selected,
            .tabs.condensed a.tab.selected {
                color: #222;
                font-weight: 700;
                border-bottom: 3px solid #9D2235;
            }

            .tabs a.tab:hover,
            .tabs.condensed a.tab:hover {
                color: #000;
            }

    .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: 0;
        }

    .page-content {
        margin-top: 0 !important;
    }

    .popupWindow.large {
        min-width: 420px;
    }
}

@media all and (max-width: 500px) {

    .content {
        margin: 0;
    }

        .content h2 {
            margin: 0;
        }

    .timeline .timeline-item {
        background: none;
    }

        .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;
    }

    .alerts-container .side-panel {
        display: none;
    }

    .alerts-container .content {
        margin-left: 0px;
    }

    .pageHeader {
        margin: 0px;
    }

    .buttons {
        margin: 20px 0 20px 0;
    }

        .buttons .button {
            margin-bottom: 8px;
        }

            .buttons .button:last-child {
                margin-bottom: 0;
            }

    .tabs {
        margin: 0 0 20px 0;
    }

    .pageHeader .profile-photo {
        width: 90px;
        height: 109px;
        float: left;
        margin-right: 10px;
    }

    .profile-info h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .profile-info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .popupWindow.large {
        min-width: 400px;
    }
}

@media all and (max-height: 675px) {

    .fixed-header {
        position: relative;
        padding: 0px;
        margin-left: 0px;
        background: none;
    }

    #sideNav ul li a {
        height: 42px;
        line-height: 42px;
    }
}

@media all and (max-height: 600px) {
    #sideNav ul li a {
        height: 36px;
        line-height: 36px;
    }
}

@media all and (max-height: 520px) {
    #sideNav ul li a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}


@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) {

    #login .logo {
        background: url(../_images/corcept_logo_large.png) center center no-repeat #fff;
        background-image: url(../_images/logo.svg);
        background-size: 250px 50px;
    }

    #logo {
        background: url(../_images/corcept_logo_medium.png) center center no-repeat;
        background-image: url(../_images/logo.svg);
        background-size: 130px 26px;
    }
}

.chosen-container-single a.chosen-single,
.chosen-container-active.chosen-with-drop a.chosen-single {
    height: 32px;
    line-height: 32px;
    border-radius: 0px;
    background-color: white;
    background-image: unset;
    border: 1px solid #d8d8d8;
    box-shadow: unset;
}

.chosen-container div.chosen-drop {
    box-shadow: unset;
    border-radius: 0px;
    border: 1px solid rgb(123,156,211);
}

.chosen-container-single a.chosen-single div {
    color: black;
}

.chosen-container-single a.chosen-single div {
    top: 4px;
}

.switch-user-label {
    margin-bottom: 10px;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 2px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #33ae10;
}

input:checked + .slider_stopMail {
    background-color: #ff0000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ff5c33;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.slider_stopMail {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider_stopMail:before {
        position: absolute;
        content: "";
        height: 25px;
        width: 25px;
        left: 2px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider_stopMail {
    background-color: #33ae10;
}

input:checked + .slider_stopMail {
    background-color: #33ae10;
}

input:focus + .slider_stopMail {
    box-shadow: 0 0 1px #ff5c33;
}

input:checked + .slider_stopMail:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/* Rounded sliders */
.slider_stopMail.round {
    border-radius: 34px;
}

    .slider_stopMail.round:before {
        border-radius: 50%;
    }
.blockEmailBox {
    border-radius: 5px;
    padding: 8px;
    background-color: #232b39;
    background-clip: border-box;
}
/* Toggle Switch */
/* Div*/

.field.edit.toggle label {
    display: inline;
    margin-right: 5px;
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    width: 30%;
    vertical-align: text-bottom;
}
    /* The switch - the box around the slider */
    .field.edit.toggle label.switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 25px;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

        /* Hide default HTML checkbox */
        .field.edit.toggle label.switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

/* TOGGLE BUTTONS */
.toggle-buttons {
    display: inline-block;
    margin-bottom: 20px;
}
