.btn.dropdown-toggle:not(.nav-link):not(.btn-circle) {
    color: #000;
}

.btn-warning.btn.dropdown-toggle:not(.nav-link):not(.btn-circle) {
    background-color: #f3b857;
}

#inquiryTable tbody td.full-name,
#tourTable tbody td.full-name {
    font-weight: 700;
    font-size: 16px;
}

#inquiryTable tbody td.date,
#tourTable tbody td.date {
    color: #969696;
}

#inquiryTable tbody td,
#tourTable tbody td {
    color: #3b4a50;
}

.selected-file {
}

.file-info {
    margin-left: 35px;
}

#topNavAcademyManager li.an-academy > ul {
    display: none;
}

#topNavAcademyManager li.an-academy.active > ul {
    display: block;
}

#topNavAcademyManager li.an-academy .caret {
    display: none;
}

#topNavAcademyManager li.an-academy.active .caret {
    display: block;
}

#topNavAcademyManager .popover {
    background: rgba(255, 255, 255, 1);
}

#inquiryTable tbody tr td.phone,
#inquiryTable tbody tr td.email {
    word-break: break-word;
    min-width: 101px;
}

.bootstrap-table .fixed-table-container #inquiryTable.table thead th.phone .th-inner.sortable,
.bootstrap-table .fixed-table-container #inquiryTable.table thead th.email .th-inner.sortable {
    padding-left: 0;
    padding-right: 0;
}

#inquiryTable tbody tr td.phone,
#inquiryTable tbody tr td.email {
    padding-left: 0;
    padding-right: 0;
}

#documentTable td {
    vertical-align: middle;
}

.picker-open {
    opacity: 1;
    max-height: 1000px;
}

.top-stories-summary {
    max-height: 150px;
    overflow-y: hidden;
    margin-bottom: 14px;
}

    .top-stories-summary * {
        color: #fff !important;
        font-size: 14px !important;
        font-family: 'proxima-nova', sans-serif !important;
        text-decoration: none !important;
        font-weight: normal !important;
        font-style: normal !important;
        text-align: left !important;
    }

.user-avatar img {
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.tags .btn {
    border-radius: 20px;
    min-height: 30px;
    padding: 10px 20px;
    line-height: 15px;
    font-size: 14px;
    margin: 0 5px 5px 0;
    background: #667D87;
    color: #fff;
    transition: opacity 500ms ease;
}

    .tags .btn:hover {
        opacity: .7;
    }

li.blog-post {
    border-bottom: 1px solid #dadada;
}

.blog-post {
    padding-bottom: 30px;
    position: relative;
}

    .blog-post .send-post-btn {
        position: absolute;
        bottom: 0px;
        right: 0px;
        filter: grayscale(100%);
    }

    .blog-post .custom-image-btn {
        position: absolute;
        bottom: 10px;
        right: 55px;
        filter: grayscale(100%);
    }

    .blog-post .post-history-btn {
        position: absolute;
        bottom: 1px;
        right: 80px;
        filter: grayscale(100%);
    }

        .blog-post .post-history-btn .ka-icon-eye {
            height: 23px;
            width: 38px;
        }

    .blog-post .edit-author-btn {
        position: absolute;
        bottom: 4px;
        right: 130px;
        filter: grayscale(100%);
        opacity: .8;
    }

        .blog-post .edit-author-btn .ka-icon-user-sm {
            height: 20px;
            width: 18px;
        }

.card-header h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.card-header.bg-cobalt .h4,
.card-header.bg-light-gray .h4 .card-header.bg-light-gray h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    letter-spacing: 1.14px;
}

.panel-tags .list-group {
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: row;
}

    .panel-tags .list-group .list-group-item {
        display: inline-block;
        border-radius: 20px;
        min-height: 30px;
        padding: 10px 10px 10px 20px;
        line-height: 15px;
        font-size: 14px;
        margin: 0 5px 5px 0;
        background: #667D87;
        color: #fff;
        transition: opacity 500ms ease;
        text-transform: initial;
        width: max-content;
    }

        .panel-tags .list-group .list-group-item:nth-child(1n+21) {
            display: none;
        }

.panel-tags.view-all-tags .list-group .list-group-item:nth-child(1n+21) {
    display: inline-block;
}

.panel-tags.view-all-tags .view-more-tags {
    display: none;
}

.panel-tags .list-group a.list-group-item.tag-weight-2,
.panel-tags .list-group a.list-group-item.tag-weight-7 {
    background: #ff467c;
}

.panel-tags .list-group .list-group-item.tag-weight-3,
.panel-tags .list-group a.list-group-item.tag-weight-8 {
    background: #f5a623;
}

.panel-tags .list-group .list-group-item.tag-weight-4,
.panel-tags .list-group a.list-group-item.tag-weight-9 {
    background: #67cc59;
}

.panel-tags .list-group .list-group-item.tag-weight-5,
.panel-tags .list-group a.list-group-item.tag-weight-10 {
    background: #bc6bea;
}

.panel-tags .list-group .list-group-item.tag-weight-6,
.panel-tags .list-group a.list-group-item.tag-weight-11 {
    background: #f0e342;
}

.panel-tags .list-group .list-group-item:hover {
    opacity: .7;
}

.panel-tags .list-group .list-group-item .badge {
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    color: #667D87;
    margin: -2px 0 0 7px;
}

.blog-post .tags {
    margin-bottom: 0px;
}

    .blog-post .tags .fa {
        margin-right: 5px;
    }

.blog-post .post-body h1,
.blog-post .post-body h2,
.blog-post .post-body h3,
.blog-post .post-body h4,
.blog-post .post-body h5,
.blog-post .post-body h6,
.blog-post .post-body p,
.blog-post .post-body ul,
.blog-post .post-body li,
.blog-post .post-body span {
    text-align: left !important;
    color: #333 !important;
}

.blog-post .post-body img {
    max-width: 100%;
    height: auto !important;
}

.blog-post .post-body a {
    text-decoration: underline;
    color: #6a8ecb;
}

.blog-post .post-body ul {
    margin-bottom: 15px;
}

.author-img {
    display: none;
}


.pie-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pie-legend li {
        margin: 0;
        padding: 0 0 0 47px;
        white-space: nowrap;
        overflow-x: visible;
        max-width: 32px;
        height: 32px;
        display: block;
    }

@media (min-width: 768px) {

    .children {
        border-left: 2px solid #e7e7e7;
        min-height: 100px;
        padding-bottom: 15px;
    }

        .children hr {
            margin-left: -15px;
        }
}

.edit.children {
    border-left: 0px;
    min-height: initial;
}

#divInquiryStatus,
#divAssignContact,
#divInquiryActions,
#divEditControls {
    display: inline-block;
    position: relative;
}

.child-remove {
    cursor: pointer;
    padding-right: 10px;
    background: transparent;
}

    .child-remove .icon {
        margin-right: 5px;
    }

.legend ul,
.legend ul li {
    list-style: none;
    vertical-align: middle;
    padding: 0;
    /* letter-spacing: -.4px; */
}

.legend ul {
    margin-top: 20px;
}

#legendStatusPie ul,
#legendSourcePie ul {
    margin-top: 0px;
}

.legend ul li {
    display: flex;
    font-size: 12px;
}

    .legend ul li > div,
    .legend ul li > a > div {
        display: inline-block;
        padding: 2px 0;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        margin-right: 4px;
        min-width: 24px;
        height: 18px;
        margin-top: -3px;
        margin-bottom: 6px;
    }

@media (min-width: 992px) {

    .legend ul li > div,
    .legend ul li > a > div {
    }
}

.card {
    margin-bottom: 1rem;
}

    .card > .card-body {
        padding: 15px 15px 15px 15px;
    }

.accordion .card,
.card-group .card {
    margin-bottom: 0;
}

@media (min-width: 992px) {

    .card > .card-body {
        padding: 15px 30px 15px 30px;
    }
}

.form-forum-thread,
.forum-post,
.page-header {
    background: #fff;
    margin-bottom: 0px !important;
    margin-top: 0px;
    padding: 15px 30px;
}

.page-heading .page-header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 15px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    .page-heading .page-header h1 {
        font-size: 17px;
        letter-spacing: 1.3px;
        font-weight: 700;
        margin: 0px;
        color: #667d87;
        text-transform: uppercase;
    }

.content-panel-bottom {
    font-size: 16px;
    padding: 15px 15px 15px 15px;
    margin: 0 15px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.author-img {
    border-radius: 50%;
}

.forum-threads {
    background: #fff;
    margin-bottom: 0px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.forum-post {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.form-forum-thread {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 768px) {

    .form-forum-thread.html-editors > fieldset {
        margin-top: 90px;
    }
}

.form-forum-thread.html-editors legend {
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.btn.btn-circle:hover,
.btn.btn-circle:focus {
    box-shadow: 0 0 0 .2rem rgb(0 0 0 / 15%);
}

#btnAccount,
.avatar {
    position: relative;
    overflow: hidden;
    height: 50px;
    width: 50px;
}

.avatar {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

    #btnAccount .ka-icon,
    .avatar .ka-icon {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 50px;
        width: 50px;
    }

    .avatar .ka-icon {
        height: 70px;
        width: 70px;
    }

    #btnAccount #userPhoto,
    .avatar .userPhoto {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }

#scheduleCampaign {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    margin-top: -.7em;
}

.view-all-btn {
    text-transform: uppercase !important;
    color: #636363;
    letter-spacing: 1.05px;
    font-size: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
    transition: background 250ms ease-in;
}

    .view-all-btn:hover {
        background: rgba(0, 0, 0, .05);
    }

#divFutureAcademy {
    vertical-align: middle;
    margin-top: -3px;
}

.blogs-user-avatar,
.forums-user-avatar {
    border-radius: 50%;
}

.blog-precis {
    margin-left: 115px;
}

    .blog-precis p {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

.forum-precis {
    margin-left: 60px;
    margin-top: -4px;
}

.table-header {
    transition: background 250ms;
    width: 100%;
    padding: 20px 20px 0 20px;
    font-weight: 600;
    font-size: 16px;
    color: #667d87;
    letter-spacing: 1.3px;
}

@media (min-width: 992px) {
    .table-header {
        width: max-content;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .table-header {
        position: absolute;
    }
}

.table-header-dropdown {
    transition: background 250ms;
    width: 100%;
}

    .table-header-dropdown:hover {
        background: rgba(0, 0, 0, .05);
        color: #666;
    }

@media (min-width: 992px) {
    .table-header-dropdown {
        width: max-content;
    }
}

.table-header.table-header-sm {
    margin: 8px 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
}

    .table-header.table-header-sm > .ka-icon {
        margin-top: -8px;
    }

.table-header + .dropdown-menu {
    margin: 0 0 0 0;
}

.featured-card-header {
    font-weight: 600;
    font-size: 16px;
    color: #667d87;
    letter-spacing: 1.3px;
}

#inquiryFilter,
#usersFilter,
#applicationFilter,
#tourViewFilter,
#classroomsFilter,
#formsFilter {
    cursor: pointer;
    transition: opacity 500ms ease;
}

    #inquiryFilter:hover,
    #usersFilter:hover,
    #applicationFilter:hover,
    #tourViewFilter:hover,
    #classroomsFilter:hover #formsFilter:hover {
    }

#academyNav {
    margin-bottom: 0px;
    float: right;
    height: 71px;
}

    #academyNav li {
        text-align: center;
        font-size: 12px;
        height: 71px;
    }

    #academyNav.nav-pills > li > a {
        color: #000;
        border-bottom: 0 solid transparent;
    }

    #academyNav.nav-pills > li:hover > a {
        color: #000;
        border-bottom: 2px solid #667d8766;
    }

    #academyNav.nav-pills > li.active > a {
        color: #000;
        border-bottom: 2px solid #667d87;
    }

    #academyNav.nav-pills > li > a {
        padding: 14px 10px 0 10px;
        transition: background-color 250ms, color 200ms, box-shadow 300ms, border 1000ms;
        height: 71px;
        font-size: .75rem;
        text-transform: uppercase;
        color: #667d87;
    }

        #academyNav.nav-pills > li > a:hover,
        #academyNav.nav-pills > li > a:focus {
            background-color: #f0f0f0;
            color: #000;
            box-shadow: 0 0 30px rgba(0,0,0,.1);
        }

    #academyNav .icon-wrap {
        min-height: 37px;
        filter: grayscale(.5);
        transition: filter 250ms;
    }

    #academyNav .nav-item:hover .icon-wrap,
    #academyNav .nav-item:focus-within .icon-wrap,
    #academyNav .nav-item.active a .icon-wrap {
        filter: grayscale(0);
    }

    #academyNav .ka-icon-inquiry {
        margin-top: -3px;
    }

    #academyNav .ka-icon-campaigns {
        margin-top: 5px;
    }

    #academyNav .ka-icon-marketing {
        margin-top: 3px;
    }

    #academyNav .ka-icon-resources {
        margin-top: 3px;
    }

    #academyNav .ka-icon-users {
        margin-top: -3px;
    }

#inquiryChartFilter,
#inquiriesByMonthHeader,
#inquiryConversionHeader {
    font-weight: normal;
    color: #667d87;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

#inquiryChartFilter,
#inquiriesByMonthHeader {
    cursor: pointer;
    transition: opacity 500ms ease;
}

    #inquiryChartFilter:hover,
    #inquiriesByMonthHeader:hover {
        opacity: .8;
    }

    #inquiryChartFilter + .dropdown-menu,
    #inquiriesByMonthHeader + .dropdown-menu {
        margin: 0 0 0 18px;
    }

.subfolder-table {
    width: 100%;
}

    .subfolder-table tr,
    .subfolder-table td,
    .subfolder-table .btn,
    .subfolder-table a,
    .subfolder-table td:last-child {
        vertical-align: baseline;
    }

    .subfolder-table .btn {
        padding-left: 0px;
        padding-right: 0px;
    }

    .subfolder-table a.btn {
        text-indent: -35px;
        text-align: left;
        white-space: normal;
        padding: 10px 15px 10px 50px;
        width: 100%;
    }

        .subfolder-table a.btn:focus,
        .subfolder-table a.btn:active,
        .subfolder-table a.btn:hover {
            box-shadow: none;
        }

        .subfolder-table a.btn.is-admin {
        }

    .subfolder-table td {
        border-bottom: 1px solid #e8eced !important;
        padding: 0;
    }

    .subfolder-table .no-records-found td {
        padding: 10px 15px;
    }

#addFile .ka-icon {
    position: static;
}

#divFileUpload,
.file-upload-widget {
    position: relative;
    display: inline-block;
    float: left;
    background: #e8eced;
    border: 1px solid rgba(232, 236, 237, 1);
    padding: 10px 15px;
    width: 100%;
    min-height: 55px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: opacity ease 500ms, border ease 500ms;
}

    #divFileUpload:hover,
    .file-upload-widget:hover {
        opacity: .8;
        border: 1px solid rgb(136, 139, 141);
    }

    #divFileUpload input,
    .file-upload-widget input {
        border: 1px solid red;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        cursor: pointer;
    }

    #divFileUpload button,
    .file-upload-widget button {
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 15px;
        z-index: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        color: #667d87;
        letter-spacing: 0.95px;
        background: transparent;
        border: 0px;
        margin: 0px;
        width: 100%;
        height: 100%;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 20px;
        cursor: pointer;
    }

.file-category .btn {
    margin-bottom: 5px;
}

.file-category h4 {
    font-weight: normal;
    margin-bottom: 4px;
    color: #3b4a50;
}

.file-category p {
    color: #969696;
}

.twitter-typeahead .tt-menu {
    border: 1px solid #667d87;
}

.tt-menu .tt-suggestion {
    margin-bottom: 0px;
}

    .tt-menu .tt-suggestion:nth-child(even) {
        background: #f6f8fa !important;
    }

    .tt-menu .tt-suggestion:hover {
        background: #dfe5ea !important;
        color: inherit !important;
    }

.tt-suggestion.text-center {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #667d87;
    letter-spacing: 1.05px;
    margin-bottom: 0px;
}

.ellipses-btn-txt {
    display: inline-block;
    position: relative;
    top: -0.25rem;
}

@media (min-width: 768px) {

    .vertical-hr {
        border-left: 2px solid #e7e7e7;
        position: absolute;
        right: 50%;
        margin-left: -2px;
        top: -16px;
        height: 100%;
        width: 0px;
        padding: 16px 0;
        box-sizing: content-box;
    }
}

.blogs-user-avatar,
.forums-user-avatar,
.blogs-user-avatar img {
    width: 48px;
    height: 48px;
}

.icon-col {
    min-height: 160px;
}

@media (min-width: 1200px) {

    .icon-col {
        min-height: 0px;
        margin-bottom: 15px;
    }
}

#filterBar {
    padding: 0px;
    margin: 0px;
    display: flex;
}

    #filterBar > *:not(:first-child) {
        margin-left: .5rem;
    }

    #filterBar > .d-none:first-child + * {
        margin-left: 0;
    }

    #filterBar .show-create-inquiry,
    #filterBar .add-new-todo-no-inquiry,
    #filterBar .show-add-preapproved {
        max-width: 46px;
    }

@media (min-width: 1200px) {

    #filterBar .show-create-inquiry,
    #filterBar .add-new-todo-no-inquiry,
    #filterBar .show-add-preapproved {
        max-width: unset;
    }
}

.fixed-table-toolbar .btn {
    min-height: 37px;
    line-height: 23px;
}

.fixed-table-toolbar .dropdown-toggle {
    text-align: left;
}

#addInquiryButton,
#addCampaignButton {
    margin: 0px;
}

@media (min-width: 768px) {

    #filterBar {
        padding: 0px;
        margin: 0px;
    }

    #addInquiryButton,
    #addCampaignButton {
        margin: 0px 0 0 30px;
    }
}

#create-inquiry input,
#edit-inquiry input,
#inquiry-add-child input {
    margin-bottom: 10px;
}

#create-inquiry .input-group input,
#edit-inquiry .input-group input {
    margin-bottom: 0px;
}

#divEditControls {
    text-align: right;
}

#ContentContainer_MainContent_SidebarContent_BlogSearch .dropdown-toggle {
    display: none;
}

#threeYearSelector {
    cursor: pointer;
}

#threeYearDropdown {
    margin-left: 15px;
}

#academyManagerPopoverContent {
    display: none;
}

#responsiveMenu #academyManagerPopoverContent {
    display: block;
}

.popover {
    max-width: none;
}

    .popover h6 {
        margin-top: 5px;
    }

    .popover .list-group {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 16px;
    }

        .popover .list-group .list-group-item:hover {
            background-color: #f8f9fa;
            text-decoration: none;
        }

#academyManagerDropdownButton {
    min-width: 260px;
    white-space: nowrap;
    overflow-x: hidden;
}

    #academyManagerDropdownButton + .dropdown-menu {
        max-height: 400px;
        width: 100%;
    }

.precis-wrap {
    margin-left: 115px;
}

    .precis-wrap.no-left-margin {
        margin-left: 0px;
    }

    .precis-wrap .post-body {
        min-height: 40px;
    }

@media (min-width: 480px) {

    .precis-wrap .post-body {
        margin-right: 65px;
    }
}

.precis-wrap img {
    width: 48px;
    height: auto;
}

.blog-thumbnail {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

    .blog-thumbnail img {
        width: 100%;
        height: auto;
    }


    .blog-thumbnail.blog-thumbnail-announcements {
        background-image: url('../img/Thumbs-Announcements1.jpg');
    }

    .blog-thumbnail.blog-thumbnail-academyevents {
        background-image: url('../img/academy-events-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-upcomingfeatures {
        background-image: url('../img/upcoming-features-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-marketingcampaigns {
        background-image: url('../img/Thumbs-Marketing3.jpg');
    }

    .blog-thumbnail.blog-thumbnail-conference {
        background-image: url('../img/Thumbs-Conference.jpg');
    }

    .blog-thumbnail.blog-thumbnail-education {
        background-image: url('../img/Thumbs-Education5.jpg');
    }

    .blog-thumbnail.blog-thumbnail-familyessentials {
        background-image: url('../img/family-essentials-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-nationalevents {
        background-image: url('../img/Thumbs-NationalEvents.jpg');
    }

    .blog-thumbnail.blog-thumbnail-systemgrowth {
        background-image: url('../img/system-growth-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-technology {
        background-image: url('../img/Thumbs-Tech1.jpg');
    }

    .blog-thumbnail.blog-thumbnail-training {
        background-image: url('../img/Thumbs-Training3.jpg');
    }

    .blog-thumbnail.blog-thumbnail-systemalerts {
        background-image: url('../img/systemalerts-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-socialmedia {
        background-image: url('../img/social-media-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-marketingresources {
        background-image: url('../img/Thumbs-Marketing3.jpg');
    }

    .blog-thumbnail.blog-thumbnail-kiddietimes {
        background-image: url('../img/kiddie-times-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-kiddieacademyconference {
        background-image: url('../img/Thumbs-Conference.jpg');
    }

    .blog-thumbnail.blog-thumbnail-franchiseadvisory {
        background-image: url('../img/franchise-advisory-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-factograms {
        background-image: url('../img/factograms-thumbnail.jpg');
    }

    .blog-thumbnail.blog-thumbnail-presidents-corner {
        background-image: url('../img/Thumbs-Presidents1.jpg');
    }

.blog-hero {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 366px;
    overflow: hidden;
    position: relative;
}

    .blog-hero.blog-hero-shortened {
        background-position: bottom;
        box-sizing: border-box;
    }

    .blog-hero.blog-hero-presidents-corner {
        background-position: bottom left;
    }

    .blog-hero.blog-hero-kiddieacademyconference {
        background-size: contain;
        background-color: #2d318f;
    }

.blog-header > h1 {
    margin: 20px 0 21px 0;
    padding: 0 0 12px 0;
    font-size: 20px;
    color: #435861;
    letter-spacing: 0.46px;
    border-bottom: 1px solid #dadada;
}

.blog-hero img {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.blog-hero.blog-hero-announcements {
    background-image: url('../img/Headers-Announcements1.jpg');
}

.blog-hero.blog-hero-academyevents {
    background-image: url('../img/academy-events-hero.jpg');
}

.blog-hero.blog-hero-upcomingfeatures {
    background-image: url('../img/upcoming-features-hero.jpg');
}

.blog-hero.blog-hero-marketingcampaigns {
    background-image: url('../img/Headers-Marketing3.jpg');
}

.blog-hero.blog-hero-conference {
    background-image: url('../img/conference-hero.jpg');
}

.blog-hero.blog-hero-education {
    background-image: url('../img/Headers-Education5.jpg');
}

.blog-hero.blog-hero-familyessentials {
    background-image: url('../img/family-essentials-hero.jpg');
}

.blog-hero.blog-hero-nationalevents {
    background-image: url('../img/Headers-NationalEvents.jpg');
}

.blog-hero.blog-hero-systemgrowth {
    background-image: url('../img/system-growth-hero.jpg');
}

.blog-hero.blog-hero-technology {
    background-image: url('../img/Headers-Tech1.jpg');
}

.blog-hero.blog-hero-training {
    background-image: url('../img/Headers-Training3.jpg');
}

.blog-hero.blog-hero-systemalerts {
    background-image: url('../img/systemalerts-hero.jpg');
}

.blog-hero.blog-hero-socialmedia {
    background-image: url('../img/social-media-hero.jpg');
}

.blog-hero.blog-hero-marketingresources {
    background-image: url('../img/Headers-Marketing3.jpg');
}

.blog-hero.blog-hero-kiddietimes {
    background-image: url('../img/kiddie-times-hero.jpg');
}

.blog-hero.blog-hero-kiddieacademyconference {
    background-image: url('../img/Headers-Conference.jpg');
}

.blog-hero.blog-hero-franchiseadvisory {
    background-image: url('../img/franchise-advisory-hero.jpg');
}

.blog-hero.blog-hero-factograms {
    background-image: url('../img/factograms-hero.jpg');
}

.blog-hero.blog-hero-presidents-corner {
    background-image: url('../img/Headers-Presidents1.jpg');
}

#IFRAME_content,
#IFRAME_contentstats {
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    margin: 0px;
    border: none;
    border-width: 0px;
    border-image: none;
    border-image-width: 0px;
}

#IFRAME_contentstats {
    border: 1px solid rgb(0, 127, 183);
}

#create-inquiry input,
#edit-inquiry input.checkbox {
    margin-bottom: 0px;
}

.selected-academy-name {
    float: left;
}

#topNavAcademyManager {
    display: none;
}

@media (min-width: 992px) {

    #topNavAcademyManager {
        display: block;
    }

    #topNavAcademyManagerResponsive {
        display: none;
    }
}

#topNavAcademyManagerResponsiveDropdownMenu {
    padding: 5px 15px 0px 15px;
}

    #topNavAcademyManagerResponsiveDropdownMenu .dropdown-menu {
        border: 1px solid #999 !important;
        max-height: 200px;
        overflow-y: auto;
    }

#responsiveMenu {
    background: rgba(255, 255, 255, 1);
    padding-bottom: 2rem;
    border: 1px solid #bcbcbc;
    border-bottom: none;
    border-right: none;
}

    #responsiveMenu a {
        transition: background 250ms;
    }

        #responsiveMenu a:hover,
        #responsiveMenu a:focus {
            text-decoration: none;
            background: #f1f1f1;
        }

    #responsiveMenu .navbar {
        padding: 0;
    }

        #responsiveMenu .navbar .navbar-nav {
            width: 100%;
        }

    #responsiveMenu > .navbar > ul > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #bcbcbc;
    }

        #responsiveMenu > .navbar > ul > li > a {
            padding: .5rem 1rem;
            width: 100%;
            text-align: left;
            color: #999;
            font-weight: normal;
        }

        #responsiveMenu > .navbar > ul > li.active > a {
            background: #f0f0f0;
        }

    #responsiveMenu .align-items-center {
        align-items: start !important;
    }

    #responsiveMenu.collapse.in {
        opacity: 1;
    }

    #responsiveMenu .dropdown-menu {
        border: 0;
    }

    #responsiveMenu .list-group-item.active {
        color: #000;
        font-weight: 700;
    }

    #responsiveMenu #accountMenu .dropdown-item:last-child {
        border-bottom: none;
    }

    #responsiveMenu #academyManagerPopoverContent {
        padding: .5rem 1rem;
    }

        #responsiveMenu #academyManagerPopoverContent .dropdown {
            width: 100%;
        }

            #responsiveMenu #academyManagerPopoverContent .dropdown .dropdown-menu {
                border: 1px solid #667d87;
            }

        #responsiveMenu #academyManagerPopoverContent .list-group .list-group-item {
            border: none;
        }

    #responsiveMenu #topNavAcademyManager > a {
        font-size: 1rem;
        line-height: normal;
        text-transform: uppercase;
    }

.relationship-type {
    opacity: 0.47;
    font-size: 12px;
    color: #667d87;
    letter-spacing: 0.83px;
    text-align: left;
    text-transform: uppercase;
}

.relationship-type-sm {
    opacity: 1;
    font-size: 10px;
    color: #667d87;
    letter-spacing: 0.83px;
    text-align: left;
    text-transform: uppercase;
}

.children-title {
    font-size: 18px;
    color: #3b4a50;
    letter-spacing: 0.15px;
    text-align: left;
}

.application-title-name,
.inquiry-title-name,
.campaign-title-name {
    margin: 5px 0 0 0;
    font-size: 28px;
    color: #3b4a50;
    letter-spacing: 0.23px;
    text-align: left;
    line-height: .7em;
}

.campaign-title-name {
    line-height: 1em;
}

.inquiry-title-name {
    margin-top: -2px;
}

    .inquiry-title-name .ka-icon {
        float: left;
        margin-top: -.3rem;
    }

    .inquiry-title-name small,
    .application-title-name small,
    .inquiry-title-name .small,
    .application-title-name .small {
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
    }

    .inquiry-title-name small,
    .inquiry-title-name .small {
        margin-bottom: 4px;
        text-transform: uppercase;
        min-height: 14px;
    }

.do-not-label {
    background: #ff477c;
    border-radius: 2px;
    width: 87px;
    height: 15px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 0.34px;
    text-align: left;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.carousel .blog-hero {
    background-size: cover;
    min-width: 100%;
    width: auto;
    height: 366px;
    background-position: left top;
}

.ui-tooltip {
    max-width: 200px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 3px 8px;
    position: absolute;
    z-index: 2000;
    display: block;
    visibility: visible;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
    opacity: .9;
}

.search-results li {
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
}

.search-results .pagination li {
    padding-left: 0px;
    padding-right: 0px;
}

.search-results h2 {
    margin: 0;
    text-transform: uppercase;
    color: #666;
}

    .search-results h2 .querytext {
        color: #000;
    }

#btnInquirySave + .form-control-feedback {
    display: none;
}

.unpinfile,
.pinfile {
    margin-left: 10px;
}

    .unpinfile:before {
        display: block;
        content: "";
        position: absolute;
        height: 24px;
        width: 1px;
        margin-left: 3px;
        transform: rotate(-45deg);
        border-left: 3px solid rgba(59, 74, 80, 0.3);
        transition: border 500ms ease;
    }

    .unpinfile:after {
        display: block;
        content: "";
        position: absolute;
        height: 24px;
        width: 1px;
        margin-left: 3px;
        margin-top: -20px;
        transform: rotate(45deg);
        border-left: 3px solid rgba(59, 74, 80, 0);
        transition: border 500ms ease;
    }

    .unpinfile:hover:before,
    .unpinfile:hover:after {
        border-left: 3px solid rgba(59, 74, 80, .8);
    }

    .unpinfile .ka-icon {
        transition: opacity 1500ms ease;
        opacity: 1.0;
    }

    .unpinfile:hover .ka-icon {
        opacity: 0;
    }

.search-result {
    min-height: 130px;
}

    .search-result img {
        vertical-align: text-top;
    }

    .search-result h3 {
        margin-top: 0px;
    }

.list-group-item.search-result p {
    color: #888;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iframe-panel {
    overflow-x: hidden;
}

.note-document .ka-icon {
    margin-top: -4px;
}

.home-pie-chart {
    cursor: pointer;
}

#academyOpenerBtn {
    top: -3px;
    position: relative
}

.h-knock-out a {
    color: #636363;
}

    .h-knock-out a:hover {
        color: #000;
        text-decoration: none;
    }

.h-knock-out.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

    .h-knock-out.no-pad .ka-icon {
        right: 0px;
    }

@media (min-width: 768px) {

    #exportApplications {
        margin-right: 8px;
    }
}

.chartStatusPie {
    cursor: pointer;
}

    .chartStatusPie.no-links {
        cursor: default;
    }

#edit-inquiry .form-control-feedback {
    right: 15px;
}

#edit-inquiry .date-widget .form-control-feedback {
    right: 30px;
}

#statusFilter.white .ka-icon-dropdown-caret {
    background-image: url(//ui.kiddieacademy.com/ui/5.0.0/svg/icon-dropdown-caret-white.svg);
}

.forum-post .metadata .alert {
    display: inline-block;
    border-radius: 50%;
    font-size: 0;
    padding: 13px 15px 15px 15px !important;
    margin-right: 10px;
}

.forum-post .metadata .author-link,
.forum-post .metadata .author-name {
    display: inline-block;
}

.author-name {
    cursor: default;
}

.forum-post .metadata .alert .fa.fa-check {
    font-size: 14px;
}

.forum-post p a {
    text-decoration: underline;
    color: #6a8ecb;
}

.fbc a {
    color: #e4e4e4
}

.fbc .phone-number {
    margin-top: 10px;
    margin-bottom: 5px;
}

.academy-opener-header {
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 16px;
    margin: 10px 0 16px 0;
}

    .academy-opener-header a,
    .academy-opener-header a:hover {
        color: #a9a9a9;
        text-decoration: none;
    }

        .academy-opener-header a:hover {
            opacity: .7;
        }

.add-site-form {
    display: none;
}

.site-detail-page-list .map-view-btn {
    display: none;
}

.site-detail-page-list .ka-icon-future-academy {
    margin-top: -4px;
}

.jumbo-map {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: box-shadow 500ms;
}

#legend {
    background: rgba(255, 255, 255, 0.95) !important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    color: #000;
    padding: 15px 20px 5px 20px;
    box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    -webkit-print-color-adjust: exact;
}

    #legend ul {
        list-style: none;
        padding: 0;
    }

        #legend ul li {
            margin: 0 0 5px 0;
            padding: 0;
            color: #333;
        }

            #legend ul li span {
                display: inline-block;
                margin-right: 5px;
            }

.siteInfo .more {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.document-list h3 {
    margin: 0 0 0 8px;
    text-transform: uppercase;
}



.messages h2 {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #212c58;
}

    .messages h2 .icon {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background: #212c58;
        color: #fff;
        text-align: center;
        padding-top: 12px;
        display: inline-block;
        position: relative;
        margin-right: 4px;
        font-size: .75em;
    }

        .messages h2 .icon .badge {
            color: #fff;
            background-color: rgba(255, 0, 0, 0.75);
            border: 2px solid #fff;
            position: absolute;
            right: -4px;
            top: -4px;
            border-radius: 50%;
            opacity: 1;
        }

.messages .message {
    clear: both;
    font-size: 14px;
    margin: 0 0px 20px 47px;
}

    .messages .message:last-child {
        border: none;
    }

    .messages .message h3 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: 10px;
        vertical-align: middle;
    }

        .messages .message h3 small {
            display: block;
        }

@media (min-width: 768px) {
    .messages .message h3 small {
        display: inline;
    }
}

.messages .message h3 .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: -56px;
    margin-right: 5px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    /* border: 1px solid #aaa; */
}

    .messages .message h3 .avatar .ka-icon {
        width: 100%;
        height: 100%;
    }

    .messages .message h3 .avatar img {
        width: 100%;
        height: auto;
    }

    .messages .message h3 .avatar .fa {
        display: inline-block;
        color: #999;
        font-size: 26px;
        margin-top: 6px;
        margin-left: 1px;
    }

.messages .message .body {
    margin-left: 8px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd;
}

.messages .post {
    margin: 20px 0px 40px 0px;
    padding: 0 0 0 20px;
    border-left: 10px solid #f0f0f0;
}

    .messages .post h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        display: none;
    }

    .messages .post textarea {
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .messages .post .btn-warning {
        font-size: 20px;
    }

    .messages .post .btn {
        display: none;
    }


.chart {
    width: 100%;
}

.chart-short {
    height: 150px !important;
}

    .chart-short > canvas {
        height: 150px;
    }

.chart-medium {
    height: 300px;
}

    .chart-medium > canvas {
        height: 300px;
    }

.chart-medium-short {
    height: 200px;
}

    .chart-medium-short > canvas {
        height: 200px;
    }

.chart-medium-shorter {
    height: 155px;
}

    .chart-medium-shorter > canvas {
        height: 155px;
    }

.chart-tall {
    height: 350px;
}

    .chart-tall > canvas {
        height: 350px;
    }

.chart-x-tall {
    height: 400px;
}

    .chart-x-tall > canvas {
        height: 400px;
    }

.construction-status .col-sm-9,
.construction-status .col-sm-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.construction-status .doughnut-legend {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    font-size: 20px;
    cursor: default;
    border-top: 1px solid #ddd;
}

    .construction-status .doughnut-legend ul {
        margin-top: 0px;
    }

    .construction-status .doughnut-legend li {
        margin: 0;
        padding: 0;
        transition: all 200ms;
        white-space: nowrap;
        padding: 5px 10px;
        font-size: 16px;
    }

        .construction-status .doughnut-legend li:hover {
            opacity: .8;
            background: #f5f5f5;
        }

        .construction-status .doughnut-legend li span:first-child {
            display: inline-block;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            margin-right: 10px;
            vertical-align: top;
            border: 3px solid #fff;
            margin-top: 0;
        }

        .construction-status .doughnut-legend li span:nth-child(2) {
            display: inline-block;
        }

@media (min-width: 992px) {
    .map-view-btn {
        margin-left: 15px;
    }

    .construction-status .doughnut-legend {
        border-left: 1px solid #ddd;
        border-top: none;
        margin: 0;
        padding: 0;
    }

        .construction-status .doughnut-legend li {
            padding: 5px 10px;
        }
}

.badge.status {
    text-transform: uppercase;
    white-space: normal;
    transition: color 250ms, background 250ms;
}

    .badge.status.contract-negotiations {
        background-color: #F3B857;
    }

    .badge.status.letter-of-intent {
        background-color: #89D57F;
    }

    .badge.status.letter-of-intent {
        background-color: #89D57F;
    }

    .badge.status.prospect {
        background-color: #72D0E8;
    }

#sendCampaign label {
    margin-top: 5px;
}

em.querytext {
    font-family: 'proxima-nova', sans-serif !important;
    display: inline-block;
    padding: 3px 5px;
}

.weekly-form #fiscalYear,
.weekly-form #fiscalPeriod,
.weekly-form #week {
    max-width: 450px;
}

.page-error .breadcrumb {
}

.page-error h1 {
    margin-top: 45px;
    font-size: 26px;
}

.page-error .page-copy {
    margin-left: 0px;
    margin-right: 0px;
}

#add-site .has-feedback label ~ .form-control-feedback,
#update-site .has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.close-site-edit {
    z-index: 999999;
    position: relative;
}

.site-detail-page-list .search.float-left {
    float: right !important;
}

#siteListDisclaimer {
    max-width: 480px;
    margin: 0 auto;
}

.home-site-list .search input.form-control {
    width: 100%;
}

.home-site-list .fixed-table-toolbar .btn-group > .btn-group.export {
    display: none;
}

.template-list .document-icon {
    margin-top: -5px;
}

.navbar .navbar-brand .svg.ka-header-logo {
    width: 220px;
    height: 33px;
}

#academyOpenerDropdownMenu {
    margin: 0px 0 0 10px;
}

#responsiveMenu #academyOpenerDropdownMenu {
    margin: 0px;
}

#karesBtn {
    margin-top: 4px;
}

.sites-table .card-view:nth-child(4),
.sites-table .card-view:nth-child(5) {
    display: none;
}

#pinnedfiles tr.no-records-found {
    display: none;
}

.alert-mockup {
    position: relative;
    margin-top: 30px;
}

#welcomeMessage {
    border: 1px solid #ddd;
}

    #welcomeMessage h3 {
        text-transform: uppercase;
        color: #3b4a50;
        margin: -7px 0 0 0;
    }

        #welcomeMessage h3 .ka-icon {
            margin: 0 10px 10px 0px;
        }

.file-info-block {
    margin-left: 30px;
}

    .file-info-block .description {
        display: block;
        margin-top: 6px;
        margin-bottom: 5px;
    }

.card-body.message-card-body {
    padding: 0px;
}

    .card-body.message-card-body > div {
        margin: 15px 30px;
    }

#btn-documents .badge,
.btn-documents .badge {
    top: 1px;
    right: 6px;
}

.not-btn {
    cursor: default;
}

.badge .fa-check {
    margin: 0 -3px;
}


/* consider adding to ui library */

.fixed-table-body .card-view .card-view-title {
    float: left;
}

.card-view span.card-view-value {
    width: 60%;
    display: block;
}

.datepicker-months .table-condensed,
.datepicker-years .table-condensed,
.timepicker-picker .table-condensed {
    width: 100%;
}

.carousel-indicators {
    width: 80px;
}

.carousel-caption {
    display: block;
    width: 100%;
    max-height: 140px;
    padding-top: 0;
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 3px #000, 1px 2px 0px #000;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-align: left;
}

    .carousel-caption .top-stories-summary {
        font-weight: bold;
    }

    .carousel-caption p {
        text-align: left;
        margin-top: -.5rem;
    }

.form-control.inverse,
.form-control.inverse,
.bootstrap-table .search input {
    padding: 8px 15px 8px 35px;
    transition: padding 250ms, background 250ms;
}

@media (min-width: 768px) {

    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .bootstrap-table .search input,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .bootstrap-table .search input {
        width: 115px;
    }
}

@media (min-width: 992px) {

    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .bootstrap-table .search input,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .bootstrap-table .search input {
        width: 255px;
    }
}

@media (min-width: 1200px) {

    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .form-control.inverse,
    .page-kares-inquiries .bootstrap-table .search input,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .form-control.inverse,
    .table-apps-panel .bootstrap-table .search input {
        width: 155px;
    }
}

.form-control.inverse:focus:not(.search-input),
.form-control.inverse:focus:not(.search-input),
.bootstrap-table .search input:focus:not(.search-input) {
    background-color: #fff !important;
    background-position-x: -50px;
    color: #333;
    border: 1px solid #999;
    padding: 8px 35px 8px 15px;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 111;
}

.btn.btn-no-padding {
    padding: 0px;
}

.half-margin-top {
    margin-top: 8px;
}

.half-margin-bottom {
    margin-bottom: 8px;
}

.nowrap,
.no-wrap {
    white-space: nowrap;
}

.nav > li > a {
    opacity: 1;
}

.nav > li.active > a {
    color: #000;
}

.fixed-table-container {
    border: 0px;
}

.fixed-table-toolbar .export > .btn {
    margin-left: 15px;
    display: none;
}

@media (min-width: 992px) {

    .fixed-table-toolbar .export > .btn {
        display: inline-block;
    }
}

.fixed-table-container thead th .both {
    background-image: none;
}

.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding: 0px;
}

.col-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.col-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding: 0px;
}

.col-6ths {
    width: 16.6666666667%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-6ths {
        width: 16.6666666667%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6ths {
        width: 16.6666666667%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6ths {
        width: 16.6666666667%;
        float: left;
    }
}

.col-10ths,
.col-sm-10ths,
.col-md-10ths,
.col-lg-10ths {
    position: relative;
    min-height: 1px;
    padding: 0px;
}

.col-10ths {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-10ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-10ths {
        width: 10%;
        float: left;
    }
}

.col-11ths,
.col-sm-11ths,
.col-md-11ths,
.col-lg-11ths {
    position: relative;
    min-height: 1px;
    padding: 0px;
}

.col-11ths {
    width: 9.0909090909%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-11ths {
        width: 9.0909090909%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-11ths {
        width: 9.0909090909%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-11ths {
        width: 9.0909090909%;
        float: left;
    }
}

.table > tbody > tr.unread {
    border-left: 4px solid rgba(114, 208, 232, 1);
}

    .table > tbody > tr.unread + .detail-view {
        border-left: 4px solid rgba(114, 208, 232, 1);
    }

.timepicker .table-condensed {
    width: 100%;
    min-width: 200px;
    min-height: 200px;
    margin-top: 15px;
}

    .timepicker .table-condensed td:hover {
        cursor: pointer;
    }

.dropdown-header {
    margin-top: 2px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.btn.btn-xlg {
    padding: 15px 20px !important;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .05em;
    max-height: none !important;
    height: unset !important;
}

@media (min-width: 992px) {
    .btn.btn-xlg {
        font-size: 1rem !important;
    }
}

.card-sm .card-body {
    padding: 15px 15px;
}

.badge.full-width {
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card > .card-sm > .card-header {
    border-bottom: 1px solid #e7e7e7 !important;
}

.has-success .form-control.has-error {
    border-color: #e07373;
}

.has-success .form-control.has-error {
    border-color: #e07373;
}

.has-success .form-control-feedback.glyphicon-exclamation-sign {
    color: #e07373;
}

.ka-icon-kares-disc {
    width: 37px;
    height: 37px;
    background-image: url(../img/kares-circle-mod-gray.svg);
}

.ka-icon-future-academy {
    width: 25px;
    height: 29px;
    background-image: url(../../Applicant/img/future-academy.svg);
}

.ka-icon-kindermusik,
.ka-icon-music-and-more {
    width: 38px;
    height: 38px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve"><style type="text/css">.st0{fill:url(%23SVGID_1_);}</style><g><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="49.0827" y1="86.9551" x2="49.0827" y2="37.5103" gradientTransform="matrix(0.9984 5.595965e-02 -5.595965e-02 0.9984 2.9225 -2.6423)"><stop offset="0" style="stop-color:%231569B3"/><stop offset="1" style="stop-color:%232DABE2"/></linearGradient><path class="st0" d="M45.2,87.8c0.8,0.9,1.7,1.2,2.7,1.3c1.4,0.1,2.7,0,4-0.3c1.9-0.6,2.9-2,3.6-3.7c0.7-1.8,0.9-3.7,0.6-5.6 c-0.5-2.6-1.1-5.2-1.6-7.7c-1.3,0.1-2.5,0.3-3.7,0.3c-7,0.1-13.5-4.3-15.9-10.9c-1.1-3.1-1.1-6.2-0.3-9.4c1.1-4.1,3.3-7.6,6.2-10.7 c1.7-1.8,3.5-3.6,5.3-5.3c0.3-0.3,0.4-0.6,0.3-1c-0.7-3.1-1.4-6.2-1.6-9.4c-0.2-3.1,0.3-6.1,1.6-9c0.6-1.5,1.4-2.9,2.5-4.1 c1.9-1.9,4.2-1.8,5.9,0.3c1.5,1.8,2.1,4,2.5,6.3c0.7,4.9-0.4,9.5-2.6,14c-1.3,2.8-3.1,5.3-5,7.6c-0.2,0.3-0.3,0.6-0.2,1 c0.6,2.5,1.1,5,1.7,7.3c1.3,0.1,2.6,0.1,3.8,0.3c2.7,0.5,4.7,2.2,6.4,4.3c1.6,2,2.1,4.4,1.9,6.9c-0.3,3.5-1.6,6.5-4.2,8.9 c-0.7,0.7-1.5,1.2-2.4,1.7c-0.5,0.3-0.5,0.5-0.4,0.9c0.5,2.2,1,4.4,1.5,6.7c0.5,2.3,0.5,4.7-0.3,7c-1.3,3.4-3.9,5-7.4,5.3 C46,91,43,89.1,41.5,85.3c-1-2.4-0.3-5,1.8-6.3c1.4-0.9,3-1,4.5-0.2c1.6,0.8,2.4,2.1,2.6,3.9C50.6,85.2,48.7,87.9,45.2,87.8z M48.1,42.5C46,44.8,44,47,42,49.2c-0.8,0.9-1.6,1.8-2.2,2.8c-1.9,3.2-2.1,6.6-0.8,10c1.6,4.2,4.4,7,8.9,8c2.1,0.5,4.2,0.4,6.3-0.3 c-1.1-5.1-2.2-10.2-3.4-15.2c-0.1,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0c-2.2,0.6-3.5,2.1-3.9,4.3c-0.6,2.7-0.3,5.3,2.3,7.1 c0.4,0.3,0.7,0.6,1,0.9c0,0.1-0.1,0.1-0.1,0.2c-1-0.5-2-0.9-3-1.5c-3.8-2.1-5.2-6.3-3.4-10.2c1.2-2.7,3.2-4.6,5.9-5.8 c0.2-0.1,0.4-0.4,0.4-0.5C49.1,46.9,48.6,44.7,48.1,42.5z M47.9,34.1c0.1-0.1,0.2-0.1,0.3-0.2c2.7-2.3,4.9-5,6-8.5 c0.8-2.3,1.3-4.7,0.7-7.1c-0.4-1.6-1.1-1.9-2.6-1.4c-0.1,0.1-0.3,0.1-0.4,0.2c-2.2,1.2-3.5,3.1-4.2,5.4 C46.3,26.4,46.9,30.2,47.9,34.1z M52.4,54.4c1.1,4.9,2.2,9.8,3.3,14.7C55.9,69,56,69,56.1,69c1.8-1,2.8-2.6,3.4-4.5 c1.2-3.9,0-7.2-3.3-9.1C55.1,54.6,53.8,54.3,52.4,54.4z"/></g></svg>')
}

.ka-icon-pica-9 {
    width: 30px;
    height: 30px;
    background-image: url(../img/ka-icon-pica-9.svg);
}

#modEmail .wysihtml5-sandbox {
    min-height: 400px;
    resize: vertical;
}

.compose-email-from,
.compose-email-to {
    padding-top: 10px;
}

.ka-icon.ka-icon-grayscale {
    filter: grayscale(100%);
}

a.underline,
.underline {
    text-decoration: underline;
}

@page {
    margin: 0;
}

@media print {

    body {
        margin: 0;
        background: #fff;
        color: #000;
    }

    a {
        color: #000;
        text-decoration: none !important;
    }

    .card {
        border: 0 !important;
    }

        .card > .card-header {
            border: 0 !important;
        }

    .breadcrumb {
        display: none !important;
    }

    #academyOpenerNavBox {
        display: none;
    }

    #academyNavResponsive {
        display: none;
    }

    table.table > thead > tr > th,
    table.table > thead > tr > td {
        -webkit-print-color-adjust: exact !important;
        background-color: #000 !important;
        color: #fff !important;
    }

        table.table > thead > tr > th > *,
        table.table > thead > tr > td > * {
            color: #fff !important;
        }

    .table-scrolling,
    .table-scrolling .fixed-table-body {
        overflow-x: visible;
        font-size: .9em;
    }

    footer.footer {
        display: none;
    }

    canvas {
        max-width: 100%;
    }

    section#main > .container,
    section#main > .container > .row,
    section#main > .container > .row > .col-md-9,
    section#main > .container > .row > .col-lg-9,
    section#main > .container > .row > .col-12,
    #content > .container,
    #content > .container > .row,
    #content > .container > .row > .col-md-9,
    #content > .container > .row > .col-lg-9,
    #content > .container > .row > .col-12 {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: unset;
    }

    .legend {
        margin-top: 20px;
    }

        .legend > div > ul > li {
            display: inline-block;
        }

            .legend > div > ul > li > div {
                -webkit-print-color-adjust: exact;
            }

    .print-center {
        text-align: center;
    }

    .print-legend-item {
        overflow: hidden;
        display: inline-block;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
        margin-right: 10px;
        margin-left: 20px;
        width: 28px;
        height: 18px;
        position: relative;
        vertical-align: middle;
    }

        .print-legend-item .bg {
            margin: 0;
            position: absolute;
            width: 0;
            height: 0;
            border: 1000px solid #000;
            z-index: 0;
            top: 0px;
            left: 0px;
        }

        .print-legend-item .value {
            top: 2px;
            left: 0px;
            width: 100%;
            text-align: center;
            position: absolute;
            z-index: 1;
            margin: 0;
        }

    .fixed-table-toolbar {
        display: none;
    }

    .d-print-none {
        display: none !important;
    }
}

.forum-post img.author-img,
.author-img {
    width: 48px;
    height: 48px;
}

@media (max-width: 480px) {

    .breadcrumb {
        display: block;
    }

        .breadcrumb li {
            display: block;
        }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0px;
    }

    #show-invite {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {

    .col-border-left-lg {
        border-left: 1px solid #eee;
        padding-left: 50px;
    }

    .col-border-left {
        border-left: 1px solid #e7e7e7;
    }

    .view-more-app-reports {
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
    }
}

.card-body {
    position: relative;
}

.card-body-collapse {
    position: absolute;
    top: 8px;
    right: 10px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    z-index: 989;
}

    .card-body-collapse:hover,
    .card-body-collapse:active,
    .card-body-collapse:focus {
        text-decoration: none;
        color: #fff;
    }

    .card-body-collapse > .glyphicon {
        transition: all 250ms ease-in;
        vertical-align: top;
    }

    .card-body-collapse > .label {
        text-transform: uppercase;
        font-size: 12px;
        color: #fff;
        opacity: 0;
        position: relative;
        right: -100px;
        top: 0px;
        transition: all 250ms ease-in;
    }

    .card-body-collapse.inactive > .label {
        opacity: 1;
        right: 0px;
    }

    .card-body-collapse:hover > .label {
        opacity: 1;
        right: 0px;
    }

    .card-body-collapse.inactive > .glyphicon {
        transform: rotate(180deg);
    }

.chart.loading {
    position: relative;
}

.loading > .loading-spinner,
.chart > .loading-spinner {
    font-size: 24px;
    color: #aaa;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.table thead tr th.conversion-type {
    cursor: pointer;
}

    .table thead tr th.conversion-type:hover {
        text-decoration: underline;
    }

.table thead tr th.active {
    color: #3b4a50;
}

.conversions-for-month {
    cursor: pointer;
}

    .conversions-for-month:hover {
        text-decoration: underline;
    }

.legend ul li > div,
.legend ul li > a > div {
    float: left;
    clear: both;
}

@media (min-width: 420px) {
    .legend-two-col {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {

    .legend-two-col {
        margin-top: 10px;
    }

        .legend-two-col ul li {
            display: inline-block;
            width: 50%;
            clear: both;
        }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .legend-two-col ul li {
        display: block;
        width: 100%;
    }
}

.legend-two-col-always ul {
    display: flex;
    flex-wrap: wrap;
}

    .legend-two-col-always ul li {
        display: block;
        width: 50%;
        white-space: normal;
    }

.full-screen-map {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
}

.comments {
    border: 1px solid #e4e4e4;
    background: #fff;
}

#divInquiryInformation .comments {
    border: none;
    background: none;
}

.comments legend {
    padding: 8px 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.comments > ul.list-unstyled {
    padding: 15px 30px;
}

.comments .comment-author {
    font-weight: bold;
}

.comments > ul.list-unstyled li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

    .comments > ul.list-unstyled li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.card > .card-collapse > .list-group {
    border-bottom: 2px solid #e7e7e7;
}

.card:last-child > .card-collapse > .list-group {
    border-bottom: none;
}

.quad-margin-left {
    margin-left: 40px;
}

.quad-margin-right {
    margin-right: 40px;
}

.quad-margin-top {
    margin-top: 40px;
}

.quad-margin-bottom {
    margin-bottom: 40px;
}

.alert-sm {
    padding: 8px 15px;
}

@media (max-width: 768px) {

    #documentAlertList .alert {
        margin-top: 15px;
    }
}

#documentAlertList .btn {
    padding-top: 0px;
}

.card-header h4 a {
    color: #667d87;
}

.bootstrap-datetimepicker-widget {
    overflow: hidden !important;
    background: #fff;
    padding: 0 !important;
}

    .bootstrap-datetimepicker-widget.dropdown-menu.picker-open {
        max-height: none !important;
        opacity: 1 !important;
    }

    .bootstrap-datetimepicker-widget .datepicker {
        margin: 0 !important;
    }

#modAddUser .btn.toggle {
    min-width: 100px;
}

.btn.toggle .ka-icon-financials-white {
    width: 17px;
    height: 17px;
}

.teacher-btn-spacing {
    width: 36px;
    height: 1px;
    float: right;
}

.finacials-btn-spacing {
    width: 127px;
    height: 1px;
    float: right;
}

.alert-fixed {
    position: fixed;
    width: 100%;
    min-height: 66px;
    z-index: 990;
    transition: opacity 500ms ease-in;
}

    .alert-fixed:hover {
        opacity: .9;
        cursor: pointer;
    }

.alert-fixed-spacer {
    height: 50px;
    width: 100%;
}

.email-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
}

@media (max-width: 480px) {

    .hidden-xxs {
        display: none;
    }
}

.open .dropdown-menu {
    max-height: 400px;
}

.dropdown-menu li > div {
    margin: 4px 8px;
}

    .dropdown-menu li > div > .btn.toggle {
        width: 100% !important;
    }

@media (min-width: 992px) {

    .dropdown-menu > li.md-lg-last-visible {
        border-bottom: 0px;
        margin-bottom: 0px;
    }
}

.alert-fixed + #contentContainer {
    margin-top: 60px;
}

abbr {
    text-decoration: none;
}

.input-group.datetime-widget .form-control-feedback {
    display: none;
}

.classroom-avatar-icon {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

.password-reset-modal-show,
.resend-invite-button {
    min-width: 156px;
}

.ka-icon.ka-icon-inbox.ka-icon-inbox-copy {
    position: relative;
    top: -2px;
    left: -2px;
}

    .ka-icon.ka-icon-inbox.ka-icon-inbox-copy:after {
        z-index: 0;
        content: "";
        display: inline-block;
        width: 32px;
        height: 21px;
        background: url(//ui.kiddieacademy.com/ui/5.0.0/svg/icon-email.svg);
        position: relative;
        top: 4px;
        left: 4px;
    }

.ka-icon.ka-icon-inbox.ka-icon-inbox-forward {
    position: relative;
}

    .ka-icon.ka-icon-inbox.ka-icon-inbox-forward:after {
        z-index: 0;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #fff;
        background-image: url(//ui.kiddieacademy.com/ui/5.0.0/svg/generic-link.svg);
        ;
        background-size: cover;
        opacity: 1;
        position: relative;
        top: 11px;
        left: 22px;
    }

.ka-icon.ka-icon-inbox.ka-icon-inbox-approve {
    position: relative;
}

    .ka-icon.ka-icon-inbox.ka-icon-inbox-approve:after {
        z-index: 0;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #fff;
        background-image: url(//ui.kiddieacademy.com/ui/5.0.0/svg/selected-location.svg);
        background-size: cover;
        opacity: 1;
        position: relative;
        top: 11px;
        left: 22px;
    }

.btn.btn-no-padding {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    min-height: unset;
}

.ka-icon-website-editor-sm {
    width: 17px;
    height: 16px;
}

.dropdown-toggle > span.no-dropdown-adjust {
    float: none;
}

.well.well-sm {
    padding: 8px 15px;
    margin-bottom: 8px;
}

#modal-email-preview-body {
    border: none;
    margin: 0px;
}

#directoryPanel .fixed-table-toolbar {
    position: absolute;
    top: -110px;
    right: -2.5rem;
    padding: 0;
    width: 190px;
}

@media (min-width: 481px) {

    #directoryPanel .fixed-table-toolbar {
        top: -58px;
        right: 0;
        padding: 0 10px;
        width: unset;
    }
}

#academyDirectory caption {
    background: #667d87;
    color: #fff;
    padding: 8px 12px;
    text-transform: uppercase;
    caption-side: top;
}

#directoryPanel > .tab-content {
    margin-top: 6px;
}

#directoryPanel .bs-bars {
    display: none;
}

@media (min-width: 992px) {

    #directoryPanel .bs-bars {
        display: block;
    }
}

.academy-dashboard .email {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#academyOpenerNavBox .card-header {
    padding: 8px 15px;
    position: relative;
}


    #academyOpenerNavBox .card-header h3,
    #academyOpenerNavBox .card-header h3 a,
    #academyOpenerNavBox .card-header h3 a:hover {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        margin: 0;
        text-decoration: none;
        color: #fff;
        transition: opacity 250ms;
    }

        #academyOpenerNavBox .card-header h3 a:hover {
            opacity: .8;
        }

#academyOpenerNavBox .bootstrap-select {
    width: 100%;
}



.row.row-no-padding {
    margin-left: 0px;
    margin-right: 0px;
}

    .row.row-no-padding > .inquiry-children > [class^="col-"],
    .row.row-no-padding > .inquiry-children > [class*=" col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    .row.row-no-padding > [class^="col-"],
    .row.row-no-padding > [class*=" col-"] {
        padding-left: 0px;
        padding-right: 0px;
    }

.card-body.card-body-sm {
    padding: 8px 15px;
}

#toursBox,
#toDosBox {
    padding-top: 0px;
    box-sizing: border-box;
}

    #toDosBox h5 {
        text-align: center;
        border-bottom: 1px solid #e7e7e7;
        margin: 0 -15px 1px -15px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 12px;
        padding: 4px 0;
        color: #999;
        margin-top: 15px;
    }

        #toDosBox h5.overdue-to-dos,
        #toDosBox h5.overdue-to-dos a {
            color: #e07373;
            font-weight: bold;
        }

        #toDosBox h5 a {
            color: #999;
        }


@media (min-width: 768px) {

    #toursBox {
    }

    #toDosBox {
    }
}

#toursBox small,
#toDosBox small {
    font-size: 10px;
    display: inline-block;
    line-height: 10px;
    letter-spacing: normal;
}

#toursBox .activity-row.row,
#toDosBox .row {
    margin-bottom: 1px;
}

#toDosBox .col-9 {
    min-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#toursBox .activity-row .col-9 {
    min-height: 50px;
    padding-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

#toDosBox .col-9 {
    font-size: 12px;
}

#toDosBox .col-3 {
    min-height: 90px;
    text-align: center;
    background: #e7e7e7;
    overflow-x: hidden;
    padding: 0px;
}

#toursBox .activity-row {
    cursor: pointer;
}

    #toursBox .activity-row .col-3 {
        min-height: 50px;
        text-align: center;
        vertical-align: middle;
        overflow-x: hidden;
        padding: 0px;
    }

.to-do-row {
    transition: opacity 250ms;
}

    .to-do-row.to-do-complete {
        opacity: .5;
    }

.to-do-complete h4 {
    text-decoration: line-through;
}

.to-do-complete .activity-note {
}

.activity-row .btn,
.to-do-row .btn {
    margin: 20px auto;
    transition: opacity 250ms;
}

    .activity-row .btn:hover,
    .to-do-row .btn:hover {
        opacity: .5;
    }

#toursBox .checkbox,
#toDosBox .checkbox {
    width: 100%;
    text-align: center;
}

    #toursBox .checkbox input,
    #toDosBox .checkbox input {
        width: 20px;
        height: 20px;
        margin: 25px auto;
        position: static;
    }

.date-widget .form-control-feedback,
.datetime-widget .form-control-feedback {
    right: 30px;
}

#inquiryManagerViewMoreRow > div {
    border-left: 1px solid #e7e7e7;
}

    #inquiryManagerViewMoreRow > div:first-child {
        border-left: none;
    }

#toursBox hr {
}

#toursBox {
    min-height: 125px;
}

.next-tour {
    padding-top: 15px;
}

    .next-tour h4,
    .to-dos-overview h4,
    .upcoming-tours h4 {
        font-weight: normal;
        color: #667d87;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 10px;
    }

.to-dos-overview h4 {
    margin-bottom: 15px;
}

.next-tour h4 {
    margin: 0;
    font-size: 14px;
}

.upcoming-tours h4 {
    margin-top: 0px;
    font-size: 14px;
}

    .to-dos-overview h4 a,
    .upcoming-tours h4 a {
        color: #667d87;
    }

.next-tour h5,
.upcoming-tours h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.upcoming-tours {
    margin-top: 0px;
}

#toursBox .needs-attention {
    font-size: 16px !important;
    padding: 10px;
}

.activity-row {
    margin-right: 0px;
    transition: opacity 250ms;
    opacity: 1;
}

    .activity-row:hover {
        opacity: .7;
    }

#summaryRow .card-header {
    min-height: 32px;
}

#summaryRow #add-tour-button,
#summaryRow #add-tour-no-inquiry {
    margin-top: 6px;
    margin-bottom: -6px;
}

.next-tour h4 .ka-icon {
    display: none;
}

#summaryRow .next-tour h4 .ka-icon {
    display: inline-block;
}

#summaryRow .next-tour h4 {
    position: absolute;
    top: 0;
    font-weight: normal;
    color: #667d87;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
    float: left;
}

#summaryRow #toursBox .needs-attention {
    margin-top: 1.5rem !important;
}

#summaryRow #toursBox h5 {
    display: none;
}

#summaryRow #toursBox .next-tour h5 {
    display: block;
}

.container-fluid > hr,
.container > hr {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {

    #byStatusBox,
    #conversionBox {
        border-left: 1px solid #e7e7e7;
    }
}

@media (max-width: 991px) {

    #toDosBox {
        height: unset !important;
    }
}

.tours-data {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 0px;
}

    .tours-data li {
        font-size: 12px;
        margin-bottom: 2px;
        display: inline-block;
        margin-right: 30px;
    }

        .tours-data li:last-child {
            margin-right: 0px;
        }

        .tours-data li .badge {
            min-width: 24px;
            background-color: #667d87;
        }

.more-tours-today,
.more-tours-this-week {
    font-size: 16px;
    font-weight: bold;
}

.btn.btn-sm {
    min-height: unset;
}

#todo-filter-assignment {
    cursor: pointer;
}

.to-do-text-table {
    display: table;
    min-height: 90px;
    height: 90px;
    width: 100%;
}

.to-do-text-row {
    display: table-row;
    min-height: 90px;
    height: 90px;
    width: 100%;
}

.to-do-text-cell {
    display: table-cell;
    min-height: 90px;
    height: 90px;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

    .to-do-text-cell h4 {
        display: inline-block;
        max-height: 90px;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

        .to-do-text-cell h4 .todo-note {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .to-do-text-cell h4 .todo-inquiry,
        .to-do-text-cell h4 .todo-inquiry a {
            font-weight: normal;
            font-size: 14px;
            color: #888;
            letter-spacing: 0px;
            display: inline-block;
        }

            .to-do-text-cell h4 .todo-inquiry .ka-icon {
                vertical-align: top;
            }

.strong {
    font-weight: 700;
}

.card > table > caption {
    padding: 15px;
}

.view-tour-details {
    cursor: pointer;
}

table.event-table .btn {
    white-space: normal !important;
}

.event-dates .badge {
    margin-bottom: 5px;
}

table.event-table > caption {
    border-bottom: 1px solid #e7e7e7;
    color: #333;
    padding-bottom: 8px;
}

table.table.event-table > tbody > tr > th {
    vertical-align: middle;
}

table.table.event-table .btn {
    min-width: 110px;
}

.event-details {
    line-height: 1em;
}

@media (min-width: 992px) {

    #eventsPanel .bs-bars.float-left {
    }
}

.event-dates-label {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.event-dates {
    display: inline-block;
    margin: 8px 0;
}

.btn-wrap {
    display: inline-block;
    margin-bottom: 5px;
}

    .btn-wrap:last-child {
        margin-bottom: 0px;
    }

.full-width {
    width: 100%;
}

select.form-control + .form-control-feedback {
    right: 10px;
}

.complete-todo {
    transition: opacity 250ms;
}

    .complete-todo:hover,
    .complete-todo:focus {
        opacity: .8;
    }

.activity-list-complete-todo-wrapper {
    margin-left: 30px;
    margin-top: 30px;
}

    .activity-list-complete-todo-wrapper .activity-note {
        margin-left: 50px;
    }

.activity-list-complete-todo {
    margin-top: -16px;
    padding-left: 0px;
    float: left;
}

.btn > .ka-icon.ka-icon-close.ka-icon-sm {
    width: 16px;
    height: 16px;
}

#todoTable tr {
    transition: opacity 250ms;
}

    #todoTable tr.to-do-complete {
        opacity: .5;
    }

td.to-do-complete {
    opacity: .5;
}

@media (max-width: 767px) {

    #tasksFilterDropdown,
    #toursFilterDropdown {
        margin-left: 0px !important;
    }
}

#todoTable .card-views .card-view {
    width: auto;
    margin-left: 60px;
}

    #todoTable .card-views .card-view:first-child {
        width: 60px;
        float: left;
        margin-left: 0px;
    }

        #todoTable .card-views .card-view:first-child .title {
            display: none;
        }

    #todoTable .card-views .card-view .title,
    #todoTable .card-views .card-view .value {
        width: auto;
        margin-left: 0px;
        display: block;
        float: none;
    }

    #todoTable .card-views .card-view .value {
        margin-bottom: 10px;
    }

#tourTable .card-views .card-view:last-child .title {
    display: none;
}

#tourTable .card-views .card-view:last-child .value {
    display: block;
    margin-left: 0px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.badge-lg {
    padding: 6px 14px;
    font-size: 14px;
}

.opted-in-date {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.dropdown-menu > li.active > a {
    font-weight: 700;
}

.project-plan-link {
    border-color: transparent;
}

td.to-do-notes > .to-do-text-cell {
    display: inline-block;
    min-height: unset;
    height: auto;
}

.bootstrap-select .dropdown-menu.open {
    max-height: none !important;
}

#academyOpenerNavSelect {
    width: 220px;
    height: 36px;
}

#divAcademyManager .bootstrap-select {
    width: 100%;
}

#upcoming-tours .fa-spinner {
    top: 80px;
}

#upcoming-to-dos .fa-spinner {
    top: 200px;
}

#divAcademyManagerResponsive > .bootstrap-select {
    width: 100%;
}

#topNavAcademyManagerResponsiveDropdownMenu > .bootstrap-select {
    width: 100%;
}

#enrollmentMap {
    width: 100%;
    height: 500px;
}

#enrollmentMapWrap {
    position: relative;
}

#enrollmentMapWrap .dd-wrapper {
    width: 150px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

#enrollmentMapWrap > #legend {
    right: unset;
    left: 10px;
    padding: 10px 20px;
    width: 260px !important;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ffffff')";
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

#enrollmentMapWrap .table thead {
    border-bottom: 1px solid #000;
}

#enrollmentMapWrap .table thead tr th {
    background: #fff;
    color: #000;
    padding: 0 20px 0 0;
    font-size: 12px;
}

#enrollmentMapWrap .table thead tr th:last-child {
    padding-right: 0;
}

    #enrollmentMapWrap .fixed-table-container thead th .th-inner {
        padding: 0;
    }

    #enrollmentMapWrap .table > tbody > tr > td:first-child {
        padding: 0 20px 0 0;
    }

    #enrollmentMapWrap .table > tbody > tr > td:last-child {
        padding: 0 0 0 0;
    }

    #enrollmentMapWrap .dropdown {
        position: absolute;
        top: 10px;
        right: 65px;
        z-index: 1;
        height: 40px;
    }

        #enrollmentMapWrap .dropdown button {
            height: 40px;
        }

        #enrollmentMapWrap .dropdown .dropdown-menu {
            max-height: 300px;
        }

        #enrollmentMapWrap .dropdown .dropdown-menu .dropdown-header {
            display: none;
        }

.enrollment-map-disclaimer {
    padding: 9px;
    font-size: 12px;
    font-style: italic;
}

#accountHoverDropdown .dropdown-menu {
    opacity: unset;
    max-height: none;
    z-index: 1021;
}

#accountHoverDropdown .dropdown-toggle::after {
    display: none !important;
}

.dropdown-divider {
    border-bottom: 1px solid rgba(188, 188, 188, .67);
}

.dropdown-header {
    margin-top: 8px;
}

.card > .bootstrap-table caption {
    padding: 0 20px 10px 20px;
}

#directoryTable .card-views .card-view:first-of-type span.value,
#franchiseeDirectoryTable .card-views .card-view:first-of-type span.value {
    margin-left: 0;
    float: right;
    width: auto;
}

#directoryPanel .bootstrap-table {
    position: relative;
}

canvas#franchisee-signature {
    background: #f9f9fb;
    border-bottom: 1px dashed #c0c2ca;
    width: 2000px;
    height: 212px;
    height: auto;
    margin-bottom: 10px;
}

#agreement-terms-collapse input.form-control.checkbox,
#part-time-collapse input.form-control.checkbox {
    height: 28px;
    width: 28px;
    margin-top: 4px;
}

    #agreement-terms-collapse input.form-control.checkbox:disabled {
        opacity: .5;
    }

input.form-control.input-tiny {
    display: inline-block;
    width: 200px;
    padding: 4px 6px;
    height: unset;
    min-height: unset;
    margin: 0 0 0 4px;
}

input.form-control.input-sm {
    display: inline-block;
    width: 300px;
    padding: 4px 6px;
    height: unset;
    min-height: unset;
    margin: 0 0 0 4px;
}

.data-term-text {
    line-height: 44px;
}

    .data-term-text .float-label-inline {
        line-height: 1em;
    }

.academy-dashboard #toursBox {
    min-height: 125px;
}

.badge.badge-xl {
    font-size: 18px;
}

.well.well-md {
    padding: 20px 30px;
}

.well.well-inverse {
    background: #f9f9fb;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.well h1,
.well h2 {
    margin-top: 0px;
}

.modal .form-control {
    background: #fff;
}

.modal .input-group .form-control.is-invalid,
select.is-invalid {
    border-color: #e07373;
}

.modal .input-group .form-control.is-valid,
select.is-valid {
    border-color: #89d57f;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #667d87;
}

.modal .form-control[disabled],
.modal .form-control[readonly],
.modal fieldset[disabled] .form-control {
    background: #f1f1f1;
}

.form-horizontal .has-feedback .input-tiny + .form-control-feedback {
    right: -4px;
    top: -2px;
}

@media screen and (max-width: 768px) {

    .application-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

#chartAvailabilityContainer {
    background: rgb(254, 254, 254);
    border: 1px solid rgb(102, 125, 135);
}

#enable-application-panel .toggle.btn {
    min-width: 107px;
}

.modal-header {
    background: #667d87;
    padding: 15px;
}

    .modal-header .close .ka-icon {
        display: none;
    }

.modal-footer {
    padding: 15px;
}

    .modal-footer > div {
        width: 100%;
    }

.data-term-text .float-label {
    display: inline-block;
}

    .data-term-text .float-label > input.input-not-empty,
    .data-term-text .float-label > input:focus {
        padding-top: 8px;
    }

.data-term-text .form-control,
.data-term-text .has-feedback .form-control {
    padding-right: 20px;
}

.form-horizontal .has-feedback .data-term-text .form-control-feedback {
    right: -5px;
    top: 2px;
}

.data-term-text {
    font-size: 16px;
}

.float-label > label {
    overflow: visible;
    white-space: nowrap;
}

.custom-term {
    font-size: 16px;
}

    .custom-term:first-of-type .form-group.margin-top {
        margin-top: 0px !important;
    }

.custom-term-edit-col {
    min-width: 167px;
}

.alert {
    text-align: center;
    padding: 15px;
    font-size: 1rem;
}

.first-day-doc {
    padding-left: 60px;
    min-height: 130px;
}

.first-day-doc-form-group {
    margin: 8px 0 8px 0;
    border: 1px solid #e4e4e4;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transition: border 250ms;
    padding: 15px 0 25px 0;
}

    .first-day-doc-form-group:last-child {
        border-color: transparent !important;
    }

    .first-day-doc-form-group:first-child {
        padding-top: 0px !important;
    }

.doc-indicator {
    position: absolute;
    width: 30px;
    height: 100%;
    min-height: 120px;
    background: #bbb;
    top: 0px;
    left: 15px;
    transition: opacity 250ms;
}

a .doc-indicator:hover {
    opacity: .8;
}

.doc-indicator.doc-indicator-default {
    background: #bbbbbb;
}

.doc-indicator.doc-indicator-partial {
    background: #6c757d;
}

.doc-indicator.doc-indicator-optedout {
    background: #2a3253;
}

.doc-indicator.doc-indicator-complete {
    background: #50c275;
}

.doc-indicator.doc-indicator-expiring {
    background: #f3b857;
}

.doc-indicator.doc-indicator-expired {
    background: #e07373;
}


.doc-indicator > span {
    position: absolute;
    display: block;
    color: #fff;
    transform: rotate(270deg);
    transform-origin: top left;
    text-transform: uppercase;
    font-weight: 700;
    width: 130px;
    height: 30px;
    left: 0px;
    top: 50%;
    margin-top: 65px;
    line-height: 30px;
    text-align: center;
}

    .doc-indicator > span > .fa-check {
        transform: rotate(90deg);
    }


div#divApplicationStatus button:disabled {
    background: #888 !important;
    opacity: 1;
}

.or-divider {
    border-top: 2px solid #ddd;
    margin: 25px 0 20px;
    text-align: center;
    height: 0px;
}

    .or-divider > span {
        display: inline-block;
        padding: 0 8px;
        background: #f4f4f4;
        margin-top: 0px;
        font-size: 16px;
        position: relative;
        top: -10px;
        font-weight: 600;
        color: #3d3d3d;
    }



.clearit {
    clear: both;
}

input#newStartDate {
    height: 30px;
    max-height: 30px;
    min-height: 30px;
    margin-bottom: 0px;
}

@media (min-width: 1200px) {

    #new-start-date {
        width: 270px;
    }
}

#new-start-date .btn {
    margin-bottom: 0px;
}

@media (min-width: 992px) {

    #applicationStatusPieContainer.chart,
    #containerToursByStatus.chart,
    #containerToursByCompletedStatus.chart,
    #containerToursSelfScheduled.chart,
    #containerFirstChildcare.chart {
        width: 60%;
        float: left;
    }
}

#applicationStatusPieContainer.full-width {
    width: 100% !important;
}

#legendStatusPie.app-statuses-pie {
    margin-top: 4px !important;
}

@media (min-width: 992px) {
    #legendStatusPie.app-statuses-pie li {
        float: left;
        width: 50%;
        padding-right: 5px;
    }

        #legendStatusPie.app-statuses-pie li:nth-child(odd) {
            clear: both;
        }
}

#legendStatusPie.app-statuses-pie li > a {
}

    #legendStatusPie.app-statuses-pie li > div,
    #legendStatusPie.app-statuses-pie li > a > div {
        min-width: 26px;
    }

.legendStatusPie {
    width: 100%;
}

@media (min-width: 992px) {
    .legendStatusPie {
        /* width: 40%; */
    }
}

.aggreement-terms-text .float-label-block {
    width: 99%;
}

.card-body.signature-panel {
    overflow: hidden;
    margin-right: 15px;
    padding-right: 0px;
}

.btn-group.bootstrap-select > .btn-group.bootstrap-select {
    display: none;
}

.btn-group.bootstrap-select.select-to-dropdown button {
    border-color: #bbb;
}

    .btn-group.bootstrap-select.select-to-dropdown button:focus {
        border-color: #667d87;
        outline: 0;
        -webkit-box-shadow: 0 3px 0 rgba(102, 125, 135, .3);
        box-shadow: 0 3px 0 rgba(102, 125, 135, .3);
    }

.legendStatusPieReport {
    width: 100%;
}

.form-group.has-error.has-feedback .bootstrap-select.select-to-dropdown button {
    border-color: #e07373;
}

.form-group.has-success.has-feedback .bootstrap-select.select-to-dropdown button {
    border-color: #89d57f;
}

.negate-padding {
    margin: -15px;
}

.no-padding-bottom {
    padding-bottom: 0px;
}

small.dark-subhead {
    color: #777;
}

.report-title {
    font-weight: normal;
    color: #667d87;
    text-transform: uppercase;
    font-size: 13px;
}

.dashboard-title {
    font-weight: normal;
    color: #667d87;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
}

.extended-margins {
    margin-left: -30px;
    margin-right: -30px;
}


.custom-terms-sortable .custom-term,
#sortable-forms .first-day-doc-form-group {
    margin: 8px 0 8px 0;
    border: 2px solid #e4e4e4;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transition: border 250ms;
}

    .custom-terms-sortable .custom-term:last-child,
    #sortable-forms .first-day-doc-form-group:last-child {
        border-color: transparent;
    }

    .custom-terms-sortable .custom-term.custom-term-hover,
    #sortable-forms .first-day-doc-form-group.first-day-doc-form-group-hover {
        border: 2px dotted #e4e4e4 !important;
    }


.btn.btn-mobile-full-width {
    width: 100%;
}

.mobile-full-width {
    width: 100%;
}

.float-right.mobile-full-width {
    float: none;
}

@media (min-width: 992px) {

    .btn.btn-mobile-full-width {
        width: unset;
        float: right;
        margin-left: 10px;
    }

    .mobile-full-width {
        width: unset;
    }

    .float-right.mobile-full-width {
        float: right;
    }

    .border-lg-left {
        border-left: 1px solid #e7e7e7;
    }

    .border-lg-right {
        border-right: 1px solid #e7e7e7;
    }
}

@media (max-width: 991px) {

    .btn.btn-mobile-full-width {
        margin: 0 !important;
        margin-bottom: 10px !important;
    }
}

.table-scrolling.table-v-scrolling .fixed-table-body {
    max-height: calc(100vh - 320px);
    min-height: 200px;
    box-sizing: border-box;
}

.forum-post .metadata .author-name .author-img {
    margin-bottom: 0px;
}

.vendorTable .export.btn-group {
}

#vendorTable {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

    #vendorTable tbody td,
    #vendorTable tbody th {
        vertical-align: top;
    }

        #vendorTable tbody td h4,
        #vendorTable tbody th h4 {
            letter-spacing: normal;
        }

.form-group.no-margin {
    margin: 0px;
}

.child-remove {
    background: #fff !important;
    color: #000 !important;
}

.edit.children .glyphicon-calendar {
    margin-left: 12px;
}

.create-child-remove .icon,
.child-remove .icon {
    padding-left: 6px;
    padding-right: 12px;
}

    .child-remove .icon .fa {
        color: #000 !important;
    }

.enrolled-apps-table {
    min-height: 400px;
}

@media (max-width: 767px) {
    .forum-post .metadata {
        display: block;
        float: right;
    }

        .forum-post .metadata .author-img {
            display: block;
        }

    .forum-post .btn-toolbar {
        float: right;
    }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#new-tuition .glyphicon {
    display: none;
}

.page-header .forum-controls.float-right {
    margin-top: -10px;
}


.forums .author-img,
.forum-post .metadata .author-link,
.forum-post .metadata .author-name {
    display: inline-block;
}

#btnAccount,
.avatar,
.forums-user-avatar,
.user-avatar,
.author-link,
.metadata .author-name {
    background-size: cover;
    background-image: url(../img/profile-missing.svg);
    border-color: #888;
}

.forums .author-img,
.forum-post .metadata .author-img {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .forums.table-fluid td {
        padding-left: 15px !important;
    }

    .forums.table-fluid .count {
        display: none;
    }
}

.btn-move-form .fa,
.btn-move-term .fa,
.revert-form .fa {
    font-size: 20px;
    color: #667D87;
    margin-top: 2px;
}

#academy-edit-term-text {
    width: 100%;
    min-height: 300px;
}

#editCustomTerm .wysihtml5-toolbar .btn-group a:last-child,
#customTermModal .wysihtml5-toolbar .btn-group a:last-child {
    display: none;
}

.ka-icon-white {
    filter: grayscale(100) brightness(10000);
}

#add-child {
    border-bottom: 2px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    #add-child input.form-control.input-sm,
    [id^="edit-child-"] input.form-control.input-sm {
        width: 100%;
    }

.view-children {
    margin-left: -15px;
}

    .view-children .child {
        padding-left: 15px;
    }

        .view-children .child:nth-child(odd) {
            background: #f6f8fa;
        }

    .view-children .child {
        padding-right: 8px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 18px;
    }

[id^="edit-child-"] .edit-child {
    margin: 10px 0 15px 0;
}

.row.row-less-padding {
    margin-left: -8px;
    margin-right: -8px;
}

    .row.row-less-padding > div[class^="col-"],
    .row.row-less-padding > div[class*=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

.row.row-even-less-padding > div[class^="col-"],
.row.row-even-less-padding > div[class*=" col-"] {
    padding-left: 2px;
    padding-right: 2px;
}

.child-applications,
.child-add-application {
    margin-left: 24px;
}

.edit-child .row.row-less-padding {
    margin-left: -10px;
    margin-right: -10px;
}

.edit-child .row.row-even-less-padding {
    margin-left: -12px;
    margin-right: -12px;
}

.view-children .child .ka-icon-user-sm {
    margin-top: 1px;
}

.agreement-term-category {
    padding: 8px 20px;
    color: #fff;
}

.agreement-custom-terms-heading {
    padding: 15px 20px;
}

.agreement-term-category > h3 {
    font-size: 14px;
    font-weight: normal;
}

.ka-icon-momentfeed {
    position: relative;
    top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90.012' height='69.7' viewBox='0 0 90.012 69.7'%3E%3Cg id='Group_19' data-name='Group 19' transform='translate(-697.024 -668.2)'%3E%3Cg id='Group_18' data-name='Group 18' transform='translate(653.1 590.2)'%3E%3Cpath id='Path_14' data-name='Path 14' d='M61.2 118.5h.3a3.553 3.553 0 0 0 1-.2 4.1 4.1 0 0 0 3-4.7A23.183 23.183 0 0 1 81.9 87.4a23.635 23.635 0 0 1 5.3-1c.6 0 1.1-.1 1.7-.1A23.919 23.919 0 0 1 110.6 100a4.217 4.217 0 0 0 3.9 2.4h.3a3.553 3.553 0 0 0 1-.2 4.433 4.433 0 0 0 2.7-2.3 4.041 4.041 0 0 0 0-3.4A32.39 32.39 0 0 0 88.9 78a16.95 16.95 0 0 0-2.3.1 37.319 37.319 0 0 0-7.3 1.3 31.643 31.643 0 0 0-22.4 35.7 4.31 4.31 0 0 0 4.3 3.4' fill='%233096de'/%3E%3C/g%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(653.1 590.2)'%3E%3Cpath id='Path_15' data-name='Path 15' d='M133.6 96.2c-1.1-3.6-4.6-5.4-7.4-6.2a36.315 36.315 0 0 0-9-1.2c-.2 0-.4.1-.4.3-.1.2-.1.4.1.5a32.788 32.788 0 0 1 4.9 7.4 1.024 1.024 0 0 0 .6.5 9.725 9.725 0 0 1 2 .5.969.969 0 0 1 .7.8.955.955 0 0 1-.2 1c-.8 1.1-2.8 3.3-7.8 6.4-6.6 4.1-15.8 8-25.9 11s-19.9 4.8-27.7 5.1c-5.9.2-8.9-.6-10.1-1a1.143 1.143 0 0 1-.7-.8.919.919 0 0 1 .2-1 12.986 12.986 0 0 1 1.2-1.4.663.663 0 0 0 .2-.7 32.473 32.473 0 0 1-.3-8.8.764.764 0 0 0-.2-.5.446.446 0 0 0-.5 0 31.88 31.88 0 0 0-6.5 5.8c-1.8 2.2-3.7 5.5-2.5 9.2 1.1 3.6 4.6 5.4 7.4 6.2a36.179 36.179 0 0 0 11.2 1.2 10.868 10.868 0 0 0 1.8-.1A35.74 35.74 0 0 0 79 139.8c3.9 1.4 7.9 2.8 11.7 4.2l6 2.1 4.1 1.5.2.1 2.7-3.7c1.2-1.7 2.5-3.4 3.7-5.1 2.4-3.2 4.9-6.6 7.2-9.9a34.713 34.713 0 0 0 6.3-15.5c.6-.3 1.1-.7 1.7-1a33.753 33.753 0 0 0 8.5-7.1c1.8-2.3 3.6-5.6 2.5-9.2M96.2 132.7l.1.3-.1-.3a25.2 25.2 0 0 1-21.5-3.4 133.511 133.511 0 0 0 19.1-4.4 136.5 136.5 0 0 0 18.1-6.8 24.3 24.3 0 0 1-15.7 14.6' fill='%233096de'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 38px;
    height: 29px;
}

li#topNavAcademyManager .popover-body {
    padding-top: 5px;
    padding-bottom: 0px;
}

li#topNavAcademyManager .list-group {
    margin: 1rem -.75rem -1px;
}

    li#topNavAcademyManager .list-group .list-group-item {
        border-left: 0;
        border-right: 0;
    }

    li#topNavAcademyManager .list-group a:hover {
        color: #000;
    }

li#topNavAcademyManager .list-group-item.active {
    color: #000;
}

body.page-kares.responsive-menu-active {
}

#topNavAcademyManager .ka-icon,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon {
    margin-right: 5px;
}

#topNavAcademyManager .ka-icon-inquiry,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-inquiry {
    width: 17px;
    height: 22px;
    margin-right: 10px;
}

#topNavAcademyManager .ka-icon-schedule-visit,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-schedule-visit {
    width: 21px;
    height: 19px;
}

#topNavAcademyManager .ka-icon-document-signed,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-document-signed {
    width: 22px;
    height: 23px;
}

#topNavAcademyManager .ka-icon-campaigns,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-campaigns {
    width: 22px;
    height: 16px;
}

#topNavAcademyManager .ka-icon-marketing,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-marketing {
    width: 22px;
    height: 19px;
}

#topNavAcademyManager .ka-icon-resources,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-resources {
    width: 22px;
    height: 17px;
}

#topNavAcademyManager .ka-icon-financials,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-financials {
    width: 22px;
    height: 22px;
}

#topNavAcademyManager .ka-icon-users,
#topNavAcademyManagerResponsiveDropdownMenu .ka-icon-users {
    width: 22px;
    height: 25px;
}

#topNavAcademyManagerResponsiveDropdownMenu .list-group {
    margin-top: 8px;
    margin-bottom: 4px;
}

    #topNavAcademyManagerResponsiveDropdownMenu .list-group .list-group-item {
        border: none;
        padding-left: 2px !important;
        padding-right: 0px !important;
    }

    #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item.active {
        font-weight: bold;
    }

        #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item.active,
        #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item.active:focus,
        #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item.active:hover,
        #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item:hover,
        #topNavAcademyManagerResponsiveDropdownMenu .list-group a.list-group-item:focus {
            background: transparent;
        }

.responsive-account button#btnAccount {
    width: 36px;
    height: 36px;
}

.forums-access-container .ka-icon.ka-icon-forums.ka-icon-white {
    width: 20px;
    height: 18px;
}

#conversion-report-area #conversion-details {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    margin-top: 40px;
}

    #conversion-report-area #conversion-details .bootstrap-table .export .dropdown-toggle .dropdown-menu,
    #conversion-report-area #conversion-details .bootstrap-table .export.open .dropdown-toggle .dropdown-menu,
    #conversion-report-area #conversion-details .bootstrap-table .export .dropdown-toggle {
        display: block !important;
    }


#conversion-report-area > .table-scrolling .export.btn-group {
    display: none;
}

.jumbotron.candidate-portal-jumbo {
    background-color: #2a3253 !important;
    border-top: 4px solid #6a8ecb;
    padding: 20px 0 0 15px;
    margin-bottom: 15px;
    color: #666;
}

.candidate-portal-jumbo h1 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 20px 0;
    color: #fff;
}

.candidate-portal-jumbo .thumbnail {
    background: #fff;
}



@media (min-width: 1200px) {
    .candidate-portal-jumbo .slider-wrapper {
        margin-left: -7.5px;
    }
}

.candidate-portal-jumbo .slider {
    white-space: nowrap;
    max-width: 1140px;
    overflow: auto;
    margin: 0 auto;
    scrollbar-color: rgba(255, 255, 255, .5) #2a3253;
}

    .candidate-portal-jumbo .slider::-webkit-scrollbar {
        background-color: #2a3253;
    }

    .candidate-portal-jumbo .slider::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .5);
    }

    .candidate-portal-jumbo .slider > .slider-inner {
        min-width: 1140px;
        white-space: normal;
    }

    .candidate-portal-jumbo .slider .col-5ths {
        min-width: 228px;
        filter: grayscale(100%);
    }

        .candidate-portal-jumbo .slider .col-5ths.current,
        .candidate-portal-jumbo .slider .col-5ths.complete {
            filter: unset;
        }

        .candidate-portal-jumbo .slider .col-5ths .thumbnail {
            height: 400px;
            text-align: center;
            margin: 0 4px 12px;
            border: none;
            border-bottom: 8px solid rgba(42, 50, 83, 1);
            opacity: .6;
            transition: opacity 250ms, border 500ms, background 250ms;
            padding: 5px 10px;
        }

        .candidate-portal-jumbo .slider .col-5ths.complete .thumbnail:hover {
            background: #fff;
            border-bottom: 8px solid #989bab;
        }

        .candidate-portal-jumbo .slider .col-5ths.current .thumbnail,
        .candidate-portal-jumbo .slider .col-5ths.complete .thumbnail {
            opacity: 1;
            cursor: pointer;
        }

        .candidate-portal-jumbo .slider .col-5ths.current .thumbnail {
            border-bottom: 8px solid #6a8ecb;
        }

        .candidate-portal-jumbo .slider .col-5ths:first-child .thumbnail {
            margin-left: 0;
        }

        .candidate-portal-jumbo .slider .col-5ths:last-child .thumbnail {
            margin-right: 0;
        }

.candidate-portal .thumbnail h3 {
    font-size: 18px;
    color: #2a3253;
    text-decoration: underline;
    min-height: 3.6em;
    line-height: 1.2em;
    margin-bottom: 1em;
    letter-spacing: normal;
}

.candidate-portal .thumbnail p {
    font-size: 14px;
}

.candidate-portal .thumbnail .circle-icon {
    width: 100px;
    height: 100px;
    background: #dfdfdf;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
}

    .candidate-portal .thumbnail .circle-icon .ka-icon {
        position: relative;
        top: 33px;
    }

        .candidate-portal .thumbnail .circle-icon .ka-icon.ka-icon-reporting {
            top: 31px;
        }

.candidate-portal .thumbnail .callout {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.candidate-portal .card-header .ka-icon-documents-lg {
    margin-top: -6px;
}

.candidate-portal .card-header .ka-icon-forums {
    margin-top: -6px;
}

.candidate-portal .card.messages .post {
    margin: 10px 8px 10px 0;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 5px solid #f0f0f0;
}

    .candidate-portal .card.messages .post textarea {
        font-size: 14px;
        margin-bottom: 0;
    }

        .candidate-portal .card.messages .post textarea:hover {
            border-color: #667d87;
        }

        .candidate-portal .card.messages .post textarea:not(:focus) {
            cursor: pointer;
        }

    .candidate-portal .card.messages .post #divFileUpload {
        margin-top: 20px;
    }

    .candidate-portal .card.messages .post .glyphicon.glyphicon-comment {
        display: none;
    }

    .candidate-portal .card.messages .post h3 {
        font-size: 14px;
        text-transform: none;
        margin-top: 0px;
    }

.candidate-portal .card.messages .message {
    clear: none;
    font-size: inherit;
    margin: 0 0 -1px;
    border-left: none;
    border-right: none;
    padding-left: 60px;
}

    .candidate-portal .card.messages .message h3 {
        font-size: 14px;
        letter-spacing: unset;
    }

        .candidate-portal .card.messages .message h3 small {
            font-size: 14px;
            display: block;
        }

.candidate-portal .avatar {
    height: 60px;
    width: 60px;
}

    .candidate-portal .avatar .ka-icon {
        height: 60px;
        width: 60px;
    }

.candidate-portal .messages .message .body {
    margin-left: 10px;
    padding-bottom: 0;
    border-bottom: none;
}

.candidate-portal .alert-mockup {
    margin-top: 8px;
}

.candidate-portal .alert-mockup {
    margin-top: 0;
}

    .candidate-portal .alert-mockup .alert,
    .candidate-portal .alert-mockup .alert a {
        color: #fff;
    }

        .candidate-portal .alert-mockup .alert .ka-icon-notification {
            width: 20px;
            height: 18px;
        }

.candidate-portal .franchise-documents .ka-icon.ka-icon-documents-lg.ka-icon-grayscale {
    opacity: .6;
}

.alert-message-sent {
    margin: 0;
}

#divSalesTeam h4 {
    letter-spacing: normal;
}

.candidate-portal .modal h4 small {
    font-size: 100%;
    color: #ccc;
}

canvas#qrcode-canvas {
    max-width: 50%;
}

.logo-brand {
    max-width: 560px;
}

.crm-sync-warning.alert.alert-warning {
    color: #000;
    font-size: 16px;
    text-align: left;
    padding-left: 55px;
}

    .crm-sync-warning.alert.alert-warning .ka-icon {
        filter: brightness(0);
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .crm-sync-warning.alert.alert-warning a,
    .crm-sync-warning.alert.alert-warning a:hover {
        color: #000;
        text-decoration: underline;
    }

#legendStatusPie.legend ul li {
    white-space: normal !important;
}

#first-day-docs .input-tiny {
    width: 35px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#first-day-docs label.checkbox,
#first-day-docs label.radio {
    padding-left: 20px;
}

.first-day-doc-form-group .dropdown .btn {
    padding: 5px 10px;
    width: auto;
}

.first-day-doc-form-group label {
    margin-bottom: 0;
    /* line-height: 25px; */
}

#first-day-docs .bootstrap-select .dropdown .btn {
    padding: 5px 10px;
    width: auto;
}

.font-weight-normal {
    font-weight: normal !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    color: #667d87;
    font-size: 14px !important;
}

label.checkbox {
    padding-left: 20px;
}

.academy-form-age-restriction label {
    padding-left: 0px;
    margin-top: 8px;
}

    .academy-form-age-restriction label input.input-sm {
        margin-left: 0px !important;
    }

.bootstrap-table .fixed-table-container .table thead th .th-inner.sortable {
    filter: unset;
    display: inline-block;
}

.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKcmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA1LTE1VDE2OjQ5OjMzKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTE1VDE3OjU5OjI0KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNS0xNVQxNzo1OToyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZGJlMjJhYTUtMjI0ZC1kZDQwLWFiMDMtYWJlZjExNzQ2ZjA5IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NmM4OTQyMTAtOGE1Zi0wYzQ3LWE4NDktNjJjM2E5Nzc5NjU3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE5IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjBjZTQ4N2Y3LTA5MzItYzE0Ny1hYjdiLTUwYWJlMTA3YzgyYSIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNjo0OTozMyswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMzg3Mjg1OS1jYjE0LTUyNDItOGQ1OC02NzE2OWIzNDczYTAiIHN0RXZ0OndoZW49IjIwMTktMDUtMTVUMTc6NTk6MTArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YmNhNDBlMTMtOThkNi0zMzQxLWFmNWMtMTQ4YTM3Y2RlZWM1IiBzdEV2dDp3aGVuPSIyMDE5LTA1LTE1VDE3OjU5OjI0KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmRiZTIyYWE1LTIyNGQtZGQ0MC1hYjAzLWFiZWYxMTc0NmYwOSIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNzo1OToyNCswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiY2E0MGUxMy05OGQ2LTMzNDEtYWY1Yy0xNDhhMzdjZGVlYzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sZA2ZQAAAG5JREFUOI3FklEKwCAMQ+MupjevN8s+ZLDJaOYsGuhfeDxKEklE5Qgj7YBlAARQZJOkOmOLqa4CZT5TZmDWwVy7EStpN2Il7RIXjdbQJtFf/TONEvmzt79Vr69gvd3Uzu52rtVX2GXnWnHlNPbCTrG4cLv8J9ajAAAAAElFTkSuQmCC');
}

.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKcmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA1LTE1VDE2OjQ5OjMzKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTE1VDE3OjU5OjU1KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNS0xNVQxNzo1OTo1NSswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NmI2NWU5N2EtMWJkNC0wMzRjLWJmM2QtNTRlNTU5OTMxODJmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzQ2ZjMzMzMtOTE0ZC1mNDRkLThiZTctNGQ0OGZkODlhMzRmIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE5IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjBjZTQ4N2Y3LTA5MzItYzE0Ny1hYjdiLTUwYWJlMTA3YzgyYSIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNjo0OTozMyswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMzg3Mjg1OS1jYjE0LTUyNDItOGQ1OC02NzE2OWIzNDczYTAiIHN0RXZ0OndoZW49IjIwMTktMDUtMTVUMTc6NTk6MTArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZjQ2NGJjM2EtY2M3ZC05NDQ2LTgwMGUtMzEyM2Y2MzkzOWEwIiBzdEV2dDp3aGVuPSIyMDE5LTA1LTE1VDE3OjU5OjU1KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjZiNjVlOTdhLTFiZDQtMDM0Yy1iZjNkLTU0ZTU1OTkzMTgyZiIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNzo1OTo1NSswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNDY0YmMzYS1jYzdkLTk0NDYtODAwZS0zMTIzZjYzOTM5YTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5ssgvQAAAE5JREFUOI3tkjEOwCAMxA4+Bj/P08zQiQ49ISIxFEvZTpaHFEBZ1DTTCVmThKRul4C74CHc1okaM31HFi/ZZ91Kla1bqbJ1hfu0V/Zn2QCFfTns06CJTQAAAABJRU5ErkJggg==');
}

.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKcmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA1LTE1VDE2OjQ5OjMzKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA1LTE1VDE3OjU5OjM3KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNS0xNVQxNzo1OTozNyswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6YzVjYTkyODgtMzljMS1iNjQyLTg0NjgtYmY3ZjM1ZDgzNWEzIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZmFlYzc1Y2UtZjNiNC0wYTRkLWJiMzgtMGM1MTUxY2U3YmNiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgZXhpZjpDb2xvclNwYWNlPSI2NTUzNSIgZXhpZjpQaXhlbFhEaW1lbnNpb249IjE5IiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTkiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjBjZTQ4N2Y3LTA5MzItYzE0Ny1hYjdiLTUwYWJlMTA3YzgyYSIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNjo0OTozMyswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpiMzg3Mjg1OS1jYjE0LTUyNDItOGQ1OC02NzE2OWIzNDczYTAiIHN0RXZ0OndoZW49IjIwMTktMDUtMTVUMTc6NTk6MTArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzMyZjM3YmQtM2Q5NS0wMTRiLWE4YzAtNDdiMjhkOGRhMDA1IiBzdEV2dDp3aGVuPSIyMDE5LTA1LTE1VDE3OjU5OjM3KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iZGVyaXZlZCIgc3RFdnQ6cGFyYW1ldGVycz0iY29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmciLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmM1Y2E5Mjg4LTM5YzEtYjY0Mi04NDY4LWJmN2YzNWQ4MzVhMyIgc3RFdnQ6d2hlbj0iMjAxOS0wNS0xNVQxNzo1OTozNyswMjowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MzJmMzdiZC0zZDk1LTAxNGItYThjMC00N2IyOGQ4ZGEwMDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIiBzdFJlZjpvcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGNlNDg3ZjctMDkzMi1jMTQ3LWFiN2ItNTBhYmUxMDdjODJhIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IN9U1wAAAFVJREFUOI3t1DEOABAMRuGfk7k5N3smiYiWwSChSTf98iYB0KmJx6SPfewCLEtissW8AKxNzCdZNx4mIA9Q8d6vsLHOrNrB+jq3ahdrdW4VoMAT/1kFrWc58m4XPBIAAAAASUVORK5CYII=');
}

.input-group .bootstrap-select.input-group-btn {
    min-width: 123px;
}

    .input-group .bootstrap-select.input-group-btn span.bs-caret {
        position: absolute;
        right: 10px;
    }

input#newTuitionRate {
    padding-left: 8px;
    padding-right: 8px;
}

.autocomplete-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

#libraryAutocomplete .autocomplete-decoration {
    top: 20px;
    left: 18px;
}

@media (min-width: 992px) {

    #libraryAutocomplete .autocomplete-decoration {
        left: 34px;
    }
}

.autocomplete-decoration * {
    pointer-events: none;
}

.autocomplete-decoration > * {
    position: absolute;
    top: 8px;
    left: 12px;
    transition: opacity 250ms;
}

    .autocomplete-decoration > * > .ka-icon-search {
        width: 15px;
        height: 16px;
    }

#searchfiles .autocomplete-decoration > * {
    top: -5px;
    left: -24px;
    width: 23px;
    height: 24px;
}

    #searchfiles .autocomplete-decoration > * > .ka-icon-search {
        width: 23px;
        height: 24px;
    }

.autocomplete-decoration .loading-icon {
    font-size: 20px;
    color: #999;
    opacity: 0;
}

    .autocomplete-decoration .loading-icon .fa {
        font-size: 20px;
        color: #999;
    }

#libraryAutocomplete .autocomplete-decoration .loading-icon .fa {
    font-size: 24px;
}

.autocomplete-decoration + .twitter-typeahead > input {
    padding-left: 35px;
}

#libraryAutocomplete .autocomplete-decoration + .twitter-typeahead > input {
    padding-left: 45px !important;
    transition: all 250ms;
}

    #libraryAutocomplete .autocomplete-decoration + .twitter-typeahead > input.input-not-empty {
        text-align: left;
    }

    #libraryAutocomplete .autocomplete-decoration + .twitter-typeahead > input:focus {
        border: 1px solid #667d87;
        text-align: left;
        background: #fff !important;
    }

.modal-body.search-for-inquiries-area {
    padding-top: 15px;
    padding-bottom: 8px;
}

.modal-body.add-new-inquiry-area {
    padding-top: 8px;
}

    .modal-body.add-new-inquiry-area #new-inq-first-name {
        margin-bottom: 10px;
    }

.form-group .dropdown .btn-default {
    border-color: #bbb;
}

.dropdown.full-width {
    width: 100% !important;
}

.bootstrap-table .fixed-table-container .table label.checkbox {
    margin: 0;
}

    .bootstrap-table .fixed-table-container .table label.checkbox input[type=checkbox],
    .bootstrap-table .fixed-table-container .table label.checkbox input[type=radio] {
        margin-left: -20px !important;
        margin-top: 2px !important;
    }


.table#table-expiring-forms {
    border: 1px solid #ddd !important;
}

    .table#table-expiring-forms > tbody > tr > td:first-child {
        padding-left: 8px;
    }

    .table#table-expiring-forms tr {
        border-bottom: 1px solid #ddd;
    }

        .table#table-expiring-forms tr.person td {
            background: #f8f8f8;
        }

        .person td:first-of-type > div > div:not(.flex-grow-1){
            width: 65%;
        }

        .table#table-expiring-forms tr.form {
            border-bottom: 1px solid #ddd;
        }

            .table#table-expiring-forms tr.form td:first-child .ka-icon {
                margin-top: -2px;
            }

    .table#table-expiring-forms td[colspan] {
        font-weight: bold;
    }

    .table#table-expiring-forms tr > td {
        height: 53px;
    }

    .table#table-expiring-forms .btn.btn-sm {
        min-width: 150px;
        margin-top: 4px;
        margin-right: 15px;
    }

.half-margin-right {
    margin-right: 5px;
}

.half-margin-left {
    margin-left: 5px;
}

.d-block {
    display: block;
}

.edit-hover {
    outline: 1px solid rgb(77, 144, 254);
}

.btn[data-edit-target] {
    padding-top: 0;
    padding-bottom: 5px;
}

.expiring-forms-data li .badge {
    min-width: 30px;
    min-height: 24px;
    padding-top: 6px;
    margin-right: 5px;
    font-size: 14px;
}

.expiring-forms-data li {
    font-size: 14px;
    padding-top: 6px;
    margin-right: 10px;
}

.bootstrap-select .dropdown-menu .inner.open,
.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    z-index: 1010;
}

#appConversionChart #chartConversionContainer,
#appConversionChart #chartConversionContainer canvas {
    height: 270px;
}

.app-report-box #chartConversionContainer,
.app-report-box #chartConversionContainer canvas {
    height: 230px !important;
}

.no-break {
    white-space: nowrap;
}

div.checkbox.checkbox-large > label,
span.checkbox.checkbox-large > label {
    padding-left: 2em;
}

    div.checkbox.checkbox-large > label > input[type=checkbox],
    span.checkbox.checkbox-large > label > input[type=checkbox] {
        width: 1.4em;
        height: 1.4em;
        margin: .05em 0 0 -2em;
    }

        div.checkbox.checkbox-large > label > input[type=checkbox]:after,
        span.checkbox.checkbox-large > label > input[type=checkbox]:after {
            width: 1.4em;
            height: 1.4em;
        }

.card-header > div {
    text-transform: none;
    margin-bottom: 0;
    margin-top: .4em;
}

.card-header .collapsible {
    content: "\f106";
    position: relative;
    overflow: hidden;
    display: block;
}

.card-header a.collapsible:hover {
    text-decoration: none;
}

.card-header .collapsible:after {
    color: #667d87;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-top: 4px;
    content: "\f106";
    font-size: 1.5rem;
    margin-top: -.25rem;
}

.card-header .collapsed:after {
    color: #667d87;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    opacity: .5;
}

.card-header .collapsible:after {
    color: #667d87;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: .5;
}

.card-header .collapsed:after {
    color: #667d87;
    content: "\f107";
}

.card-header .collapsible:before {
    display: block;
    content: 'hide';
    text-transform: uppercase;
    font-size: 12px;
    color: #667d87;
    opacity: 0;
    position: absolute;
    right: -100px;
    top: 0px;
    transition: all 250ms ease-in;
    line-height: 20px;
}

.card-header .collapsible.collapsed:before {
    content: 'show';
}

.card-header .collapsible:hover:before {
    opacity: 1;
    right: 34px;
}

.card-header.bg-cobalt .collapsible:before {
    color: #fff;
}

#divApplications {
    min-height: 120px;
}

    #divApplications .badge {
        min-width: 30px;
    }

@media (max-width: 767px) {

    .pagination li {
        display: none;
    }

        .pagination li.page-item.page-pre,
        .pagination li.page-item.page-next,
        .pagination li.page-item.page-first-separator,
        .pagination li.page-item.page-last-separator,
        .pagination li.page-item:nth-child(2),
        .pagination li.page-item:nth-last-child(2),
        .pagination li.page-item.active {
            display: inline;
        }
}

@media (max-width: 480px) {

    .card-header .collapsible:hover:before {
        opacity: 0 !important;
    }

    #directoryPanel .small-search {
        max-width: 150px;
    }

    #directoryPanel .forums-user-avatar {
        display: none;
    }

    .legend ul li > div,
    .legend ul li > a > div {
        margin-right: 4px;
    }
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
    min-width: 40%;
}

.break-all {
    word-break: break-all;
}

.app-report-box,
.enrollment-forms-report-box {
    padding: 0 15px 15px;
}

@media (max-width: 993px) {
    .update-agreements-box {
        padding: 0 15px 15px;
    }
}

.update-agreements-box .ka-icon-form {
    opacity: .6;
    margin-right: 2px;
}

.app-report-box .ka-icon-documents-alt {
    opacity: .6;
}

.modal-body .bootstrap-table {
    margin: calc(-1rem + 1px);
}

.modal-body .negate-padding {
    margin: -15px -30px;
}

.modal-body .table-scrolling .bootstrap-table {
    margin: 0;
}

.modal-body .bootstrap-table > .fixed-table-toolbar {
    padding: 0 15px;
}

.modal-body .negate-padding .bootstrap-table > .fixed-table-toolbar {
    padding: 0;
}

@media (max-width: 769px) {

    .modal-body .bootstrap-table > .fixed-table-toolbar > *,
    .modal-body .bootstrap-table > .fixed-table-toolbar > * > *,
    .modal-body .bootstrap-table > .fixed-table-toolbar > * > * > *,
    .modal-body .bootstrap-table > .fixed-table-toolbar > * > * > * > .btn {
        width: unset;
    }
}

.modal-body .bootstrap-table > .fixed-table-toolbar .bs-bars.float-left {
    margin-top: 20px;
}

.modal-body .bootstrap-table > .fixed-table-container > .fixed-table-body {
    background: #fff;
}

table.table td:first-child > a {
    font-size: 16px;
    font-weight: bold;
}

.forum-post .post-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.breadcrumb .settings {
    font-size: 13px;
}

.breadcrumb.float-right {
    height: 1px;
}

.breadcrumb .details-page {
    font-size: 14px;
}

    .breadcrumb .details-page .fas {
        font-size: 17px;
        top: 1px;
        position: relative;
    }

.breadcrumb .settings .ka-icon-settings {
    margin-top: -2px;
    height: 16px;
    width: 16px;
}

.upcoming-starts-container {
    margin: 0 -15px;
}

.clear-odd-children > *:nth-child(odd) {
    clear: both;
}

.clear-even-children > *:nth-child(even) {
    clear: both;
}

.media-left > .fas,
.media-left > .far,
.media-left > .fa {
    margin-top: 3px;
}

.well.well-inverse.well-update {
    border-left: 4px solid rgba(114, 208, 232, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 32px;
}

.well.well-inverse.well-sent {
    border-left: 4px solid rgba(114, 208, 232, 1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 24px;
}

.well.well-inverse.well-pending {
    border-left: 4px solid #adb5bd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 24px;
}

.well.well-inverse.well-imported {
    border-left: 4px solid #89d57f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 24px;
}

.well.well-inverse.well-failed {
    border-left: 4px solid #e07373;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 24px;
}

.well.well-inverse.well-serviceunavailable {
    border-left: 4px solid #adb5bd;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 24px;
}


.light-blue-alt {
    color: #82c3f7 !important;
}

.bg-light-blue-alt {
    background-color: #82c3f7 !important;
}

.list-badges li {
    display: table;
}

    .list-badges li:nth-child(odd) {
        clear: both;
    }

    .list-badges li > * {
        display: table-cell;
    }

        .list-badges li > *:first-child {
            width: 1%;
            min-width: 30px;
        }

            .list-badges li > *:first-child > .badge {
                min-width: 30px;
                margin-right: 8px;
            }

        .list-badges li > *:nth-child(2) {
            width: 100%;
        }

.card .card-body-compact,
.card > .card-body-compact {
    padding: 0;
}

.academy-manager-drop {
    padding: 6px 0 8px 25px;
}

.modal .alert {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    #divCorporateCreatedUsers .forum-precis {
        max-width: 220px;
    }
}

@media (min-width: 1200px) {
    #divCorporateCreatedUsers .forum-precis {
        max-width: 250px;
    }
}

button.badge {
    border: none;
}

#inquiryTable .badge,
#table-apps .badge,
#tourTable .badge,
#table-expiring-forms .badge
 {
    text-transform: uppercase;
    padding: 5px 4px !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    min-width: 95px;
}

@media (min-width: 380px) {

    #inquiryTable .badge,
    #table-apps .badge,
    #tourTable .badge,
    #table-expiring-forms .badge {
        padding: 10px 8px !important;
    }
}

#statusFilterDropdown .badge,
#classicStatusFilterDropdown .badge {
    text-transform: uppercase;
    padding: 5px 8px !important;
    min-width: 95px;
}

.bootstrap-select .btn .badge {
    position: static;
    border-radius: 0;
}

.bs-select-all {
    border: 0;
    text-align: left;
    padding: 0;
}

.bs-deselect-all {
    border: 0;
    text-align: right;
    padding: 0;
}

.dropdown-menu {
    padding-bottom: 0;
    border-color: rgba(0,0,0,.7);
}

.btn-inquiry-status-save,
.btn-inquiry-status-save:hover {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.dropdown-header {
    text-transform: none;
    border-bottom: none;
    background: rgba(188, 188, 188, .3);
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
}

.dropdown-menu > li {
    position: relative;
}

.bootstrap-select .dropdown-toggle .filter-option .badge {
    top: 5px;
    right: unset;
    left: 5px;
    position: absolute;
    display: inline;
}

#filterBar .btn,
.input-group > .input-group-append,
#filterBar input.form-control {
    max-height: 36px;
}

#filterBar .btn,
.input-group > input.input-sm + .input-group-append {
    max-height: 26px;
}

#searchfiles .form-control.inverse,
#searchfiles .form-control.inverse,
#searchfiles .bootstrap-table .search input {
    width: 100%;
}

.show .dropdown-menu.primary-menu,
.show .dropdown-menu.secondary-menu,
.dropdown-menu.primary-menu,
.dropdown-menu.secondary-menu {
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms;
}

    .show .dropdown-menu.primary-menu.show,
    .show .dropdown-menu.secondary-menu.show {
        pointer-events: all;
        opacity: 1;
    }

.dropdown-menu > li > a.return-primary-menu {
    background: #f0f0f0;
    font-weight: 600;
}

    .dropdown-menu > li > a.return-primary-menu span {
        margin-right: 5px;
    }


tr,
table tr,
.table tr {
    transition: 250ms all;
}

    tr.updating {
        cursor: wait !important;
        opacity: .4;
        pointer-events: none;
    }

.badge {
    transition: 500ms all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.modal-title .ka-icon.ka-icon-user-white,
.modal-title .ka-icon.ka-icon-newsletter-white {
    width: 18px;
    height: 18px;
}

.modal-title .ka-icon.ka-icon-user-sm {
    width: 16px;
    height: 18px;
}

.modal-title .ka-icon.ka-icon-photo-gallery-white {
    width: 22px;
    height: 18px;
}

.modal-title .ka-icon.ka-icon-phone-white {
    margin-top: -1px;
}

.modal-title .ka-icon.ka-icon-email-white {
    margin-top: -3px;
}

.modal-title .ka-icon.ka-icon-email-white,
.modal-title .ka-icon.ka-icon-calendar-white {
    margin-top: -3px;
}

.view-all-btn .ka-icon.ka-icon-arrow-right {
    margin-top: -2.5px;
    margin-left: 2px;
    width: 20px;
    height: 20px;
}

table.forums tbody tr td {
    height: 64px;
}

.modal-body > .h-knock-out {
    padding-left: 0;
    padding-right: 0;
    pointer-events: none;
}


#statusFilterDropdown .dropdown,
#classicStatusFilterDropdown .dropdown {
    width: 100% !important;
    min-width: 256px;
}

.table-apps-panel .search .input {
    width: 100%;
    min-width: 256px;
}

.alert.alert-info a,
.alert.alert-info a:hover,
.alert.alert-info a:visited,
.alert.alert-info a:active {
    color: #fff;
}

.badge > .badge {
    white-space: normal;
    vertical-align: middle;
    margin-right: -8px;
    margin-bottom: -10px;
    margin-top: -10px;
    display: block;
}

.badge.white {
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

#table-upcoming.table > tbody > tr > td:first-child {
    padding-left: 13px;
    vertical-align: top;
}

#table-upcoming.table > tbody > tr > td:last-child {
    padding-right: 8px;
}

.two-line-toggle {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    margin-top: -4px;
    text-align: left;
}

#topNavAcademyManager {
    margin-right: 10px;
}

    #topNavAcademyManager > a {
        font-size: 20px;
        line-height: 15px;
        color: #000;
    }

li.site-wide-link a {
    text-transform: uppercase;
    color: #999 !important;
    transition: box-shadow 150ms, color 200ms;
}

li.site-wide-link.active a {
    box-shadow: 0 0.3rem 0 0 rgb(0 0 0 / 15%);
}

#responsiveMenu li.site-wide-link.active a {
    box-shadow: none;
}

.navbar-default .navbar-nav {
    margin-left: 10px;
}

#filterBar .bootstrap-select {
    max-width: 200px !important;
    width: 200px !important;
    min-width: auto;
}

.page-kares-applications #filterBar .bootstrap-select {
    width: 170px !important;
}

.hidden {
    display: none !important;
}

.wysiwyg-field-insert {
    right: 20px;
    margin-top: 5px;
    z-index: 999;
    position: absolute;
}

@media (min-width: 992px) {

    .compose-email-template-controls {
        position: absolute;
        top: 34px;
        z-index: 99999;
    }
}

.send-email-wysiwyg-labels .btn.dropdown-toggle {
    height: 36px !important;
}

@media (min-width: 992px) {

    .send-email-wysiwyg-labels {
        display: flex;
        margin-bottom: 0;
        padding-right: 2px;
    }
}

.send-email-wysiwyg-labels .btn {
    min-height: unset !important;
    padding: 5px 10px;
    border-radius: 0;
}

.sn-checkbox-open-in-new-window input[type=checkbox] {
    opacity: 1 !important;
}

.hide-validation + .glyphicon {
    display: none;
}

@media (max-width: 480px) {

    .fixed-table-toolbar > *,
    .fixed-table-toolbar > * > *,
    .fixed-table-toolbar > * > * > *,
    .fixed-table-toolbar > * > * > * > .btn {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
}

@media (max-width: 767px) {

    .fixed-table-toolbar > *,
    .fixed-table-toolbar > * > *,
    .fixed-table-toolbar > * > * > *,
    .fixed-table-toolbar > * > * > * > .btn {
        width: 100% !important;
    }

    #filterBar .bootstrap-select {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1200px) {

    .page-kares-inquiries .fixed-table-toolbar,
    .table-apps-panel .fixed-table-toolbar {
        width: 100%;
    }
}

#inquiryTable .detail-icon,
#tourTable .detail-icon {
}

#inquiryTable.table-striped > tbody > tr:nth-of-type(even),
#tourTable.table-striped > tbody > tr:nth-of-type(even) {
    background-color: unset;
}

#inquiryTable.table-striped > tbody > tr.row-view:nth-of-type(even),
#tourTable.table-striped > tbody > tr.row-view:nth-of-type(even) {
    background-color: #f6f8fa;
}

#inquiryTable tbody tr.hover,
#tourTable tbody tr.hover {
    background-color: #dfe5ea;
}

#inquiryTable tbody tr.row-view,
#tourTable tbody tr.row-view {
    border-top: 1px solid #d5d5d5;
}

    #inquiryTable tbody tr.row-view td:first-child,
    #inquiryTable thead tr th.detail,
    #tourTable tbody tr.row-view td:first-child,
    #tourTable thead tr th.detail {
        padding: 0 0 0 8px;
        width: 8px;
    }

@media (min-width: 768px) {

    .inquiry-children {
        padding: 0 0 0 17px;
    }
}

.inquiry-children .child {
    display: inline-table;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    vertical-align: baseline;
    width: 100%;
}

    .inquiry-children .child > * {
        display: table-cell;
        vertical-align: baseline;
        background-color: rgba(0, 0, 0, .05);
        min-height: 35px;
        background-color: rgba(0, 0, 0, .05);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .inquiry-children .child > .child-details-actions {
        width: 32px;
        background: transparent;
        text-align: right;
        padding-left: 15px;
        padding-right: 4px;
    }

@media (min-width: 992px) {

    .inquiry-children .child > .child-details-actions {
        padding-left: 0;
        padding-right: 0;
    }
}

.child-details-actions .btn.btn-circle,
#tour-detail-modal2 .btn.btn-circle {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    padding: 0;
}

    #tour-detail-modal2 .btn.btn-circle .ellipses-btn-txt {
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 16px;
        margin: 0;
    }

    .child-details-actions .btn.btn-circle .ellipses-btn-txt {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        text-align: center;
        line-height: 16px;
        margin: 0;
    }

.inquiry-children .btn-add-application {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

@media (min-width: 992px) {

    .inquiry-children .child {
        width: 442px;
    }
}


.inquiry-children .more-children {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

    .inquiry-children .more-children .fa {
        font-size: 8px;
        margin-right: 3px;
        position: relative;
        top: -.5px;
    }

.child-details-tour-child {
    background-color: transparent;
    width: 4px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.child-details-icon {
    padding-left: 8px;
    padding-right: 4px;
    vertical-align: top;
    width: 11px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.child-details-name {
    color: #000;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 4px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {

    .child-details-name {
    }
}

.inquiry-children .child > .child-details-age {
    display: none;
    padding: 0 4px;
    font-size: .9em;
    width: 120px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {

    .inquiry-children .child > .child-details-age {
        display: table-cell;
    }
}

.child-details-age-mobile {
    font-weight: 400;
    color: #666;
}

.child-details-status {
    width: 103px;
    font-size: 12px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    color: #000;
    border: 2px solid #fff;
    vertical-align: middle !important;
}

@media (min-width: 992px) {

    .child-details-status {
        width: 95px;
    }
}

.detail-view > td {
    padding: 0 10px !important;
}

.table > tbody > tr > td.edit:last-child,
td.edit {
    width: 36px;
    padding-right: 8px;
}

.bootstrap-table .export .dropdown-toggle .dropdown-menu,
.bootstrap-table .export.open .dropdown-toggle .dropdown-menu,
.bootstrap-table .export .dropdown-toggle {
    display: none !important;
}

.vendorTable .bootstrap-table .export .dropdown-toggle {
    display: inline-block !important;
}

#inquiryTable .has-children.expanded-children .consumer-lead-status span.status-enrolled,
#inquiryTable .has-children.expanded-children .consumer-lead-status span.status-wait-list {
}

.border-purple {
    border-color: #c28fde !important;
}

th.consumer-lead-status {
    width: 95px;
}

@media (min-width: 992px) {

    #inquiryTable .full-name {
        width: 304px;
    }

    #table-apps .full-name {
        width: 342px;
    }
}

#inquiryTable .consumer-lead-status,
#table-apps .status {
    min-width: 95px;
}

.bootstrap-select > .dropdown-toggle {
    overflow: hidden;
}

.child-details-status .btn-add-application {
    padding: 6.5px 10px;
}

.page-kares-inquiries #inquiryTable th:first-child .fht-cell,
.page-kares-tours #tourTable th:first-child .fht-cell {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin-bottom: 14px;
    cursor: pointer;
}

    .page-kares-inquiries #inquiryTable th:first-child .fht-cell:before,
    .page-kares-tours #tourTable th:first-child .fht-cell:before {
        content: "\f0fe";
    }

.page-kares-inquiries #inquiryTable.table-details-expanded th:first-child .fht-cell:before,
.page-kares-tours #tourTable.table-details-expanded th:first-child .fht-cell:before {
    content: "\f146";
}

.fdd iframe {
    width: 100%;
    height: 900px;
    border: 1px solid #aaa;
}

#divClassrooms,
#divFranchiseeCreatedUsers {
    clear: both;
}

.corporate-contacts .view-more {
    margin: -15px -15px 0;
}

.corporate-contacts hr {
    margin: 0 -15px 15px;
}

.bootstrap-table .export.btn-group .caret,
.bootstrap-table .export.btn-group .dropdown-menu {
    display: none !important;
}

.detail-page-header {
    background: #f5f5f5;
    border-bottom: solid 2px #e7e7e7;
    margin-top: -1px;
}

    .detail-page-header .badge.badge-lg {
        min-height: 30px;
        line-height: 30px;
        padding-top: 0;
        padding-bottom: 0;
        text-shadow: 0 0 3px rgba(0, 0, 0, .3);
        text-transform: uppercase;
        min-width: 180px;
        font-size: 12px;
    }

    .detail-page-header .dropdown-toggle > span {
        float: none;
    }

    .detail-page-header .ka-icon.ka-icon-document-signed {
        height: 36px;
        width: 35px;
    }

.application-button {
    min-width: 180px;
}

.edit-application-or {
    text-align: center;
    color: #666;
    padding: 30px 5px 20px;
}

@media (min-width: 768px) {

    .edit-application-or {
        padding: 50px 5px 0;
    }
}

#save-to-do-footer-buttons,
#add-activity-footer-buttons {
    display: flex;
    width: 100%;
}

    #save-to-do-footer-buttons .btn-default,
    #add-activity-footer-buttons .btn-default {
        margin-right: auto;
    }

.btn-circle {
    display: unset;
    border-color: #666;
}

/* Override default border for btn-secondary on Library and Resource icon buttons */
.btn-secondary.btn-circle { 
    border-color: #888; 
}

.btn-circle.dropdown-toggle {
    width: 36px;
    height: 36px;
    position: relative;
}

.page-kares-tours .child-details-actions .btn-circle, #inquiryTable .child-details-actions .btn-circle, #table-apps .child-details-actions .btn-circle, #campaignTable .child-details-actions .btn-circle, #table-apps .child-details-actions .btn-circle {
    width: 24px;
    height: 24px;
}

.pager {
    padding-left: 0;
    margin: 16px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > span:hover {
                text-decoration: none;
                background-color: #f1f1f1;
            }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #bbb;
        background-color: #fff;
        cursor: not-allowed;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

.thread-answer {
    position: absolute !important;
}

.form-group .btn:not(.btn-sm),
.custom-select {
    min-height: 36px;
}

.custom-select {
    cursor: pointer;
}

.custom-select.custom-select-sm {
    height: 26px;
    min-height: unset;
    padding: 0 .5rem;
    font-size: .875rem;
}

.form-group a.btn {
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

.activity-button:not(.ka-icon),
.email-send-button:not(.ka-icon) {
    /* min-height: 32px; */
}

.detail-page-header .btn {
    min-height: 32px;
}

label {
    font-weight: 700;
}

.responsive-menu-active .navbar-light .navbar-toggler .navbar-toggler-icon {
    opacity: .5;
}

.navbar-toggler-icon {
    transition: 500ms transform;
}

.active > .navbar-toggler-icon {
    transform: rotate(360deg);
}

#edit-file-buttons {
    display: flex;
}

.fixed-table-toolbar .search.float-right {
    float: left !important;
}

@media (min-width: 1200px) {

    .fixed-table-toolbar .search.float-right {
        float: right !important;
        margin-right: 1rem;
    }
}

.edit-child .btn,
.add-child .btn {
    max-height: 26px;
    padding: .25rem .5rem;
}

.view-upcoming-starts {
    padding-left: .5rem;
    padding-right: .5rem;
}

.btn-receive-form {
    white-space: nowrap;
}

.modal-header .close {
    background-repeat: no-repeat;
    /* min-width: 2rem; */
}

#topNavAcademyManager > a:focus {
    box-shadow: none;
}

.table.table-striped td,
.table.table-striped th,
.table tbody + tbody {
    border: none;
}

#addUserButton {
    max-height: none !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border: 1px solid #667d87;
}

.page-kares-users .btn {
    min-height: 34px;
}

#divCandidateMessages .list-group-item {
    border: 0;
}

.manuals-and-templates .card-header {
    margin-bottom: -2px;
}

#preview-agreement-terms {
    height: 34px;
}

.table-hover tbody tr.active {
    color: #343a40;
    background-color: rgba(0, 0, 0, .075);
}

#add-user-controls .dropdown-menu {
    transform: translate3d(0px, 36px, 0px) !important;
}

    #add-user-controls .dropdown-menu .dropdown-menu {
        transform: none !important;
    }

.btn-secondary {
    color: #000;
    border: 1px solid #000;
}

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #e6e6e6;
        border-color: #000;
    }

.card > .card-header.note-toolbar {
    background: #8080801d;
}

.note-toolbar .btn {
    min-height: 32px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.xrm-editable-adx_communityforumpost .dropdown-menu {
    overflow: hidden;
}

.modal-body > .navbar,
.modal-body .page-heading,
.modal-body footer.footer,
.modal-body .sidebar {
    display: none;
}

.dropdown-toggle {
    font-weight: 700 !important;
}

.toggle-group .btn {
    min-height: unset !important;
    padding: .475rem .75rem .275rem;
}

.modal-content {
    border: 1px solid #667d87;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.table-fluid tr {
    border-top: none !important;
}

#accountMenu {
    overflow: hidden;
}

.card-header .collapsible:after,
.card-header .collapsed:after {
    color: #fff;
}

#ProfileFormView {
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 1rem;
}

#accountHoverDropdown:hover .btn.btn-circle {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 15%);
}

.days-not-available-collection-container.border-bottom:last-child,
.collection-container.border-bottom:last-child {
    border-bottom: none !important;
}

.collection-container .custom-select {
    min-width: 124px;
}

@media (min-width: 768px) {

    .days-not-available-collection-container .datetimepicker-input {
        min-width: 192px;
    }
}

@media (min-width: 768px) {

    .page-kares-tours #filterBar,
    .page-kares-tours #filterBar .bootstrap-select,
    .page-kares-tours #filterBar .dropdown-toggle {
        /*width: 218px !important;*/
    }
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 11px;
}

#tourStatusBadge {
    max-height: 30.8px;
    padding: .5rem 1rem;
}

.tours-modal-icon {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.modal-header .text-muted {
    color: #fff !important;
    opacity: .8;
    text-transform: none;
    font-weight: 400;
}

.child.row {
    min-height: 30px;
    margin-left: 0;
}

    .child.row > div > span {
        display: inline-block;
        padding: 6px 8px;
    }

.w-1 {
    width: 1% !important;
}

.float-label > textarea.input-not-empty ~ label,
.float-label > textarea:focus ~ label {
    opacity: 1;
}

.float-label > textarea:focus::placeholder {
    color: transparent;
}

.page-blogs-search- .pagination .disabled {
    display: none;
}

#time-blocks-list,
#time-period-nav-list {
    height: 15rem;
}

#time-blocks-list {
    position: relative;
    overflow-y: scroll;
}

    #time-blocks-list button {
        margin-bottom: 0.5rem;
    }

        #time-blocks-list button h5,
        #time-blocks-list button p {
            margin-bottom: 0;
        }

        #time-blocks-list button.block-available {
            border: 1px solid rgba(137, 213, 127, 1);
        }

        #time-blocks-list button.block-unavailable {
            border: 1px dashed #c2ced6;
        }

#time-period-nav-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

    #time-period-nav-list .list-group-item {
        display: flex;
        align-items: center;
        align-content: center;
        padding: .375rem .5rem;
        margin-bottom: 0;
    }

.block-reason {
    margin-bottom: 3px;
    padding: 2px 4px;
    line-height: 1em;
    border-radius: 3px;
    text-transform: uppercase;
}

button.block-available .block-reason {
    color: #89d57f;
    background-color: rgba(137, 213, 127, .125);
    border: 1px solid #89d57f;
}

button.block-unavailable .block-reason {
    color: #f3b857;
    background-color: rgba(243, 184, 87, .125);
    border: 1px solid #f3b857;
}

.form-control.is-valid-warning {
    border-color: #f3b857;
    padding-right: calc(1.2em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.3em + .1875rem) center;
    background-size: calc(.6em + .375rem) calc(.6em + .375rem);
}

.modal-backdrop {
    z-index: 1039;
}

    .modal-backdrop + .modal-backdrop {
        z-index: 1040;
    }

#tour-confirm-modal .modal-dialog,
#tour-complete-modal .modal-dialog,
#tour-cancel-modal .modal-dialog {
    top: -1.5rem;
    border: 3px solid rgba(0, 0, 0, .65);
    box-shadow: 0 0 0 1000rem rgb(0 0 0 / 60%);
}

.child-istourchild {
    width: 3px;
    border-left: 2px solid transparent;
}

.page-kares-tours .ka-icon-events {
    width: 22px !important;
    height: 22px !important;
}

.card-header .collapsible:after,
.card-header .collapsed:after {
    color: #667d87 !important;
}

#TourDateWidget li.picker-switch.accordion-toggle {
    display: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #667d87;
}

#tour-details .badge {
    white-space: normal;
    text-align: left;
}

#time-warning {
    position: absolute;
    right: 3.7rem;
    top: .4rem;
    padding: .2rem .6rem .1rem;
    text-transform: uppercase;
    font-size: 0.825rem;
    z-index: 99999;
}

.ka-icon.ka-icon-events-alert {
    width: 24px !important;
    height: 22px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg' width='31' height='29' version='1.1' id='svg57' sodipodi:docname='calendar-warning.svg' inkscape:version='1.1.1 (3bf5ae0d25, 2021-09-20)'%3E%3Csodipodi:namedview id='namedview59' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='22.932204' inkscape:cx='30.939023' inkscape:cy='14.106799' inkscape:window-width='3840' inkscape:window-height='2089' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='text3649'/%3E%3Cdefs id='defs39'%3E%3Cpath d='M21.471 22.092L25.45 17l1.031.805-4.833 6.186-.048-.038-.021.027-.969-.784L18 20.633l.823-1.017 2.648 2.476z' id='a'/%3E%3Cmask id='b' maskContentUnits='userSpaceOnUse' maskUnits='objectBoundingBox' x='0' y='0' width='8.48' height='6.991' fill='%23FFF'%3E%3Cuse xlink:href='%23a' id='use36'/%3E%3C/mask%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' id='g55'%3E%3Cpath d='M2 10h23s-4.777 1.601-7.29 3.832c-2.512 2.23-3.553 5.794-3.553 5.794L16.38 26H2V10z' fill-opacity='.169' fill='%23C28FDE' id='path53' style='fill:%23a0a0a0;fill-opacity:0.16862746'/%3E%3Cpath d='M26.438 27a.557.557 0 00.526-.383c-.177.134-.36.263-.548.383h.022z' fill='%23FFF' id='path41'/%3E%3Cpath d='M23.756 12h-.569c.191.027.382.055.57.095V12zM14.882 19.434c-.02.219-.033.439-.033.663 0 .3.024.595.06.886v-1.55h-.027z' fill='%23FFF' id='path45'/%3E%3Cpath fill='%23C28FDE' d='M12.528 14.478h2.382V12h-2.382zM3 14.477h2.382V12H3zM3 18.194h2.382v-2.478H3zM3 21.911h2.382v-2.478H3zM7.764 14.477h2.382V12H7.764zM7.764 18.194h2.382v-2.478H7.764zM7.764 21.911h2.382v-2.478H7.764z' id='path47' style='fill:%23a0a0a0;fill-opacity:1'/%3E%3Cpath d='M27 25.279a7.178 7.178 0 01-2.99 1.72 7.157 7.157 0 01-1.976.283A7.143 7.143 0 0120.062 27a7.144 7.144 0 01-2.28-1.125 7.18 7.18 0 01-2.871-4.892 7.206 7.206 0 01-.06-.887 7.178 7.178 0 012.717-5.618 7.142 7.142 0 011.814-1.054 7.096 7.096 0 011.994-.481c.218-.02.438-.034.66-.034.595 0 1.168.08 1.721.218a7.122 7.122 0 012.12.905c.403.257.78.55 1.124.88a7.162 7.162 0 012.223 5.184A7.16 7.16 0 0127 25.279zm-25.875.596V9h24.75v3.87a8.097 8.097 0 00-2.119-.775c-.186-.04-.378-.067-.569-.095a8.104 8.104 0 00-1.152-.091c-.93 0-1.82.163-2.654.45V12h-2.38v1.655a8.232 8.232 0 00-2.092 2.426v-.363h-2.382v2.478h1.554a8.123 8.123 0 00-.198 1.239h-1.355v2.477h1.53a8.182 8.182 0 002.184 3.964H1.125zm0-22.5H4.5v1.688c0 .31.252.562.563.562h3.375A.562.562 0 009 5.063V3.375h9v1.688c0 .31.252.562.561.562h3.377c.31 0 .561-.251.561-.562V3.375h3.375v4.5H1.125v-4.5zm4.5 1.125h2.25V1.125h-2.25V4.5zm13.5 0h2.25V1.125h-2.25V4.5zM27 13.602V2.812a.562.562 0 00-.561-.562H22.5V.563A.562.562 0 0021.94 0h-3.377A.562.562 0 0018 .563V2.25H9V.563A.562.562 0 008.438 0H5.063A.561.561 0 004.5.563V2.25H.562A.561.561 0 000 2.813v23.625c0 .31.252.562.563.562h17.091a8.125 8.125 0 009.31-.383c1.975-1.496 3.259-3.86 3.259-6.521 0-2.646-1.268-4.996-3.223-6.494z' fill='%23C28FDE' id='path49' style='fill:%23a0a0a0;fill-opacity:1'/%3E%3Cpath fill='%23F5ECF9' d='M1.865 4.287H3.44v1.64h6.334V3.81h7.449v2.35h5.953V3.927h2.03v3.129H1.956' id='path51' style='fill:%23a0a0a0;fill-opacity:0.16862746'/%3E%3Cg aria-label='! ' id='text3649' style='font-size:40px;line-height:1.25;fill:%23000000' transform='matrix(0.6898914,0,0,0.40731182,4.8988725,15.257654)'%3E%3Ctext xml:space='preserve' style='font-style:normal;font-weight:normal;font-size:75.4581px;line-height:1.25;font-family:sans-serif;fill:%23000000;fill-opacity:1;stroke:none;stroke-width:1.88645' x='80.342041' y='5.1091723' id='text13638' transform='scale(0.76837485,1.3014481)'%3E%3Ctspan sodipodi:role='line' id='tspan13636' style='stroke-width:1.88645' x='80.342041' y='5.1091723'/%3E%3C/text%3E%3Ctext xml:space='preserve' style='font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:31.4599px;line-height:1.25;font-family:Stencil;-inkscape-font-specification:Stencil;fill:%23a0a0a0;fill-opacity:1;stroke:none;stroke-width:0.7865' x='24.795151' y='20.70339' id='text16150' transform='scale(0.8316024,1.2024977)'%3E%3Ctspan sodipodi:role='line' id='tspan16148' style='font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:Stencil;-inkscape-font-specification:Stencil;fill:%23a0a0a0;fill-opacity:1;stroke-width:0.7865' x='24.795151' y='20.70339'%3E!%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 576px) {
    .modal-xl {
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 768px) {
    .modal-xl {
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: calc(100% - 60px);
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal {
    opacity: .5;
}

    .modal.modal-on-top {
        z-index: 1051;
        opacity: 1;
    }

        .modal.modal-on-top .modal-dialog {
            border: 3px solid rgba(0, 0, 0, .65);
            box-shadow: 0 0 0 1000rem rgb(0 0 0 / 60%);
        }

#days-not-available-collection-editor {
    overflow: auto;
    overflow-x: hidden;
    height: 0;
    min-height: 360px;
    position: relative;
}

/* availability cal */

.availability-popover-header {
    text-transform: uppercase;
    font-size: .75rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#availabilityCalendar .fc-scrollgrid.table-bordered {
    border: none;
}

#availabilityCalendar.fc table {
    font-size: .7rem;
}

#availabilityCalendar.fc .fc-toolbar-title {
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

    #availabilityCalendar.fc .fc-toolbar-title span {
        font-size: 13px;
    }

#availabilityCalendar .fc-theme-standard .fc-scrollgrid,
#availabilityCalendar .fc-theme-standard td,
.fc-theme-standard th {
    border: none;
}

#availabilityCalendar .fc-col-header-cell.fc-day {
    text-transform: uppercase;
    font-size: .7rem;
    border-left: none;
    border-right: none;
}

#availabilityCalendar.fc .btn-primary {
    background: none;
    color: #000;
    border: none;
    padding: .2rem .5rem;
    margin-top: -1rem;
}

@media (min-width: 768px) {

    #availabilityCalendar.fc .btn-primary {
        margin-top: 0rem;
    }
}

#availabilityCalendar.fc .btn-primary:hover {
    background: rgba(0, 0, 0, .05);
    color: #333;
}

#availabilityCalendar.fc .fc-toolbar.fc-header-toolbar {
    margin: 0 .5rem;
}

#availabilityCalendar .fc-daygrid-day-bg div {
    transition: background 200ms;
}

#availabilityCalendar.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: unset;
}

#availabilityCalendar .fc-day:hover {
    background: #f0f0f0;
}

.availability-tour-count {
    background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: .8rem;
    position: absolute;
    top: -.55rem;
    left: 0;
    width: 100%;
}

    .availability-tour-count .fc-event-main {
        color: rgba(255, 255, 255, 1) !important;
        padding: 1px;
        background: rgb(87, 154, 222);
        border: 1px solid rgba(53, 90, 129, .6);
        width: 16px;
        height: 16px;
        margin: 0 auto;
        border-radius: 50%;
        font-size: .7rem;
        line-height: 0.7rem;
        text-align: center;
    }

#availabilityCalendar.fc .fc-daygrid-day-number {
    padding: 1px 3px 2px 3px;
    color: rgba(0, 0, 0, .4);
    font-size: .5rem;
}

.fc-day-today {
    background-color: inherit !important;
}

.fc-highlight {
    background-color: inherit !important;
}

#availabilityPopoverLegend:focus {
    border: none;
    outline: none;
    box-shadow: none;
    opacity: .7;
}

.o-30 {
    opacity: .3;
}

.tours-chart-conversion {
    height: 100%;
    margin: 20px 0;
}

    .tours-chart-conversion #containerConversion {
        height: 100%;
    }

@media (min-width: 768px) {

    .tour-other-actions {
        /* Allows child flex items' widths to default to the widest item */
        > .d-flex {
            width: max-content;
        }
        > a {
            width: calc(50% - 8px);
            min-width: 134px;
            display: inline-block;
        }
    }
}

#tour-detail-modal.modal {
    width: 100vw;
    height: 100vh;
}

#toursNeedingFollowUpBanner .dropdown-toggle {
    color: #495057; /* gray-700 */
    background-color: #f3b857; /* btn-warning color */
}

#ulFollowUpDropdown li {
    border-bottom: 0;
}
.page-kares-applications-customizeapplication .select-to-dropdown {
    line-height: 1rem;
}

.page-kares-applications-customizeapplication .card-header .collapsible:after,
.card-header .collapsed:after {
    color: #fff !important;
}

.label-knock-up.small {
    position: absolute;
    top: -1rem;
    font-size: 12px;
}

.w-unset {
    width: unset !important;
}

@media (min-width: 768px) {

    .w-md-unset {
        width: unset !important;
    }
}

.aggreement-terms-text .dropdown-toggle {
    font-weight: normal !important;
}

.inquiry-table-link,
.tour-list-link,
.application-list-link {
    word-break: break-word;
}

.mw-25 {
    max-width: 25%;
}

.mw-33 {
    max-width: 33%;
}

.mw-50 {
    max-width: 50%;
}

.mw-75 {
    max-width: 75%;
}

#chartToursByStatus {
    cursor: pointer;
}

.table-striped tbody tr.bg-light-gray:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05) !important;
}

#divChildList .child-icon {
    margin-top: 1px;
    margin-right: 11px;
}

.dropdown-header:first-child {
    border-top: none !important;
    margin-top: 0 !important;
}

.ka-icon-soci {
    width: 36px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='36' fill='none' height='16' version='1.1' id='svg131' sodipodi:docname='soci.svg' inkscape:version='1.1.2 (0a00cf5339, 2022-02-04)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs135' /%3E%3Csodipodi:namedview id='namedview133' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' showguides='false' inkscape:zoom='17.462585' inkscape:cx='59.183677' inkscape:cy='37.966887' inkscape:window-width='2736' inkscape:window-height='1715' inkscape:window-x='0' inkscape:window-y='0' inkscape:window-maximized='1' inkscape:current-layer='svg131' /%3E%3Cpath d='M 28.230108,16 H 1.267868 C 0.931708,15.999602 0.609463,15.869903 0.371779,15.639339 0.134095,15.408775 3.91e-4,15.096162 0,14.770113 V 7.5328668 C 0.0035,5.5353345 0.823394,3.620646 2.279905,2.2085863 3.736389,0.79650139 5.710669,0.00227732 7.769871,0 h 26.962377 c 0.335968,3.7971535e-4 0.658257,0.13007866 0.896007,0.36064531 0.23775,0.23056665 0.371262,0.54316054 0.371809,0.86923629 v 7.2314958 c -0.0019,1.9985396 -0.821317,3.9146856 -2.27791,5.3279906 C 32.26556,15.202698 30.290514,15.997721 28.230108,16 Z M 7.769871,1.1480713 C 6.024695,1.1503961 4.35161,1.8236769 3.117309,3.0204903 1.883008,4.2172766 1.188144,5.8399437 1.184998,7.5328668 v 7.2314952 c 0,0.02171 0.0089,0.04251 0.0247,0.05786 0.01581,0.01534 0.03726,0.02396 0.05964,0.02396 H 28.2301 c 1.746325,-0.0019 3.420422,-0.675658 4.655134,-1.873426 1.234711,-1.197766 1.929356,-2.821758 1.931272,-4.5156618 V 1.2298845 c 0,-0.021708 -0.009,-0.042505 -0.02462,-0.057829 -0.01587,-0.015344 -0.03748,-0.023984 -0.05964,-0.023984 z' fill='%23000000' id='path121' style='stroke-width:0.269269' /%3E%3Cpath d='M 27.275826,7.5055961 V 11.866887 H 28.65171 V 6.1695172 c -0.365243,0 -0.715438,0.1407766 -0.97398,0.3913229 -0.258269,0.2505733 -0.403272,0.5904031 -0.403272,0.944756' fill='%23000000' id='path123' style='stroke-width:0.269269' /%3E%3Cpath d='m 27.960895,5.559583 c 0.151296,0 0.299034,-0.043512 0.424886,-0.1250349 0.125851,-0.081523 0.223796,-0.1974103 0.281797,-0.3329658 0.05773,-0.1355826 0.07305,-0.2847603 0.0435,-0.4286899 C 28.681528,4.5289619 28.608755,4.3967715 28.501782,4.2929911 28.394808,4.1892377 28.25856,4.1185845 28.110001,4.0899364 c -0.148286,-0.028624 -0.302043,-0.01391 -0.441848,0.042243 -0.139804,0.056153 -0.25909,0.1512449 -0.343355,0.2732585 -0.08399,0.1220126 -0.128861,0.2654665 -0.128861,0.4122062 0,0.1967739 0.08071,0.3854924 0.22407,0.5246252 0.143361,0.1391598 0.337884,0.2173134 0.540888,0.2173137 z' fill='%23000000' id='path125' style='stroke-width:0.269269' /%3E%3Cpath d='m 25.416235,9.6855129 c -0.223551,0.2855285 -0.508604,0.5203861 -0.835271,0.6882481 -0.326639,0.167887 -0.687039,0.26475 -1.056194,0.283858 -0.369127,0.01913 -0.738118,-0.03997 -1.081337,-0.173136 -0.343218,-0.133169 -0.65243,-0.337259 -0.90613,-0.598061 -0.499904,-0.5002178 -0.780415,-1.1689595 -0.782631,-1.8656345 -0.0053,-0.7096861 0.268227,-1.3947265 0.764875,-1.9158538 0.233099,-0.2431264 0.515088,-0.4373304 0.828567,-0.5706328 0.31348,-0.1332772 0.651801,-0.2028174 0.994062,-0.2043275 0.906869,0 1.642142,0.3716851 2.09622,1.0390223 h 1.404063 C 26.603615,5.7712782 26.207183,5.2447709 25.692834,4.8420256 25.023633,4.3336448 24.195148,4.0626927 23.345131,4.0742469 c -0.511449,0.00436 -1.016824,0.1082596 -1.486168,0.3054578 -0.469344,0.1971982 -0.893135,0.4837341 -1.246312,0.8426184 -0.518207,0.54225 -0.87598,1.2100908 -1.035593,1.9331076 C 19.409539,6.431857 19.038223,5.7676205 18.504503,5.2366874 18.132831,4.8706737 17.689834,4.5800307 17.201312,4.3816391 16.71279,4.1832485 16.188454,4.0810847 15.658839,4.0810847 c -0.529616,0 -1.053923,0.1021638 -1.542473,0.3005544 -0.488522,0.1983916 -0.931519,0.4890346 -1.303164,0.8550483 -0.748378,0.7367446 -1.169953,1.7282492 -1.174659,2.7625813 -8.2e-5,0.154425 0.0093,0.3087434 0.0281,0.4621087 C 11.169557,7.702186 10.142856,7.4682823 9.160531,7.3477265 8.247726,7.2644894 7.54501,7.1482491 7.497679,6.4866629 7.469089,6.2628032 7.528809,6.0367186 7.664842,5.8537771 7.920786,5.5323132 8.416394,5.3328348 8.987431,5.32136 9.616195,5.311315 10.243455,5.5825335 10.383998,6.2025118 v 0.02009 h 1.297446 l -0.01332,-0.096149 C 11.573464,5.466297 11.316041,4.9252665 10.77012,4.560764 10.255497,4.233522 9.65152,4.0635403 9.036271,4.0728162 c -0.982353,0 -1.904023,0.3975242 -2.408495,1.0347021 -0.337255,0.4256696 -0.495827,0.9594642 -0.443818,1.4939494 0.05918,0.7175574 0.389072,1.2471131 1.008945,1.578621 0.529643,0.2870125 1.183551,0.3760054 1.804901,0.4305188 0.813657,0.078946 1.497166,0.1851403 1.609585,0.6673371 0.01904,0.077619 0.02947,0.157022 0.03108,0.2367923 0,0.6974691 -0.846241,1.1294191 -1.627368,1.1294191 -0.716012,0 -1.498644,-0.365935 -1.565208,-0.9787312 L 7.434043,9.4817161 H 6.370352 6.126255 l 0.01628,0.2999451 c 0.03901,0.3217558 0.152417,0.6308438 0.331727,0.9041818 0.179311,0.273312 0.419906,0.503875 0.703865,0.674439 0.54532,0.342163 1.180569,0.524971 1.830017,0.526694 1.45279,0 2.958821,-0.888335 2.958821,-2.3765594 0.201991,0.4556158 0.488303,0.8714794 0.844764,1.2270254 0.371672,0.366225 0.814751,0.657054 1.303437,0.855578 0.488659,0.198497 1.013159,0.30074 1.542938,0.30074 0.529807,0 1.054279,-0.102243 1.542966,-0.30074 0.488659,-0.198524 0.931738,-0.489353 1.303437,-0.855578 0.53309,-0.528761 0.904817,-1.1903993 1.074032,-1.9115621 0.167492,0.7192274 0.528987,1.3824041 1.04744,1.9216061 0.431615,0.440006 0.96922,0.76905 1.564442,0.957583 0.595195,0.188506 1.229377,0.230591 1.845501,0.122438 0.616153,-0.108154 1.194905,-0.363153 1.684275,-0.742046 0.489453,-0.378894 0.87412,-0.869809 1.119257,-1.4286486 z M 17.575419,9.8677646 C 17.065557,10.364219 16.374578,10.645746 15.652191,10.651338 15.115298,10.645817 14.592029,10.486631 14.147938,10.193867 13.703847,9.901104 13.358713,9.4877315 13.155737,9.0055347 12.95276,8.5233378 12.900997,7.993756 13.006904,7.4831493 13.11281,6.9725164 13.371709,6.5035708 13.751151,6.1350658 c 0.247653,-0.2461476 0.543213,-0.4421533 0.869551,-0.5766491 0.32631,-0.1344957 0.676916,-0.2048303 1.031489,-0.2069245 0.53692,0.00494 1.060462,0.163171 1.505347,0.4547944 0.444912,0.2916233 0.791468,0.7038295 0.996524,1.1852049 0.205083,0.4814016 0.259555,1.0106919 0.156657,1.5219079 -0.102897,0.5111898 -0.358621,0.9817259 -0.7353,1.3529345' fill='%23000000' id='path127' style='stroke-width:0.269269' /%3E%3Cpath d='m 29.51133,11.866887 c -0.07168,0 -0.14172,-0.02061 -0.201362,-0.05925 -0.05964,-0.03864 -0.106153,-0.09355 -0.133512,-0.15779 -0.02736,-0.06427 -0.03475,-0.134946 -0.02079,-0.203161 0.01423,-0.06819 0.0487,-0.130839 0.09931,-0.180026 0.05061,-0.04916 0.115181,-0.08266 0.185494,-0.09623 0.07031,-0.01357 0.143361,-0.0066 0.20957,0.02001 0.06621,0.02661 0.122842,0.07169 0.162512,0.129513 0.03994,0.0578 0.06128,0.125777 0.06128,0.195317 2.73e-4,0.0463 -0.0088,0.09217 -0.02681,0.135026 -0.01806,0.04282 -0.04487,0.08174 -0.07852,0.11446 -0.03392,0.03273 -0.07387,0.05862 -0.11819,0.07614 -0.04405,0.01754 -0.09138,0.02637 -0.138984,0.026 z m 0,-0.650111 c -0.06128,-5.83e-4 -0.121474,0.01656 -0.172909,0.04924 -0.05116,0.03267 -0.09111,0.0794 -0.115181,0.134258 -0.0238,0.05484 -0.0301,0.115282 -0.01833,0.173691 0.01149,0.05841 0.04104,0.112129 0.08427,0.154319 0.04323,0.04217 0.09849,0.07091 0.158682,0.08255 0.06019,0.01163 0.122568,0.0057 0.179201,-0.01717 0.05663,-0.02282 0.105059,-0.06148 0.138984,-0.111068 0.03393,-0.04959 0.05171,-0.107809 0.05144,-0.167331 2.74e-4,-0.03912 -0.0077,-0.07792 -0.02298,-0.114117 -0.01505,-0.0362 -0.03776,-0.06911 -0.06621,-0.09687 -0.02845,-0.02772 -0.06211,-0.04974 -0.09959,-0.06477 -0.03721,-0.01499 -0.07715,-0.02273 -0.11737,-0.02273 z m 0.06211,0.322896 0.106426,0.134894 h -0.06347 l -0.09931,-0.126281 h -0.08864 v 0.126281 h -0.05171 v -0.335803 h 0.147738 c 0.07715,0 0.130229,0.03875 0.130229,0.101899 2.74e-4,0.02438 -0.0088,0.04797 -0.02544,0.06626 -0.01669,0.01826 -0.03967,0.02992 -0.06484,0.03276 z m -0.03392,-0.154981 h -0.102333 v 0.119098 h 0.09931 c 0.0487,0 0.08126,-0.02152 0.08126,-0.06026 0,-0.03875 -0.02955,-0.05884 -0.07989,-0.05884' fill='%23000000' id='path129' style='stroke-width:0.269269' /%3E%3C/svg%3E%0A");
}

#divAttachment .custom-file-label::after {
    min-width: 93px;
    text-align: center;
}

.user-table-filter-bar .search input {
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(1 1)' stroke='%23636363' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cellipse cx='4.269' cy='4.454' rx='4.269' ry='4.454'/%3E%3Cpath d='M7.115 8.017l2.347 2.448' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #eceff0;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    transition: background-color ease .5s, border-color ease .5s;
}

    .user-table-filter-bar .search input:focus {
        background-color: #fff !important;
        color: #333;
        border: 1px solid #999;
    }

@media (min-width: 992px) {
    .scroll-todos {
        overflow: auto;
        height: 406px;
    }
}

.needs-attention-banner {
    background: white;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: white;
    transition: opacity 250ms, background 1500ms, padding 250ms, box-shadow 500ms, outline 150ms;
    box-shadow: 0 70px 100px rgba(0, 0, 0, .2);
    padding-bottom: 0;
    padding-top: .25rem;
}

    .needs-attention-banner:not(.open) {
        cursor: pointer;
        background: #ede7d3;
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    }

        .needs-attention-banner:not(.open):hover {
            background: #ede7d3;
            outline: 1px solid rgba(0,0,0,.2);
            box-shadow: 0 5px 5px rgba(0, 0, 0, .15);
        }

    .needs-attention-banner .fa-caret-down,
    .needs-attention-banner .fa-caret-up {
        transition: transform 150ms;
    }

    .needs-attention-banner.open .fa-caret-down {
        transform: rotate(180deg);
    }

    .needs-attention-banner::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, #ede7d3, transparent);
        width: 100%;
        height: 0;
        opacity: 0;
        transition: opacity ease-in 500ms, height ease-in 500ms;
        pointer-events: none;
    }

    .needs-attention-banner.open::before {
        opacity: .7;
        height: 6rem;
        z-index: 0;
    }

@keyframes bellring {
    0% {
        transform: rotate(0);
    }

    13% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(0);
    }
}

.bellring {
    animation: bellring 1250ms;
}

@keyframes precissectionsani4 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }
}

@keyframes precissectionsani3 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }
}

@keyframes precissectionsani2 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }
}

@keyframes precissectionsani1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes detailsectionsani1 {
    0% {
        opacity: 0;
        margin-left: -1rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes detailsectionsani2 {
    0% {
        opacity: 0;
        margin-left: -1rem;
    }

    20% {
        opacity: 0;
        margin-left: -1rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes detailsectionsani3 {
    0% {
        opacity: 0;
        margin-left: -1rem;
    }

    30% {
        opacity: 0;
        margin-left: -1rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes detailsectionsani4 {
    0% {
        opacity: 0;
        margin-left: -1rem;
    }

    40% {
        opacity: 0;
        margin-left: -1rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes detailsectionsani5 {
    0% {
        opacity: 0;
        margin-left: -1rem;
    }

    50% {
        opacity: 0;
        margin-left: -1rem;
    }

    100% {
        opacity: 1;
        margin-left: 0;
    }
}

.needs-attention-alert-caret {
    font-size: 1.5rem;
    color: var(--info);
    border: none;
    background: none;
    display: flex;
    align-items: center;
    color: black;
}

.needs-attention-alert-precis,
.needs-attention-alert-view {
    display: flex;
    width: 100%;
    z-index: 1;
    position: relative;
}

.needs-attention-alert-precis-sections {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    min-height: 3.2rem;
}

.needs-attention-alert-details::after {
    background: #dee2e6;
    border-radius: 3px;
    content: "";
    display: none;
    width: 25%;
    height: 5px;
    margin: 1.5rem auto -.5rem;
}

.needs-attention-alert-details-sections {
    display: block;
    margin: .75rem 0 0 0;
    padding: 0;
    font-size: 1rem;
    list-style: none;
    width: 100%;
}

.needs-attention-alert-precis-sections li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: -1.5rem;
    transition: margin 250ms, opacity 350ms;
}

.needs-attention-banner .needs-attention-alert-precis-sections li {
    margin-left: -2.8rem;
}

    .needs-attention-banner .needs-attention-alert-precis-sections li:nth-child(1) {
        margin-left: 0;
    }

.needs-attention-alert-details-sections li:nth-child(1) {
    animation: detailsectionsani1 1250ms;
}

.needs-attention-alert-details-sections li:nth-child(2) {
    animation: detailsectionsani2 1250ms;
}

.needs-attention-alert-details-sections li:nth-child(3) {
    animation: detailsectionsani3 1250ms;
}

.needs-attention-alert-details-sections li:nth-child(4) {
    animation: detailsectionsani4 1250ms;
}

.needs-attention-alert-details-sections li:nth-child(5) {
    animation: detailsectionsani5 1250ms;
}

.needs-attention-alert-details-sections li a {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 0 .5rem;
    text-align: left;
}

    .needs-attention-alert-details-sections li a .badge,
    .needs-attention-button .badge.badge-warning.rounded-circle {
        display: inline-flex;
        min-width: 1.5rem;
        min-height: 1.5rem;
        outline: 1px solid white;
    }

.needs-attention-alert-precis-sections li:nth-child(1) {
    margin-left: 0 !important;
    z-index: 5;
    animation: precissectionsani1 1250ms ease-in;
}

.needs-attention-alert-precis-sections li:nth-child(2) {
    z-index: 4;
    animation: precissectionsani2 1250ms ease-in;
    display: none;
}

.needs-attention-alert-precis-sections li:nth-child(3) {
    z-index: 3;
    animation: precissectionsani3 1250ms ease-in;
    display: none;
}

.needs-attention-alert-precis-sections li:nth-child(4) {
    z-index: 2;
    animation: precissectionsani4 1250ms ease-in;
    display: none;
}

.needs-attention-alert-precis-sections li:nth-child(5) {
    z-index: 1;
    animation: precissectionsani5 1250ms ease-in;
    display: none;
}

.needs-attention-alert-precis-sections:hover li,
.needs-attention-alert-precis-sections:focus-within li {
}

.needs-attention-alert-precis-sections li:hover,
.needs-attention-alert-precis-sections li:focus-within {
    z-index: 6;
}

.needs-attention-alert-section-icon .ka-icon,
.needs-attention-alert-precis-sections:focus-within li a .needs-attention-alert-section-icon .ka-icon {
    opacity: .6;
}

li:hover a .needs-attention-alert-section-icon .ka-icon,
li:focus-within a .needs-attention-alert-section-icon .ka-icon {
    opacity: 1;
}

.needs-attention-alert-precis-sections li:hover + li,
.needs-attention-alert-precis-sections li:focus-within + li {
    z-index: 5;
}

    .needs-attention-alert-precis-sections li:hover + li + li,
    .needs-attention-alert-precis-sections li:focus-within + li + li {
        z-index: 4;
    }

        .needs-attention-alert-precis-sections li:hover + li + li + li,
        .needs-attention-alert-precis-sections li:focus-within + li + li + li {
            z-index: 3;
        }

            .needs-attention-alert-precis-sections li:hover + li + li + li + li,
            .needs-attention-alert-precis-sections li:focus-within + li + li + li + li {
                z-index: 2;
            }

.needs-attention-alert-section-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--gray);
    border-radius: 50%;
    outline: 4px solid #ede7d3;
    background-color: var(--white);
    width: 2.75rem;
    min-width: 2.75rem;
    height: 2.75rem;
    transition: border 250ms, outline 250ms;
}

.needs-attention-banner.open .needs-attention-alert-section-icon {
    outline: 4px solid white;
}

@keyframes pulsing-brand {
    0% {
        outline: 0 solid #ede7d3;
    }

    13% {
        outline: 0 solid #ede7d3;
    }

    25% {
        outline: 8px solid #F3B85766;
    }

    50% {
        outline: 0 solid #ede7d3;
    }

    75% {
        outline: 8px solid #F3B85766;
    }

    100% {
        outline: 0 solid #ede7d3;
    }
}

.needs-attention-alert-section-icon.needs-attention-alert-brand-icon {
    border-width: 3px;
    border-color: var(--warning);
    background: var(--warning);
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    animation: pulsing-brand 5000ms;
    animation-iteration-count: infinite;
    transition: outline 150ms, border 150ms;
}

    .needs-attention-alert-section-icon.needs-attention-alert-brand-icon:hover {
        animation: none;
        border-width: 3px;
        border-color: var(--warning);
        outline: 2px solid var(--warning);
    }

.open .needs-attention-alert-section-icon.needs-attention-alert-brand-icon {
    animation: none;
    outline: none !important;
}

.needs-attention-alert-precis-brand .needs-attention-alert-section-icon {
    border-color: var(--warning);
    font-size: 1.4rem;
}

.needs-attention-alert-details-sections li a .needs-attention-alert-section-icon {
    margin-right: .7rem;
    align-self: baseline;
    position: relative;
}

.needs-attention-alert-section-icon .badge {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    color: black;
    outline: 1px solid white;
}

.needs-attention-alert-details-sections li a:hover,
.needs-attention-alert-details-sections li a:focus-within {
    text-decoration: none;
}

li a:hover .needs-attention-alert-section-icon,
li a:hover .needs-attention-alert-section-icon {
    border: 2px solid var(--dark);
    outline: 3px solid var(--white);
}

a:focus-within .needs-attention-alert-section-icon,
a:focus-within .needs-attention-alert-section-icon,
a.active .needs-attention-alert-section-icon,
.needs-attention-alert-view a.active .needs-attention-alert-section-icon {
    border: 2px solid var(--dark);
    outline: 6px solid var(--white);
}

.needs-attention-alert-section-icon span.ka-icon,
.needs-attention-alert-section-icon span.ka-icon {
    margin: auto;
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.ka-icon-document-signed {
    left: 2px !important;
    position: relative;
}

.needs-attention-alert-precis-button {
    font-size: 1.2rem;
    margin: auto 0 auto 1rem;
    color: var(--gray-dark);
    border: none;
    background: none;
}

.needs-attention-alert-details-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: black;
    margin: auto 0;
    display: flex;
    align-items: center;
    text-align: left;
}

.needs-attention-alert-details-brand {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--warning);
    outline: 4px solid var(--white);
    background-color: var(--warning);
    color: black;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    transition: border 250ms, outline 250ms;
    margin-right: .65rem;
}

    .needs-attention-alert-details-brand span.ka-icon {
        margin: auto;
        height: 24px;
        width: 24px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        color: black;
    }

.needs-attention-alert-precis .badge.rounded-circle {
    font-size: 1rem;
    color: black;
    width: 2rem;
    height: 2rem;
    margin-right: .25rem;
}

.needs-attention-section-link .fa-arrow-right,
.needs-attention-section-details-link .fa-arrow-right {
    margin-right: .5rem;
    margin-left: auto;
}

/* journey/settings for automation styling */

/* journey/settings for automation styling */

.moment-card {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
}

.moment-anchor {
    height: 3rem;
    margin-top: -1.5rem;
}

@media (min-width: 768px) {
    .moment-anchor {
        margin-top: -3rem;
    }
}

.moment-header {
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: .5rem;
    margin-bottom: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    letter-spacing: normal;
    transition: background 250ms;
}

.moment-content {
    background-color: #fff;
    padding: .5rem 1rem .75rem;
    border: 2px solid #ddd;
    border-top: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.moment-next {
    margin: 0 auto 1rem;
    text-align: center;
    display: none;
    position: relative;
    top: -3px;
}

@media (min-width: 768px) {
    .moment-next {
        display: block;
    }
}

.moment-next svg {
    fill: #ddd;
    width: 17px;
}

.moment-next svg {
    fill: #ddd;
    width: 17px;
}

.moment-next.moments-group-next svg {
    fill: #f4f4f4;
}

.moment-row:not(.moment-row-one-path) .moment-next {
    top: 2px;
}

.moments-group {
    position: sticky;
    background-color: #f4f4f4;
    margin: 2rem 2rem 3rem;
    padding: 0 2rem 1.5rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    border: 3px solid #83c4f7;
    border-radius: .5rem
}

    .moments-group::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(-1rem - 1px);
        left: 50%;
        width: 2rem;
        height: 2rem;
        margin-left: -1rem;
        background-color: #f4f4f4;
        border-left: 3px solid #f4f4f4;
        border-top: 3px solid #f4f4f4;
        transform: rotate(45deg);
        z-index: 1020;
    }

    .moments-group::after {
        content: "";
        display: block;
        position: absolute;
        bottom: calc(-1.5rem + 6px);
        left: 50%;
        width: 2rem;
        height: 2rem;
        margin-left: -1rem;
        background-color: #f4f4f4;
        border-right: 3px solid #f4f4f4;
        border-bottom: 3px solid #f4f4f4;
        transform: rotate(45deg);
        box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
        z-index: 1020;
    }

    .moments-group .moment-header {
        position: static;
        z-index: unset;
        top: unset;
    }

    .moments-group h2 {
        text-align: center;
        margin: .375rem -1.8125rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-transform: uppercase;
        z-index: 1019;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

@media (min-width: 768px) {
    .moments-group h2 {
        top: 33px;
    }
}

.moments-group-icon {
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.moments-group-icon {
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.needs-attention-section-link,
.needs-attention-section-details-link {
    transition: background 200ms;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    position: relative;
    text-decoration: none !important;
}

.active.needs-attention-section-link,
.active.needs-attention-section-details-link {
    background-color: #f0f0f0;
}

.letter-spacing-normal {
    letter-spacing: normal;
}

.needs-attention-alert-details-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 1.5rem .5rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    transition: background 250ms;
    width: 100%;
}

    .needs-attention-alert-details-item:first-of-type {
        margin-top: 0;
    }

    .needs-attention-alert-details-item:last-of-type {
        margin-bottom: 0;
        border-bottom: none;
    }

    .needs-attention-alert-details-item:hover,
    .needs-attention-alert-details-item.active {
        background: #f0f0f0;
    }

    .needs-attention-alert-details-item.active {
        border-left: 4px solid #ccc;
        padding-left: calc(1.5rem - 4px);
    }

.needs-attention-section-details {
    max-height: calc(100vh - 133.67px);
    overflow: auto;
    margin-left: -1.5rem;
}

.needs-attention-section-description {
    color: black;
}

.needs-attention-alert-precis-sections .needs-attention-section-details-link.active {
    background: none;
}

.moments-group-icon .ka-icon {
    margin-left: 4px;
}

#moments-nav {
    border-bottom: 2px solid white;
}

    #moments-nav .nav-pills .nav-item.badge {
        padding: 0;
        text-transform: uppercase;
        position: relative;
        text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    }

        #moments-nav .nav-pills .nav-item.badge::after {
            content: "";
            display: block;
            height: 22.5px;
            width: 22.5px;
            position: absolute;
            z-index: 1;
            top: 5px;
            right: -11px;
            transform: rotate(45deg);
            background-color: inherit;
        }

        #moments-nav .nav-pills .nav-item.badge:last-of-type:after {
            display: none;
        }

    #moments-nav .nav-pills .nav-link {
        width: 100%;
        padding: .5rem .5rem .5rem 1rem;
        transition: background 500ms;
    }

    #moments-nav .nav-pills .nav-item:first-of-type .nav-link {
        padding: .5rem 0;
        text-shadow: none;
    }

    #moments-nav .nav-pills .nav-link:hover,
    #moments-nav .nav-pills .nav-link.active,
    #moments-nav .nav-pills .show > .nav-link {
        background: linear-gradient(45deg, rgba(0, 0, 0, .3) 0%, transparent 85%);
        opacity: 1;
    }

    #moments-nav .nav-pills .nav-item:first-of-type .nav-link:hover,
    #moments-nav .nav-pills .nav-item:first-of-type .nav-link.active {
        background: none;
        color: black;
    }

        #moments-nav .nav-pills .nav-item:first-of-type .nav-link.active::after {
            content: "";
            position: absolute;
        }

    #moments-nav .nav-pills .nav-link::after {
        content: "";
        display: block;
        background: white;
        width: 2rem;
        height: .2rem;
        position: absolute;
        bottom: .2rem;
        left: -2rem;
        border-radius: 1rem;
        opacity: 0;
        transition: opacity 150ms, left 300ms;
    }

    #moments-nav .nav-pills .nav-link.active::after {
        left: calc(50% - .75rem);
        opacity: 1;
    }

.moment-row {
    position: relative;
    margin: 0 0 .5rem;
}

    .moment-row::before {
        display: none;
    }

    .moment-row:not(:first-of-type)::before {
        content: "";
        display: none;
        position: absolute;
        top: -2rem;
        left: calc(50% - 3.25px);
        background: #ddd;
        width: 7px;
        height: 2.5rem;
        z-index: 2;
    }

@media (min-width: 768px) {
    .moment-row:not(:first-of-type)::before {
        display: block;
    }
}

.moment-row > .moment-col {
    position: relative;
}

    .moment-row > .moment-col:first-of-type {
        margin-left: auto;
    }

    .moment-row > .moment-col:last-of-type {
        margin-right: auto;
    }

.moment-row:not(:first-of-type) > .moment-col::before {
    content: "";
    display: none;
    position: absolute;
    top: 4px;
    left: 0;
    border-top: 6px solid #ddd;
    width: 100%;
}

.moment-row.short-connector::before {
    top: 2px;
    height: 3.7rem;
}

@media (min-width: 768px) {
    .moment-row:not(:first-of-type) > .moment-col::before {
        display: block;
    }
}

.moment-row > .moment-col:first-of-type:last-of-type::before {
    display: none;
}

.moment-row > .moment-col:first-of-type::before {
    width: calc(50% + 3px);
    left: calc(50% - 2px);
}

.moment-row > .moment-col:last-of-type::before {
    width: calc(50% + 2px);
}

.moment-row.moment-row-one-path::before {
    display: none;
}

.moment-row.moment-row-one-path > .moment-col::before,
.moment-row.moment-row-one-path > .moment-col:first-of-type::before,
.moment-row.moment-row-one-path > .moment-col:last-of-type::before {
    display: none;
}

.moment-row.moment-row-two-path + .moment-row.moment-row-one-path {
    top: 1.5rem;
    margin-bottom: 2rem;
}

.moment-row.moment-row-three-path,
.moments-group .moment-row.moment-row-three-path {
    margin-top: 2rem;
}

.moment-row.moment-row-one-path .moment-col {
    padding: 0;
}

.moment-row.moment-row-no-path::before,
.moment-row.moment-row-no-path:first-of-type::before,
.moment-row.moment-row-no-path:last-of-type::before {
    display: none;
}

.moments-group .moment-row .moment-line {
    content: "";
    display: none;
    position: absolute;
    bottom: -2rem;
    left: 0;
    border-bottom: 6px solid #ddd;
    width: 100%;
}

@media (min-width: 768px) {
    .moments-group .moment-row .moment-line {
        display: block;
    }
}

.moments-group .moment-row .moment-col:not(.moment-dead-end):first-of-type .moment-line {
    width: calc(50% + 3px);
    left: calc(50% - 3px);
}

.moments-group .moment-row .moment-col:not(.moment-dead-end):last-of-type .moment-line,
.moments-group .moment-row .moment-col:not(.moment-dead-end) .moment-line.moment-line-half {
    width: calc(50% + 3px);
}

.moments-group .moment-row:last-child .moment-line,
.moments-group .moment-row.moment-row-pre-dead-end .moment-line {
    display: none;
}

.moment-row-dead-end {
    border-top: 5px dotted rgba(0,0,0,.1);
    margin-top: 2rem;
}

.moment-row.moment-row-dead-end .moment-col,
.moment-row.moment-row-dead-end .moment-col.moment-dead-end {
    margin-top: 1rem;
}

.moment-row > .moment-col > *,
.moment-row .moment-col > .moment-row-dead-end > * {
    position: relative;
    z-index: 1;
    flex: unset;
    max-width: unset;
}

.moment-row > .moment-col::after {
    content: "";
    display: none;
    position: absolute;
    bottom: -2rem;
    left: calc(50% - 3.25px);
    width: 7px;
    background: #ddd;
    height: calc(100% - 3rem);
    z-index: 0;
}

@media (min-width: 768px) {
    .moment-row > .moment-col::after {
        display: block;
    }
}

.moment-row.moment-row-one-path > .moment-col::after {
    display: none;
}

.moment-row:last-child > .moment-col::after,
.moment-row.moment-row-pre-dead-end > .moment-col::after,
.moment-row > .moment-col.moment-dead-end::after {
    display: none;
}

.moment-col.moment-dead-end,
.moment-row > .moment-col.moment-dead-end {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    align-self: start;
}

@media (min-width: 768px) {
    .moment-row > .moment-col.moment-dead-end {
        border-left: 5px dotted rgba(0,0,0,.1);
        margin-right: -1rem;
        margin-left: 1rem;
    }
}

@media (min-width: 768px) {
    .moment-row > .moment-col.moment-dead-end {
        border-left: 5px dotted rgba(0,0,0,.1);
        margin-right: -1rem;
        margin-left: 1rem;
    }
}

.moment-row > .moment-col.moment-dead-end:first-child {
    border-left: none;
    margin-right: auto;
    margin-left: auto;
}

.moment-row > .moment-col.moment-dead-end::before {
    display: none;
}

.moment-dead-end .moment-next {
    display: none;
}

.moments-group .moment-row:last-of-type > .moment-col.moment-dead-end {
    padding-top: 0;
}

    .moments-group .moment-row:last-of-type > .moment-col.moment-dead-end:first-of-type:last-of-type {
        padding-top: 1rem;
    }

.moments-group .moment-row {
    margin: 0 -2rem .5rem;
    padding: 0 1rem;
    z-index: 2;
}

    .moments-group .moment-row:first-of-type {
        margin-top: 0;
        padding-top: 0;
    }

        .moments-group .moment-row:first-of-type .moment-col {
            margin-top: 0;
            padding-top: 0;
        }

.moment-row-alt {
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, .015), rgba(0, 0, 0, .015) 10px, rgba(0, 0, 0, .03) 10px, rgba(0, 0, 0, .03) 20px);
    padding: 0 0 3rem;
    margin: 1.5rem 3rem;
}

    .moment-row-alt.moment-row::before {
        height: 4rem;
        top: calc(-1rem - 6px);
    }

.moment-smart-actions,
.moment-needs-attentions {
    margin-top: -.25rem;
    background-color: #fff;
    padding: .5rem .75rem;
    border: 2px solid #ddd;
    border-top-width: 1px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

    .moment-smart-actions h4,
    .moment-needs-attentions h4 {
        text-transform: uppercase;
        color: #999;
        letter-spacing: normal;
        font-size: .875rem;
        margin-bottom: .5rem;
    }

.smart-action-button,
.needs-attention {
    border: 1px solid var(--gray-dark) !important;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.smart-action-button-step-number,
.smart-action-button-icon,
.needs-attention-button-step-number,
.needs-attention-button-icon {
    min-width: 1.75rem;
    text-align: center;
}

.moments-group.moments-group-smart-touring {
    border-color: #83c4f7;
    background-color: #f7fbfe;
}

    .moments-group.moments-group-smart-touring::before,
    .moments-group.moments-group-smart-touring::after {
        border-color: var(--blue);
        background-color: #f7fbfe;
    }

.moments-group.moments-group-digital-enrollment {
    border-color: #F3B857;
    background-color: #fefaf4;
}

    .moments-group.moments-group-digital-enrollment::before,
    .moments-group.moments-group-digital-enrollment::after {
        border-color: var(--orange);
        background-color: #fefaf4;
    }

.moments-group.moments-group-smart-touring .moment-next svg {
    fill: var(--blue);
}

.moments-group.moments-group-digital-enrollment .moment-next svg {
    fill: var(--orange);
}

.moments-group.moments-group-smart-touring .moment-row > .moment-col::before {
    border-color: var(--blue);
}

.moments-group.moments-group-digital-enrollment .moment-row > .moment-col::before {
    border-color: var(--orange);
}

.moments-group.moments-group-smart-touring .moment-row::before {
    background: var(--blue);
}

.moments-group.moments-group-digital-enrollment .moment-row::before {
    background: var(--orange);
}

.moments-group.moments-group-smart-touring .moment-row > .moment-col::after {
    background: var(--blue);
}

.moments-group.moments-group-digital-enrollment .moment-row > .moment-col::after {
    background: var(--orange);
}

.moments-group.moments-group-smart-touring .moment-row .moment-line {
    border-color: var(--blue);
}

.moments-group.moments-group-digital-enrollment .moment-row .moment-line {
    border-color: var(--orange);
}

.moments-group.moments-group-smart-touring h2 {
    color: #426886;
    border-color: var(--blue);
    background-color: #f7fbfe;
}

.moments-group.moments-group-digital-enrollment h2 {
    color: #ce8000;
    border-color: var(--orange);
    background-color: #fefaf4;
}

.moments-group.moments-group-smart-touring:not(.active) .moment-header {
    background-color: var(--blue) !important;
}

.moments-group.moments-group-digital-enrollment:not(.active) .moment-header {
    background-color: var(--orange) !important;
}

.moments-group + .moment-row:not(:first-of-type)::before {
    opacity: 0;
}

.inquiry-needs-attention > .col {
    margin: 1rem 0 .5rem;
}

.custom-switch .custom-control-input#enable-automation:disabled:checked ~ .custom-control-label::before {
    background-color: #89d57f;
}

.moment-smart-actions .custom-switch .custom-control-input ~ .custom-control-label::before,
.moment-needs-attentions .custom-switch .custom-control-input ~ .custom-control-label::before {
}

.moment-smart-actions .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.moment-needs-attentions .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #89D57F77;
}

.moment-smart-actions .custom-switch .custom-control-label::after,
.moment-needs-attentions .custom-switch .custom-control-label::after {
    background-color: rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.4);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.moment-smart-actions .custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.moment-needs-attentions .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--success);
    border-left: 1px solid rgba(0,0,0,.4);
    border-right: 1px solid rgba(0,0,0,0);
}

.moment-smart-actions .custom-switch:hover .custom-control-label::after,
.moment-needs-attentions .custom-switch:hover .custom-control-label::after,
.moment-smart-actions .custom-switch:hover .custom-control-input:checked ~ .custom-control-label::after,
.moment-needs-attentions .custom-switch:hover .custom-control-input:checked ~ .custom-control-label::after {
    background-color: rgba(0,0,0,.8);
    box-shadow: -4px 0 4px rgba(0,0,0,.2);
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    opacity: .4;
    cursor: not-allowed;
}

#needsAttentionBox {
    background: white;
}

#needsAttentionItemBox.show ~ .footer {
    min-height: calc(100vh - 170px);
}

#needsAttentionItemBox .needs-attention-alert-section-icon.needs-attention-alert-brand-icon {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    margin-top: .4rem;
}

#modal-message-subject-area,
#modal-message-subject-area .control-label,
#modal-message-message-area,
#modal-message-message-area .control-label {
    font-size: 1rem;
}

.custom-switch .custom-control-input#enable-automation:disabled:checked ~ .custom-control-label::before {
    background-color: #89d57f;
}

.moment-smart-actions .custom-switch .custom-control-input ~ .custom-control-label::before,
.moment-needs-attentions .custom-switch .custom-control-input ~ .custom-control-label::before {
}

.moment-smart-actions .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.moment-needs-attentions .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #89D57F77;
}

.moment-smart-actions .custom-switch .custom-control-label::after,
.moment-needs-attentions .custom-switch .custom-control-label::after {
    background-color: rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.4);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.moment-smart-actions .custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.moment-needs-attentions .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--success);
    border-left: 1px solid rgba(0,0,0,.4);
    border-right: 1px solid rgba(0,0,0,0);
}

.moment-smart-actions .custom-switch:hover .custom-control-label::after,
.moment-needs-attentions .custom-switch:hover .custom-control-label::after,
.moment-smart-actions .custom-switch:hover .custom-control-input:checked ~ .custom-control-label::after,
.moment-needs-attentions .custom-switch:hover .custom-control-input:checked ~ .custom-control-label::after {
    background-color: rgba(0,0,0,.8);
    box-shadow: -4px 0 4px rgba(0,0,0,.2);
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    opacity: .4;
    cursor: not-allowed;
}

.needs-attention-total {
    font-weight: 700;
    font-size: .8rem;
    margin-left: 2px;
    color: black;
}

#needsAttentionBox {
    background: white;
}

.modal #needsAttentionBox {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

#needsAttentionItemBox.show ~ .footer {
    min-height: calc(100vh - 170px);
}


#needsAttentionItemBox.show ~ #needsAttentionItemBox {
    display: none;
}

#needsAttentionItemBox .needs-attention-alert-section-icon.needs-attention-alert-brand-icon {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    margin-top: .4rem;
    text-shadow: 0 1px var(--warning);
}

.page-kares-inquiries #summaryRow {
    min-height: 518px;
}

.page-kares-applications #summaryRow {
    min-height: 573px;
}


.page-kares-tours .hide-reports,
.page-kares-tours .hide-reports > .row {
    min-height: 585px;
}

.needs-attention-alert-details {
    padding: 0 15px;
    margin: 0 -15px;
}

#inquiryJourney .sticky-top {
    z-index: 1019;
}

.alert > p:last-of-type {
    margin-bottom: 0;
}

.academy-manager-drop .dropdown-menu {
    z-index: 1020;
}

@media (min-width: 768px) {
    .more-need-attention {
        font-size: 80%;
    }
}

#divAcademyManager .dropdown-menu,
#tourAssignDropdown + .dropdown-menu,
#divAssignContact .dropdown-menu,
.classroom-availability .dropdown-menu {
    z-index: 1020;
}

#divEditControls #assignDropdown #status-label {
    display: inline-block !important;
    max-width: 107px;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}

.custom-switch:hover .custom-control-input ~ .custom-control-label::after {
    background-color: #667d87bb;
}

.custom-switch:hover .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffffbb;
}

#libraryAutocomplete {
    position: relative;
}

    #libraryAutocomplete #divCategoryFilter {
        position: absolute;
        top: calc(50% - 1rem);
        right: 1.5rem;
        height: 2rem;
    }

        #libraryAutocomplete #divCategoryFilter .bootstrap-select {
            height: 2rem;
            border: none;
            margin: 0;
            width: auto;
        }

        #libraryAutocomplete #divCategoryFilter .btn.dropdown-toggle {
            width: auto;
            height: 2rem;
            border: none;
            background-color: #fff;
            border-right: .75rem solid #fff;
            transition: background-color 250ms;
            margin: 0;
            background-position-x: 100%;
            padding-right: 14px;
        }

            #libraryAutocomplete #divCategoryFilter .btn.dropdown-toggle:focus,
            #libraryAutocomplete #divCategoryFilter .btn.dropdown-toggle:hover,
            #libraryAutocomplete #divCategoryFilter .dropdown:focus-within .btn.dropdown-toggle {
                border-right: .75rem solid #fff;
                outline: 1px solid #aaa;
            }

.page-signin .modal.fade.show {
    opacity: 1;
}

.edit-child .ka-icon.ka-icon-pencil {
}

.remove-child .fa.fa-times.gray,
.tour-remove-child .fa.fa-times.gray {
    font-size: 18px;
    color: #a9a9a9 !important;
    margin-top: 3px;
}

.page-kares-users .table.table-striped td,
.page-kares-users .table.table-striped th,
.page-kares-users .table tbody + tbody {
    border-bottom: 1px solid #dee2e6;
}

#divChildList .child,
.view-children .child {
    transition: background 250ms;
}

    #divChildList .child:hover,
    #divChildList .child:focus-within,
    .view-children .child:hover,
    .view-children .child:focus-within {
        background: #ececec;
    }

@media (min-width: 992px) and (max-width: 1200px) {

    .navbar .navbar-brand {
        width: 56px;
        overflow: hidden;
        margin-right: 0;
    }

    #topNavAcademyManager {
        margin-right: 0;
        padding-right: 0;
    }

    .navbar-expand-lg .navbar-nav .site-wide-link .nav-link {
        padding-right: .75rem;
        padding-left: .75rem;
    }

}

li.site-wide-link a:active,
li.site-wide-link a:hover,
li.site-wide-link a:focus {
    color: #666 !important;
}

#academyInsightsLink svg {
    margin: -3px 0 0 4px;
}

    #academyInsightsLink:active svg path,
    #academyInsightsLink:hover svg path,
    #academyInsightsLink:focus svg path {
        stroke: #333;
    }

.beta-tag {
    position: absolute;
    font-size: .65rem;
    background: var(--blue);
    color: #fff;
    padding: 1px 4px;
    bottom: -4px;
    right: 43px;
    border-radius: 4px;
    display: inline-block;
}

#responsiveMenu #academyInsightsLink .beta-tag {
    position: relative;
    bottom: unset;
    right: unset;
    top: -2px;
    line-height: 1rem;
}

#academyDocsAccordion.card-group > .card {
    min-width: 100%;
}

#btnSeeInsights {
    color: #000;
    border: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
}

    #btnSeeInsights svg path {
        stroke: black !important;
    }

#divInquiryEditActions {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 4px;
}

    #divInquiryEditActions small {
        width: 100%;
    }

.difference-dates {
    display: flex;
    flex-direction: column;
}

    .difference-dates div {
    }

    .difference-dates label + span {
        padding-top: 5px;
    }

    .difference-dates label {
        font-weight: normal;
    }

.difference-dates label,
.difference-dates input.form-control {
    display: inline-block;
    min-height: 31px !important;
    margin: 0 4px 0 0;
    padding-top: 5px;
}

.difference-dates .input-group > .input-group-addon {
    min-height: min-content !important;
}

.editing-inline label {
    display: none;
}
