:root {
    --fixed-top-nav-z-index: 11; /* z-index for the fixed top navigation bar on admin experience */
    --fullscreen-z-index: 12; /* z-index for the admin experience table fullscreen mode (volunteer list, language settings table) */
    --dropdown-menu-z-index: 10; /* z-index for the angular dropdown menu on admin experience*/
    --loading-overlay-z-index: 9; /* z-index for the table loading overlay on admin experience */
}

.org-dash-second-row {
    display: flex;
    align-items: stretch;
}

.org-dash-second-row > div {
    display: flex;
}

.org-dash-second-row > div > .org-shadow {
    flex: 1; /* Ensures equal height */
}

.pie-chart-holder {
    position: relative;
}

.pie-chart-holder .pie-chart-value-text {
    position: absolute;
    top: 39%;
    text-align: center;
    width: 20%;
    left: 40%;
    font-size: 19px;
    font-weight: bold;
}

.inner-content {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal; 
}

table.table-sticky thead {
    position: sticky;
    z-index: 1;
    top: -1px;
}
@media (min-width:768px) {
    .table-responsive {
        overflow-x: visible !important;
    }
}

@media (max-width:767px) {
    table.mobile-table-extra-padding-on-last-row tbody tr:last-child, div.table-responsive table tbody tr:last-child {
        height: 120px;
    }
}

.kiosk-buttons-width {
    width: 70%;
}
@media (max-width: 1200px) {
    .kiosk-buttons-width {
        width: 100%;
    }
}

button.no-hover {
    cursor: default;
}

.progress-bar-no-drop-shadow {
    box-shadow: none !important;
}

.turnover-c {
    color: #EA1D35;
}

.retained-c {
    color: #D9E9D3;
}

.reengaged-c {
    color: #3F8F24;
}

.flex-date-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    min-width: 200px;
}

.flex-date-container > div {
    padding: 0 5px;
}

.flex-date-container > div:first-child {
    padding: 0 5px 0 0;
}

.flex-date-container > div:last-child {
    padding: 0 0 0 5px;
}

.flex-date-container .flex-date-holder {
    flex: 3;
    min-width: 70px;
}

.flex-date-container .flex-date-divider {
    flex: 0.20;
}

.flex-date-container .flex-date-type-holder {
    flex: 6;
}

.flex-date-container .flex-date-save {
    flex: 1;
}

@media (max-width: 1200px) {
    div.row.mobile-friendly-cols {
        padding: 0 0 10px 0;
    }
    div.row.mobile-friendly-cols > div {
        padding: 5px 0;
    }
}

.h3-sub input[type=radio].disabled, .h3-sub input[type=radio].disabled:hover, .h3-sub input[type=radio].disabled:active{
    opacity: 0.25;
    background: #999;
}

.h3-sub span.label-text.disabled {
    color: #999999;
}

button.no-hover {

}

.integration-thumbnail-holder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 10vw;
}

a.underline-link {
    color: #fff;
    text-decoration: underline;
}

table.table-sticky thead tr th {
    border: none;
}

/* Locked Out Password Input Styling */
.locked-out-password input {
    border: 2px solid #EE4A5D !important; 
    background: #ffcccc !important;
}
p.locked-out-warning-text {
    color: #EE4A5D;
    font-size: 12px;
}

li.send-message-dropdown ul.special-links-dropdown {
    right: 100%;
    left: unset;
}

@media (max-width: 1000px) {
    li.send-message-dropdown ul.special-links-dropdown {
        right: 0;
    }
    .special-links-dropdown-holder li.send-message-dropdown:first-child ul.special-links-dropdown {
        top: 120px;
    }
    .special-links-dropdown-holder li.send-message-dropdown:nth-child(2) ul.special-links-dropdown {
        top: 94px;
    }
    .special-links-dropdown-holder li.send-message-dropdown:nth-child(3) ul.special-links-dropdown {
        top: 67px;
    }
    .special-links-dropdown-holder li.send-message-dropdown:nth-child(4) ul.special-links-dropdown {
        top: 38px;
    }
}


.custom-tabs.no-bg {
    background: none;
    border-bottom: 2px #333 solid;
}

.custom-tabs.no-bg .tabs {
    background: #575757;
    border-left: none; 
    border-right: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -2px;
}

.custom-tabs.no-bg .tabs:first-child {
    border-right: none;
}

.custom-tabs {
    background: #575757;
    display:flex;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: -25px -40px 25px;
    padding-left: 40px;
}

.custom-tabs .tabs {
    padding: 8px 12px 3px;
    border-left: 1px solid #333333; border-right: 1px solid #333333;
}

.custom-tabs .tabs.active {
    background: #3d3d3d;
    border-bottom: 5px solid #409CDD;
}

.custom-tabs .tabs:hover {
    background: #3d3d3d;
}

.custom-tabs .tabs p{
    margin: 0;
    padding: 0;
}

.custom-tabs .tabs:first-child {
    border-right: #3d3d3d solid 1px;
}

.custom-tabs.v2 {
    background: #FFF;
    display:flex;
    color: #272D30;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: -25px -40px 25px;
    padding-left: 40px;
}

.custom-tabs.v2 .tabs {
    padding: 8px 20px 8px;
    border: 1px solid #cccccc !important;
    border-radius: 0px;
    background: #FFF;
    color: #cccccc;
}

.custom-tabs.v2 .tabs:first-child {
    border-top-left-radius: 5px;
}

.custom-tabs.v2 .tabs:last-child {
    border-top-right-radius: 5px;
}

.custom-tabs.v2 .tabs.active {
    background: #E9EAEA;
    border-bottom: none;
    color: #272D30;
}

.custom-tabs.v2 .tabs.active p, .custom-tabs.v2 .tabs.active p i {
    color: #272D30 !important;
}

.custom-tabs.v2 .tabs:hover > p, .custom-tabs.v2 .tabs:hover > p i {
    color: #272D30 !important;
}

.custom-tabs.v2 .tabs:hover {
    background: #cccccc;
}

.custom-tabs.v2 .tabs p{
    margin: 0;
    padding: 0;
}

.custom-tabs.v2 .tabs:first-child {
    border-right: #3d3d3d solid 1px;
}

.custom-tabs.v3 {
    background: #FFF;
    display:flex;
    color: #272D30;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: -25px -40px 25px;
    padding-left: 40px;
}

.custom-tabs.v3 .tabs {
    padding: 8px 20px 8px;
    border: 1px solid #cccccc !important;
    border-radius: 0px;
    background: #E9EAEA;
    color: #cccccc;
}

.custom-tabs.v3 .tabs:first-child {
    border-top-left-radius: 5px;
}

.custom-tabs.v3 .tabs:last-child {
    border-top-right-radius: 5px;
}

.custom-tabs.v3 .tabs.active {
    background: #FFF;
    border-bottom: none;
    color: #272D30;
}

.custom-tabs.v3 .tabs.active p, .custom-tabs.v3 .tabs.active p i {
    color: #272D30 !important;
}

.custom-tabs.v3 .tabs:hover > p, .custom-tabs.v3 .tabs:hover > p i {
    color: #272D30 !important;
}

.custom-tabs.v3 .tabs:hover {
    background: #cccccc;
}

.custom-tabs.v3 .tabs p{
    margin: 0;
    padding: 0;
}

.custom-tabs.v3 .tabs:first-child {
    border-right: #3d3d3d solid 1px;
}

.custom-form-control[disabled] {
    background:#E9EAEA !important;
    color:#999 !important;
}

.minus-six-margin-right {
    margin-right: -6px;
}

#rte-preview-holder > p {
    overflow-wrap: anywhere;
}

/* DISABLE SENT HISTORY SHIFT CONFIRMATION LINKS */
#sentHistoryEmailPreview a[aria-current="page"] {
    pointer-events: none;
    cursor: default;
}

.date-range-picker button.btn.btn-default.today span.text-info {
    color: #333 !important;
}

.date-range-picker button.btn.btn-default.btn-info.active {
    background:#409CDD !important;
}

.date-range-picker button.btn.btn-default.today.active{
    background: #d3d3d3;
}

.date-range-picker button.btn.btn-default.btn-info.active:hover {
    background:#3075A6 !important;
}

.date-range-picker button.btn.btn-default.btn-info.active span {
    color:#fff !important;
}

.date-range-picker button.btn.btn-default.today.active span{
    color: #000;
}

.date-range-picker button.btn.btn-default.btn-info:not(.active) {
    background: #FFF;
}

.date-range-picker button.btn.btn-default.btn-info:not(.active) span {
    color: #409CDD !important;
}

.date-range-holder.calendars-container .calendar-holder,
.date-range-holder.calendars-container .calendar-holder table {
    width: 100%;
}

.org-event-ul>li>a>i {
    width: 20px;
}

.force-disabled .glyphicon {
    color: #ccc;
}

.force-disabled .form-control[disabled], .force-disabled .form-control[readonly], .force-disabled fieldset[disabled] .form-control {
    color: #ccc;
}

.custom-flat-btn, .custom-flat-btn:focus {
    background: #dfdfdf;
    border: none;
    color: #464646;
    min-width: 150px;
}

.custom-flat-btn i {
    color: #999999;
}

.custom-flat-btn:hover, .custom-flat-btn:active {
    background: #c0c0c0;
    border: none;
}

.event-tag-filter-container {
    background: #FFF !important; 
    border: 1px solid #dce4ec; 
    border-radius: 4px;
    margin: 10px 5px;
}

.event-tag-filter-dropdown-container {
    background: #FFF !important; 
    border: 1px solid #dce4ec; 
    border-radius: 4px;
    min-width: 200px;
}

.event-tag-filter-dropdown-container div.checkbox {
    padding-right: 20px;
}

.event-tag-filter-container .nav-link {
    margin: 0 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #ecf0f1;
    border-bottom: none;
}

.nav-tabs.has-border>li.active>a {
    border: 1px solid #ecf0f1;
    border-bottom: none;
}
.nav-tabs.has-border>li.active>a:after, .nav-tabs>li.active>a:after {
    width: 100%;
    height: 1px;
    background: #FFF;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
}

.role-tab-nav li {
    background-color: #E9EAEA;
}

.role-tab-nav li a {
    color: #2c3e50;
}

.tag-filter-container {
    border-bottom: 1px solid #dfdfdf;
}

.tag-filter-heading {
    text-decoration: none !important;
}

.tag-filter-heading {
    position: relative;
}

.tag-filter-heading:after {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}

.tag-filter-heading.collapsed:after {
    content: '+';
}
.tag-filter-heading:not(.collapsed):after {
    content: '-';
}

.tag-filter-heading:hover {
    background-color: #f7f7f7;
}

.tag-filter-container .tag-filter-options-container, 
.event-tag-filter-container .tag-filter-options-container {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tag-filter-container .tag-filter-options-container .tag-filter-search, 
.event-tag-filter-container .event-tag-filter-dropdown-container .tag-filter-search {
    margin: 5px;
}

.tag-filter-container .tag-filter-options-container .tag-filter-search .input-group-addon, 
.event-tag-filter-container .event-tag-filter-dropdown-container .tag-filter-search .input-group-addon {
    padding: 5px;
}

.tag-filter-container .tag-filter-options-container .tag-filter-search .form-control,
.event-tag-filter-container .event-tag-filter-dropdown-container .tag-filter-search .form-control {
    height: 32px;
}

#shiftTagFilterPopupContainer .tag-filter-container {
    border: none;
}

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-heading {
    text-align: left;
    width: 100%;
    color: #333;
}

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-heading .badge {
    font-size: 16px;
    margin-top: 5px;
    right: 20px;
}

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-heading:hover {
    color: #000;
}

/* #shiftTagFilterPopupContainer .tag-filter-container .tag-filter-heading:after {
    display: none;
} */

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-heading span {
    font-size: 20px;
}

#shiftTagFilterPopupContainer .checkbox {
    text-align: left;
}

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-options-container {
    position: relative;
}

#shiftTagFilterPopupContainer .tag-filter-options-container {
    direction: rtl;
}

#shiftTagFilterPopupContainer .tag-filter-options-container .tag-filter-option {
    direction: ltr;
}

#shiftTagFilterPopupContainer .tag-filter-container .tag-filter-search-container {
    margin: 0 13px;
    padding: 5px 0;
    /* position: absolute; */
    /* background: #FFF; */
    z-index: 1;
}

#shiftTagFilterPopupContainer .tag-filter-heading:after {
    font-weight: bold;
    color: #333333;
    font-size: 36px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 33px;
}

#shiftTagFilterPopupContainer .tag-filter-heading:not(.collapsed):after {
    content: '-';
    right: 3px;
}

#shiftTagFilterPopupContainer .tag-filter-heading.collapsed {
    border-bottom: 2px solid #f9f9f9;
}
#shiftTagFilterPopupContainer .tag-filter-container .card-body {
    background: #f9f9f9;
    border-radius: 6px;
}

.document-modal-window.no-y-overflow {
    overflow-y: hidden;
}

.tag-filter-popup-window .modal-body {
    overflow: auto;
    max-height: 600px;
}

.send-copy-container .checkbox {
    display: inline-block;
}

.show-hide-columns-modal-window .modal-body .height-scaling-box {
    height: 414px;
}

@media (min-height: 771px) and (max-height: 870px) {
    .tag-filter-popup-window .modal-body {
        max-height: 500px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 400px;
    }
}

@media (min-height: 691px) and (max-height: 770px) {
    .tag-filter-popup-window .modal-body {
        max-height: 400px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 300px;
    }
}

@media (min-height: 671px) and (max-height: 690px) {
    .tag-filter-popup-window .modal-body {
        max-height: 350px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 200px;
    }
}

@media (min-height: 571px) and (max-height: 670px) {
    .tag-filter-popup-window .modal-body {
        max-height: 250px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 150px;
    }
}

@media (min-height: 471px) and (max-height: 570px) {
    .tag-filter-popup-window .modal-body {
        max-height: 200px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 150px;
    }
}

@media (max-height: 470px) {
    .tag-filter-popup-window .modal-body {
        max-height: 100px;
    }
    .show-hide-columns-modal-window .modal-body .height-scaling-box {
        height: 100px;
    }
}

.original-width {
    width: max-content;
}

.custom-file-upload {
    width: 100%;
    height: 100%;
    border: 3px dotted #cccccc;
    border-radius: 17px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    color: #cccccc;
}

.custom-file-upload:hover {
    border: 3px dotted #999999;
    color: #cccccc;
}

/* #image-lib {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    max-height: 170px;
}

#image-lib div {
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3); 
    height: 170px;
    width: 170px;
} */

#image-lib div img {
    width: 100%;
    height: 100%;
}

.landing-blur-bg {
    /* background: #444444; */
    /* background-image: url("cdn_delivery/../../img/landing-bg.jpeg"); */

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form-box {
    border: 1px solid #dfdfdf;
}

.shift-list-popup-window .modal-body {
    height: 700px;
}

.shift-list-scolling-container {
    height: 520px;
}

.card-tag-see-more {
    margin: 0 3px;
    padding: 2px 5px;
    text-align: left;
    display: inline-block;
  }
  
 .card-tag-see-more:hover {
    background: #f1f3f4;
    border-radius: 5px;
  }
  
  .card-tag-see-more .card-tag-see-more-text {
    font-weight: 600;
    font-size: 12px;
    color: #3F8F24;
  }

  div.divider-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.divider-text span {
    background: #fff;
    margin: 0 8px;
  }
  div.divider-text:before {
    background: #e5e5e5;
    height: 1px;
    flex: 0.05;
    content: '';
  }
  div.divider-text:after {
    background: #e5e5e5;
    height: 1px;
    flex: 2.95;
    content: '';
  }
  

.scrolling-window {
    max-height: 100%;
    overflow-y: overlay;
}

.scrolling-400 {
    height: 400px;
    overflow-y: auto;
}

.disabled, .disabled:hover {
    color: #999999 !important;
}

@media (min-height: 771px) and (max-height: 870px) {
    .shift-list-popup-window .modal-body {
        height: 550px;
    }
    .shift-list-scolling-container {
        height: 420px;
    }
}

@media (min-height: 671px) and (max-height: 770px) {
    .shift-list-popup-window .modal-body {
        height: 500px;
    }
    .shift-list-scolling-container {
        height: 320px;
    }
}

@media (min-height: 571px) and (max-height: 670px) {
    .shift-list-popup-window .modal-body {
        height: 400px;
    }
    .shift-list-scolling-container {
        height: 220px;
    }
}

@media (min-height: 471px) and (max-height: 570px) {
    .shift-list-popup-window .modal-body {
        height: 300px;
    }
    .shift-list-scolling-container {
        height: 120px;
    }
}

@media (max-height: 470px) {
    .shift-list-popup-window .modal-body {
        height: 200px;
    }
    .shift-list-scolling-container {
        height: 50px;
    }
}

.showOnMobile {
    display: none;
}

@media (max-width: 768px) {
    .hideOnMobile {
        display: none;
    }
    .showOnMobile {
        display: inline-block;
    }
}

.settings-checkbox-label {
    display: inline;
    vertical-align: top;
    line-height: 18px;
}

.settings-checkbox-label input {
    vertical-align: bottom;
}

.e-container {
    width: 100% !important;
}

@media (max-width: 767px) {
    .settings-checkbox-label {
        padding-left: 35px;
        vertical-align: top;
        padding-bottom: 5px;
        line-height: 18px;
    }

    .settings-checkbox-label input {
        vertical-align: bottom;
    }
}

#content-modal {
    width: 100%;
}

#template-lib-view {
    display: flex;
}

@media (max-width: 1420px) {
    #content-modal {
        width: calc(100% - 250px);
    }
}

@media (max-width: 1025px) {
    #content-modal {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    #template-lib-view {
        display: block;
    }

    .template-lib-view-first-dropdown {
        margin-left: 0px !important;
        margin-right: 15px;
    }

    .template-lib-view-folders {
        margin-left: 0 !important;
        margin-right: 15px;
    }

    .template-lib-view-create {
        margin-left: 0px !important;
    }
}

@media (min-width: 500px) {
    .hide-bigger-500px {
        display: none;
    }

    .d-flex-over-500px {
        display: flex;
    }
}

.div-table-scroll {
    overflow-y: auto;
}

@media (max-width: 500px) {
    .hide-under-500px {
        display: none;
    }
    .show-biger-500px {
        display: block;
    }

    .under-500px-p-0 {
        padding: 0 !important;
    }

    .under-500px-prl {
        padding: 0 15px !important;
    }

    .under-500px-prl-12 {
        padding: 0 12px !important;
    }

    .under-500px-mlr-12 {
        margin: 0px 12px !important;
    }

    .under-500px-mt-25 {
        margin-top: 25px !important;
    }

    .under-500px-mb-135 {
        margin-bottom: 135px !important;
    }

    .hide-under-500px-mt-25-to-0 {
        margin-top: 0px !important;
    }

    .hide-under-500px-m-0 {
        margin: 0px !important;
    }

    .hide-under-500px-mb-50 {
        margin-bottom: 50px;
    }

    .under-500px-div-table {
        overflow-y: scroll;
        border-right: 3px solid #cccccc;
        padding: 0px !important;
    }

    .mobile-overflow-x-hidden {
        overflow-x: hidden;
    }
    /* .fixed-nav-footer {
        position:  absolute !important;
    } */

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 3px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: #cccccc;
    }

}

html, body {
    max-width: 100%;
    /*overflow-x: hidden; */ /* this can break the $windows.scroll(0,0) that fires on every location change, be aware */
}
.full-width {
    width: 100%;
}
.circle {
    border-radius: 50%;
    width: 32%;
    height: 32%;
    background: #F3A424;
    color:white;
    padding-top:3%;
    }
.m-0 {
    margin: 0;
}
.mr-0-i {
    margin-right: 0 !important;
}
.mr--35 {
    margin-right: -35px !important;
}
.m-15 {
    margin: 15px;
}
.m-25 {
    margin: 25px;
}
.m-20 {
    margin: 20px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-0-force {
    margin-bottom: 0 !important;
}
.mt-6 {
    margin-top: 6px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-4 {
    margin-top: 4px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-3 {
    margin-top: 3px;
}
.m-25-26-26{
    margin: 25px 26px 26px;
}
.ml-auto {
    margin-left: auto;
}
.ml-3 {
    margin-left: 1px;
}
.mr-2 {
    margin-right: 2px;
}
.mr-3 {
    margin-right: 3px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-6 {
    margin-bottom: 6px;
}
.mr-6 {
    margin-right: 6px;
}
.mr-30 {
    margin-right: 30px;
}
.ml-6 {
    margin-left: 6px;
}
.ml-5 {
    margin-left: 5px;
}
.mt-0 {
    margin-top: 0;
}
.mt-0-force {
    margin-top: 0 !important;
}
.mt-45 {
    margin-top: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-22 {
    margin-top: 22px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-45 {
    margin-right: 45px;
}
.mb-50 {
    margin-bottom: 50;
}
.ml-2 {
    margin-left: 2px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-14 {
    margin-right: 14px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-16 {
    margin-right: 16px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-22 {
    margin-bottom: 22px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-80 {
    margin-bottom: 80px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-55 {
    margin-left: 55px;
}
.mr-25 {
    margin-right: 25px;
}
.mrl-30 {
    margin-right: 30px;
    margin-left: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mtn-17 {
    margin-top: -17px;
}
.ml-32 {
    margin-left: 32px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-60 {
    margin-left: 60px;
}
.p-0 {
    padding: 0;
}
.p-3 {
    padding: 3;
}
.p-25 {
    padding: 25px;
}
.p-40 {
    padding: 40px;
}
.ptb-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}

.pt-1 {
    padding-top: 1px;
}
.pt-7 {
    padding-top: 7px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-4 {
    padding-left: 4px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-6 {
    padding-left: 6px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-0 {
    padding-right: 0;
}
.pr-15 {
    padding-right: 15px;
}
.pr-6 {
    padding-right: 6px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pl-0 {
    padding-left: 0;
}
.pl-25 {
    padding-left: 25px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-29 {
    padding-right: 29px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-48 {
    padding-left: 48px;
}
.pl-60 {
    padding-left: 60px;
}
.prl-30 {
    padding-right: 30px;
    padding-left: 30px;
}
.fs-19{
    font-size:19px;
}
.list-group-item-padding {
    padding: 20px;
    padding-left: 48px;
}
.list-group-item-sm-padding {
    padding: 19px;
    padding-left: 48px;
}
.sub-list-group-item-sm-org-padding {
    border: none;
    padding: 20px;
    padding-bottom: 0px;
    padding-left: 60px;
}
.sub-list-group-item-sm-org-padding:last-child {
    padding-bottom: 20px;
}
.list-group-item-org-padding {
    padding: 25px;
    padding-left: 35px;
}
.sub-list-group-item-org-padding {
    border: none;
    padding: 23px;
    padding-left: 70px;
}
.yellow-c {
    color: #F3A424;
}
.yellow-bc {
    background-color: #F3A424;
}
.blm-red-bc {
    background-color: #EA1D35;
}
.af1628-hover-color:hover {
    background-color: #AF1628;
}
.blackbird-c {
    color: #272D30;
}
.blackbird-40-c {
    color: #A9ABAC;
}
.blackbird-60-c {
    color: #7d8183;
}
.leaf-blm-static-c, .leaf-blm-static-c:focus {
    color: #3F8F24;
}
.leaf-blm-c, .leaf-blm-c:focus {
    color: #3F8F24;
}
.leaf-blm-c:hover {
    color: #2F6B1B;
}
.edit-blm-btn {
    background-color: #409CDD;
    border-color: #409CDD;
    color: #FFFFFF;
}
.edit-blm-btn:hover {
    background-color: #3075A6;
    border-color: #3075A6;
    color: #FFFFFF;
}
.edit-blm-btn:focus {
    background-color: #3075A6;
    border-color: #3075A6;
    color: #FFFFFF;
}
.roster-btn:hover > div.three-section-button > div.dark-blue-c-icon > i, 
.roster-btn:focus > div.three-section-button > div.dark-blue-c-icon > i,
.roster-btn:hover > i.dark-blue-c-icon, 
.roster-btn:focus > i.dark-blue-c-icon {
    color: #1a547e;
}
.cancel-blm-btn {
    color:#272D30;
    background-color:#FFFFFF;
    border: 1px solid #D4D5D6;
}
.cancel-blm-btn i.white-c {
    color:#272D30 !important;
}

.cancel-blm-btn:hover {
    color: #272D30;
    background-color: #E9EAEA;
    border: 1px solid #D4D5D6;
}

.cancel-blm-btn[disabled]:hover {
    background-color: #FFFFFF; 
    border: 1px solid #D4D5D6;
    cursor: not-allowed;
}

.back-blm-btn {
    color:#ffffff;
    background-color:#272D30;
    border: 1px solid #333333;
}

.back-blm-btn:hover {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
}

.leaf-blm-btn {
    background-color: #3F8F24;
    color: #fff;
}
.leaf-blm-btn:hover, .leaf-blm-btn:active, .leaf-blm-btn:focus {
    background-color: #2F6B1B;
    color: #fff;
}
.spring-blackbird-blm-btn {
    background-color: #70B300;
    color: #3d3d3d;
}
.spring-blackbird-blm-btn:hover {
    background-color: #548600;
    color: #3d3d3d;
}
.gender-btn-group .leaf-blm-btn {
    background-color: #fff;
    color: #272D30;
    border: 1px solid #D4D5D6;
}
.gender-btn-group .leaf-blm-btn.active {
    background-color: #3F8F24;
    color: #fff;
    border: 1px solid #D4D5D6;
}
.spring-topper-10 {
    border: none;
    border-top: 10px solid #8DC233;
}
.spring-topper-10-no-hover {
    border: none;
    border-top: 10px solid #8DC233;
}
.spring-topper-10:hover {
    border-top: 10px solid #548600;
}
.empty-topper-10 {
    border: none;
    border-top: 10px solid transparent;
}
.spring-blm-c {
    color: #8DC233;
}
.honey-topper-10 {
    border: none;
    border-top: 10px solid #F3A424;
}
.honey-topper-10:hover {
    border-top: 10px solid #B67B1B;
}
.honey-bg {
    background-color: #F3A424;
}
.honey-c {
    color: #F3A424
}
.honey-lite-c {
    color: #FDEDD3
}
.purple-c {
    color: #7259A2;
}
.green-c-notification {
    color:#70B300;
}
.green-c-no-hover {
    color:#70B300;
}
.red-bg-no-hover {
    background-color:#EE4A5D !important;
    color: #fff;
}
.orange-bg-no-hover {
    background-color:#F3A424 !important;
    color: #fff;
}
.white-bg {
    background-color: #ffffff;
}
.white-bg:hover {
    background-color: #EAEAEA;
}
.green-c {
    color:#3F8F24;
}
.green-c:hover {
    color:#2F6B1B;
}
.green-c-active {
    color:#548600;
}
.green-c-container>.green-c {
    color:#3F8F24;
}
.green-c-container>.green-c-active {
    color:#548600;
}
.green-c-container:hover>.green-c {
    color:#2F6B1B;
}
.grey-c-disabled {
    color: #cccccc;
}
.grey-c-disabled>i {
    color:#cccccc;
}
.grey-c-disabled:hover {
    color: #cccccc;
    cursor: default;
}
.green-subnav-c {
    color:#70B300;
}
.green-subnav-c:hover {
    color: #02a87f;
}
.orange-bc {
    background-color:#F3A424;
}
.orange-bc.active, .orange-bc:active, .orange-bc:focus, .orange-bc:hover {
    color: #fff;
    background-color:#ee851c;
    border-color: #ee851c;
}
.orange-c, .breadcrumb-item a.fade-to-ff9900 {
    color:#F3A424;
}
.orange-subnav-c {
    color:#F3A424;
    font-size: 15px;
    font-weight: bold;
}
.orange-subnav-c:hover, .breadcrumb-item a.fade-to-ff9900:hover {
    color: #B67B1B;
}
.textGreen {
    color:#70B300;
}
.green-static {
    color:#70B300;
}
.green-c-icon, .breadcrumb-item a.fade-to-00cc99 {
    color:#70B300;
}
.green-c-icon:hover, .breadcrumb-item a.fade-to-00cc99:hover {
    color: #548600;
}
.blm-grey-c-icon {
    color:#a9abac;
}
.blm-grey-c-icon:hover {
    color: #ffffff;
}
.blm-grey-c-icon:active {
    color: #a9abac;
}
.blm-org-icon:hover, .blm-org-icon.active {
    color: #F3A424;
}
.blm-opp-icon:hover, .blm-opp-icon.active {
    color: #70B300;
}
.blue-c {
    color:#409CDD;
}
.blue-c-icon {
    color:#409CDD;
}
.blue-c-icon:hover {
    color:#3075A6;
}
.green-bc {
    background-color:#70B300;
}
.green-border-c {
    border-color:#70B300;
}
.purple-bc {
    background-color:#7259A2;
}
.dark-purple-bc {
    background-color:#55437A;
}
.yellow-c-icon {
    color:#FFCC33;
}
.yellow-c-icon:hover {
    color: #CC9900;
}
.red-c {
    color: #EE4A5D;
}
.red-c-icon {
    color:#EE4A5D;
}
.red-c-icon:hover {
    color: #cc3333;
}
.red-bc {
    background-color: #ff0000;
}
.red-border-c {
    border-color: #ff0000;
}
.light-red-border-c {
    border-color: #EE4A5D;
}
.light-red-c {
    color: #EE4A5D;
}
i.hibiscus-blm-static-c {
    color: #Ea1D35;
}
li.disabled a i.hibiscus-blm-static-c {
    color: #b4bcc2;
}
.hibiscus-blm-static-c {
    color: #Ea1D35;
}
.hibiscus-blm-c {
    color: #Ea1D35;
}
.hibiscus-blm-c:hover {
    color: #AF1628;
}
.hibiscus-blm-btn {
    background-color: #Ea1D35;
    color: #FFF;
}
.hibiscus-blm-btn:hover {
    background-color: #AF1628;
    color: #FFF;
}
.blm-light-grey-c {
    color: #D4D5D6;
}

.red-bc-button {
    color: #fff;
    background-color: #EE4A5D;
    border-color: #EE4A5D
}
.red-bc-button:hover {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333
}
.light-red-bc {
    background-color: #EE4A5D;
}
.btn-light-red {
    color: #fff;
    background-color: #EE4A5D;
    border-color: #EE4A5D
}
.btn-light-red:hover {
    color: #fff;
    background-color: #EE4A5D;
    border-color: #EE4A5D
}
.btn-light-red-new {
    color: #fff;
    background-color: #EE4A5D;
    border-color: #EE4A5D;
    border: 2px solid #EE4A5D;
    border-radius: 4px;
}
.btn-light-red-new:hover {
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333
}
.no-error-border {
    border: none;
}
.input-error-ff6666 {
    border: 2px solid #EE4A5D;
    border-radius: 5px;
}
.input-error-ff6666-important {
    border: 2px solid #EE4A5D !important;
    border-radius: 5px;
}
.initlive-orange-c {
    color: #F3A424;
}

.initlive-orange-bc {
    background-color: #F3A424;
}
.initlive-orange-c-hover {
    color: #F3A424;
}
.initlive-orange-c-hover:hover {
    color: #B67B1B;
}
.initlive-grey-c-hover {
    color: #cfcfcf;
}
.initlive-grey-c-hover:hover {
    color: #b0b0b0;
}
.initlive-more-orange-bc {
    background-color: #FF8527;
}
.initlive-blue-bc {
    background-color: #409CDD;
}
.initlive-purple-bc {
    background-color: #7259A2;
}
.initlive-more-purple-bc {
    background-color: #7259A2;
}
.initlive-purple-c-hover {
    color: #7259A2;
}
.initlive-purple-c-hover:hover {
    color: #7259A2;
}
.initlive-dark-purple-c-hover {
    color: #7259A2;
}
.initlive-dark-purple-c-hover:hover {
    color: #55437A;
}
.medium-light-grey-c {
    color: #dfdfdf;
}
.medium-light-grey-bc {
    background-color: #dfdfdf;
}
.medium-light-grey-border-c {
    border-color: #dfdfdf;
}
.dark-grey-c {
    color: #464646;
}
.dark-grey-bc {
    background-color: #464646;
}
.dark-grey-border-c {
    border-color: #464646;
}
.grey-bc-505050 {
    background-color: #505050;
}
.lighter-grey-c {
    color: #666666;
}

.light-grey-bc {
    background-color: #cccccc;
}
.grey-c {
    color: #999999;
}

.grey-c-italics {
    color: #999999;
    font-style: italic;
}

.grey-bc {
    background-color: #999999;
}
.grey-border-c {
    border-color: #999999;
}
.eye-grey-c{
    color:#cccccc;
}
.eye-grey-c-no-hover{
    color:#cccccc;
}
.eye-grey-c:hover{
    color:#999999;
}
.text-grey-c {
    color:#cccccc;
}
.color-cccccc:hover {
    color:#cccccc;
}
.text-subnav-grey-c {
    color:#cccccc;
}
.text-subnav-grey-c:hover {
    color:#a8a6a6;
}
.icon-grey-c {
    color:#cccccc;
}
.light-grey-c {
    color: #cccccc;
}
.light-grey-c:hover {
    color: #999999;
}
.white-c {
    color: #ffffff !important;
}
.white-c-with-hover {
    color: #ffffff;
}
.white-c-with-hover:hover {
    color: #cccccc;
}
.white-bc {
    background-color: white;
}
.lighter-grey-hover {
    background-color: white;
}
.lighter-grey-hover:hover {
    background-color: #cccccc;
}
.light-gray-disabled-btn{
    background: #E9EAEA;
    color: #999999;
    border: 1px solid #d3d3d3;
}
.light-gray-disabled-btn[disabled]{
    cursor: not-allowed;
}

.light-gray-disabled-btn:hover{
    background: #d7d6d6;
    border: 1px solid #c4c3c3;
}
.light-gray-disabled-btn i{
    color: #999999;
}
.blue-bc-0099cc-hover {
    background-color: #409CDD;
}
.blue-bc-0099cc-hover:hover {
    background-color: #3075A6;
}
.initlive-black-bc {
    background: #3d3d3d;
}
.border-bottom-grey {
    border-bottom: 2px solid #dfdfdf;
}
.canvas-overlay {
    pointer-events: none; /* This will make the section ignore pointer events */
}
.bold-font {
    font-weight: 900;
    font-family: 'Helvetica Neue', Helvetica;
}
.border-top-grey{
    border-top: 1px solid #ccc;
}
.border-radius-left-right{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.e-box{
    border: 2px solid #EE4A5D;
}
.reset_pwd_desc {
    font-size: 18px; 
    width: 50%; 
    display: flex; 
    margin: 25px auto;
}
.fsw-10
{
    font-size: 10px;
    font-weight: normal
}
.e-container {
    width: 800px;
    margin-left: 20px;
    text-align: center;
  }
  
  .input-tags {
    width: 100%;
    padding: 15px;
    display: block;
    margin: 0 auto;
  }
  
  .label-info {
    background-color: #5bc0de;
    padding: 3px;
  }
.animation-medium-light-grey-bc {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
    background: transparent;
    background-color:#dfdfdf;
    color:white;
}
.animation-green {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
    background: transparent;
    background-color:#70B300;
    color:white;
}
.animation-green-border:focus {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
    background: transparent;
    border: 2px solid #70B300;
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.animation-light-red {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
    background: transparent;
    background-color:#EE4A5D;
    color:white;
    border: 2px solid #EE4A5D;
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.animation-light-red-border:focus {
    -webkit-transition:all linear 0.5s;
    transition:all linear 0.5s;
    background: transparent;
    border: 2px solid #EE4A5D;
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
.input-group, .form-control:focus {
    outline:none;
}
.img-shadow {
    -webkit-box-shadow: 15px 15px 30px -20px #464646;
            box-shadow: 15px 15px 30px -20px #464646;
}
.delete-button {
    background-color:#EE4A5D;
    color: white;
}
.delete-button:hover {
    background-color:#cc3333;
    color: white;
}
.upload-button {
    background-color:#eeeeee;
    color: white;
}
.upload-button:hover {
    background-color:#409CDD;
    color: white;
}
input[type="text"] {
    font-style: normal;
}
textarea.form-control {
    font-style: normal;
}
.org-shadow {
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.2);
}
.modal-sidebar-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
/*animation*/
/* ngIf animation */
.animationIf.ng-enter, .animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.animationIf.ng-enter, .animationIf.ng-leave.ng-leave-active {
    opacity: 0;
}
.animationIf.ng-leave, .animationIf.ng-enter.ng-enter-active {
    opacity: 1;
}
/*over write*/
.submitted input.ng-invalid, input.ng-dirty.ng-invalid {
    border-color: #EE4A5D;
    border-width: 2px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: white;
}
.two-list>a.list-group-item {
    color: #cccccc;
}
.two-list>a.list-group-item:focus, .two-list>a.list-group-item:hover {
    text-decoration: none;
    background-color: white;
}
.two-list>a.list-group-item.active, .two-list>a.list-group-item.active:focus, .two-list>a.list-group-item.active:hover {
    color: white;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 64px;
    padding: 10px 20px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon-end, .input-group-lg>.input-group-btn>.btn {
    height: 64px;
    padding: 10px 20px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.noHover{
    pointer-events: none;
}
.ui-sortable-helper {
    display: table;
}
.published-status-nohover{
    background-color: #70B300;
    color:#ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #70B300;
}
.published-status{
    background-color: #70B300;
    color:#ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #70B300;
}
.published-status:hover{
    color:#ffffff;
    background-color: #548600;
    border-color: #548600;
    border-radius:4px;
}
.unpublished-status-nohover{
    background-color: #EE4A5D;
    color:#ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #EE4A5D;
}
.unpublished-status{
    background-color: #EE4A5D;
    color:#ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #EE4A5D;
}
.unpublished-status:hover{
    color:#ffffff;
    background-color: #cc3333;
    border-color: #cc3333;
    border-radius:4px;
}
.vertial-resize {
    resize: vertical;
}
/*@media only screen and (max-width: 1000px) {
    .responsive-img {
        width: 100%;
        height: auto;
   }
    .responsive-img-event-logo {
        width: 120px;
        height: 120px;
   }
}
*/
.ProfileCanopy-avatar-my-events {
    position: absolute;
    bottom: -20px;
    left: 15px;
    z-index: 3;
}
.ProfileAvatar-my-events {
    background: #fff;
    border-radius: 5px;
    /* border: 1px solid #dfdfdf; */
    -webkit-box-shadow: 0px 2px 5px #636363;
            box-shadow: 0px 2px 5px #636363;
   /* box-shadow: 0 1px 1px rgba(136,153,166,0.15);
    */
    height: 80px;
    width: 80px;
}
.my-events-block-shadow {
    background: #fff;
   /* border: 1px solid #fff;
    */
    -webkit-box-shadow: 0px 2px 9px #636363;
            box-shadow: 0px 2px 9px #636363;
}

.filter-indicator-bar {
    padding: 5px 8px;
    height: 100%;
    border: 1px solid transparent;
    border-bottom: 0px;
    border-radius: 4px 4px 0 0;
    background: #575757 !important;
 }

 .divider-indicator-bar {
    border-bottom: 2px solid lightgrey;
 }

.single-pixel-border-white{
    border: 1px solid #fff;
    border-radius: 4px;
}

.single-pixel-border-red{
    border: 1px solid #f00;
    border-radius: 4px;
}

.profile-photo-block-shadow:hover{
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 6px #636363;
            box-shadow: 0px 1px 6px #636363;
}

.ProfileCanopy-avatar{
    bottom:-40px;
   /*left:20px;
   */
    position:absolute;
    z-index:3
}
.ProfileAvatar {
    background:#fff;
   /* border:1px solid #fff;
    */
    -webkit-box-shadow:0px 2px 9px #636363;
            box-shadow:0px 2px 9px #636363;
   /*box-shadow:0 1px 1px rgba(136,153,166,0.15);
   */
    height:200px;
    width:200px;
}
.ProfileNav {
    height: 60px;
    position: relative;
}
.r-modal-window {
    width: 80%;
}
.a.dropdown-toggle {
    background-color: #3d3d3d;
}
#scrollArea {
    height: 100%;
    overflow: auto;
}
/* IE10 */
progress {
    color: #70B300;
}
/* Firefox */
progress::-moz-progress-bar {
    background: #70B300;
}
/* Chrome */
progress::-webkit-progress-value {
    background: #70B300;
}
.in-the-same-line-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
}
.in-the-same-line-col {
    display: table-cell;
}
/* Role & Qual Tab */
.table-container {
    height: 460px;
}
.table-container table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    width: 100%;
}
.table-container table thead {
   /* head takes the height it requires, and it's not scaled when table is resized */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
.table-container table tbody {
   /* body takes all the remaining available space */
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   display: block;
   overflow-y: auto;
}
.table-container table tbody tr {
    width: 100%;
}
.table-container table thead, .table-container table tbody tr {
    display: table;
    table-layout: fixed;
}
a.list-group-item.active-green-bar, a.list-group-item.active-green-bar:focus, a.list-group-item.active-green-bar:hover {
    z-index: 2;
    color: #fff;
    background-color: #3d3d3d;
    border-color: #70B300;
    border-right-width: 8px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    font-weight: bold;
}

a.list-group-item.active-orange-bar, a.list-group-item.active-orange-bar:focus, a.list-group-item.active-orange-bar:hover {
    z-index: 2;
    color: #fff;
    background-color: #3d3d3d;
    border-color: #F3A424;
    border-right-width: 8px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    font-weight: bold;
}

.organization-level-volunteer-profile-popup a.list-group-item.active-green-bar,
.organization-level-volunteer-profile-popup a.list-group-item.active-green-bar:focus, 
.organization-level-volunteer-profile-popup a.list-group-item.active-green-bar:hover {
    z-index: 2;
    color: #fff;
    background-color: #3d3d3d;
    border-color: #F3A424;
    border-right-width: 8px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    font-weight: bold;
}

.opportunity-level-volunteer-profile-popup a.list-group-item.active-green-bar,
.opportunity-level-volunteer-profile-popup a.list-group-item.active-green-bar:focus, 
.opportunity-level-volunteer-profile-popup a.list-group-item.active-green-bar:hover {
    z-index: 2;
    color: #fff;
    background-color: #3d3d3d;
    border-color: #70B300;
    border-right-width: 8px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    font-weight: bold;
}

a.list-group-item.active-orange-bar, a.list-group-item.active-orange-bar:focus, a.list-group-item.active-orange-bar:hover {
    z-index: 2;
    color: #fff;
    background-color: #3d3d3d;
    border-color: #F3A424;
    border-right-width: 8px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: bold;
}

#parent {
   display: table;
}
#child {
    display: table-cell;
    vertical-align: middle;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: 10;
}
.overlay-top-60{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 230px;
    z-index: 10;
}
.event-tile-signup-status {
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    border-top: 1px solid #dfdfdf;
}
/********* Flex Box **************/
.flex-container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
}
.long-text-wraper-event-name {
    display: block;
    display: -webkit-box;
    max-height: 38px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 19px;
    max-height: 2.2em;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    height: 2.5em;
}
.long-text-wraper-org-name {
    display: block;
    display: -webkit-box;
    max-height: 38px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 19px;
    max-height: 2.5em;
    letter-spacing: 0;
    padding: 0;
    height: 2.5em;
}
.section-container {
    position: relative;
    width: 100%;
    bottom: 0;
    height: 100%;
}
.section-container-disable {
    position: relative;
    width: 100%;
}
.section-image {
    display: block;
    width: 100%;
    min-height: 600px;
    border-radius: 4px;
}
.section-card-image {
    display: block;
    width: 100%;
    min-height: 680px;
    border-radius: 4px;
}
.section-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height:0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.section-overlay-click {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height:0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 0;
    height: 100%;
}
/* .section-overlay-clicked {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height:0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 0;
    height: 100%;
} */
.slidable-menu {
    overflow:hidden;
    -webkit-transition:max-height 400ms ease;
    transition:max-height 400ms ease;

}

@media (max-width: 1200px) {
    .section-overlay {
        bottom: 0;
        height: 100%;
        -webkit-transition: .25s ease;
        transition: .25s ease;
    }
    .hideUnder1200px {
        visibility: hidden;
    }
}

.section-overlay-disable {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 100%;
    height:0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 0;
    height: 100%;
}
/* .section-container:hover .section-overlay {
    bottom: 0;
    height: 100%;
} */
.section-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {
}
/*iphone*/
@media (max-width: 500px) {
    .ProfileCanopy-avatar{
        bottom:-10px;
   }
    .ProfileAvatar {
        height:16.667vw;
        width:16.667vw;
   }
    .ProfileNav {
        height: 40px;
        position: relative;
   }
    .event-detail-block {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
   }
    .modal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: none;
        overflow: auto;
        overflow-y: scroll;
        margin: 8px;
        z-index: 999999999999;
   }
}
/*ipad*/
@media (min-width: 500px) and (max-width: 992px) {
    .flex-container-wrap-div {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
   }
   .flex-container-wrap-div-20 {
    /* background-color: powderblue;
     */
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}
    .flex-container-wrap-div-3 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
   .flex-container-wrap-div-5 {
    /* background-color: powderblue;
     */
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}
    .flex-container-wrap-div-6 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
    .flex-container-wrap-div-4 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
   }
    .ProfileCanopy-avatar{
        bottom:-15px;
   }
    .ProfileAvatar {
        height:16.667vw;
        width:16.667vw;
   }
    .ProfileNav {
        height: 40px;
        position: relative;
   }
    .event-detail-block {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
   }
}
/*ipad pro*/
@media (min-width: 992px) and (max-width: 1200px) {
    .ProfileCanopy-avatar{
        bottom:-15px;
   }
    .ProfileAvatar {
        height:16.667vw;
        width:16.667vw;
   }
    .ProfileNav {
        height: 40px;
        position: relative;
   }
    .only-small-screen {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
   }
}
/*desktop*/
@media (min-width: 1200px) {
    .only-small-screen {
        visibility: hidden;
        clear: both;
        float: left;
        display: none;
   }
    .flex-container-wrap-div {
       /* background-color: teal;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
   }
   .flex-container-wrap-div-20 {

     -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;

}
    .flex-container-wrap-div-3 {
       /* background-color: teal;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
   }
   .flex-container-wrap-div-5 {
    /* background-color: teal;
     */
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
}
    .flex-container-wrap-div-6 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
   }
    .flex-container-wrap-div-4 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
   }
}
@media (min-width: 1500px) {
    .flex-container-wrap-div {
       /* background-color: pink;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
   }
   .flex-container-wrap-div-20 {
    /* background-color: teal;
     */
     -webkit-box-flex: 0;
     -ms-flex: 0 0 20%;
     flex: 0 0 20%;
     max-width: 20%;

}
    .flex-container-wrap-div-3 {
       /* background-color: teal;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
   }

   .flex-container-wrap-div-5 {
    /* background-color: teal;
     */
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
}
    .flex-container-wrap-div-6 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
   }
    .flex-container-wrap-div-4 {
       /* background-color: powderblue;
        */
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
   }
}
input[type=checkbox] {
    /* zoom: 1.5; */
    width: 22px; /*Desired width*/
    height: 22px; /*Desired height*/
    cursor: pointer;
    margin: 0;
}

.MuiSwitch-root input[type=checkbox] {
    height: 100%;
}

.calCheckbox input[type=checkbox] {
    width: 18px; 
    height: 18px; 
    cursor: pointer;
}
.footer-button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
}
.div-scrollmenu {
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
   /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    */
}
.div-scrollmenu-v2 {
    display: -webkit-box;
    overflow: auto;
    overflow-y: hidden;
}
.div-scrollmenu-bg {
    background-color:#E9EAEA; border: 1px solid #dfdfdf;
}
.div-scrollmenu-a {
    display: inline-block;
}
.div-scrollmenu-a-bg {
    border-radius: 0; margin: 15px; margin-top: 25px; width: 300px; height: 370px;
}
.flex-container-wrap-div {
    padding: 2rem 2rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 50%;
}
.flex-container-wrap-div-100 {
    padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.flex-container-wrap-div-3 {
    padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.flex-container-wrap-div-20 {
    /* background-color: teal;
     */
     padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;

}
.flex-container-wrap-div-5 {
    padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.flex-container-wrap-div-6 {
    padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.flex-container-wrap-div-4 {
    padding: 1rem 1rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
}
.showdow-the-box {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.static-new-body-menu {min-width: 100px;max-width: 200px;}
/* Create three equal columns that floats next to each other */
.my-column {
    float: left;
    width: 80%;
    display: table-cell;
}
.my-left-column {
    float: left;
    width: 10%;
    display: table-cell;
}
.my-right-column {
    float: left;
    width: 10%;
    display: table-cell;
}
/* Clear floats after the columns */
.my-row:after {
    display: table;
}
.my-label{
    white-space:nowrap;
    width:100%;
}


.sign-up-content {
    margin: auto;
    margin-left: 23px;
    margin-right: 23px;
    background-color: #ffffff;
    margin-bottom: 144px;
}

.event_and_org_details_page {
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
    margin-bottom: 140px;
}

.fixed-nav-header {
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.fixed-nav-footer {
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 120px;
    z-index: 1000;
}
.header {
    overflow: hidden;
    background-color: #3d3d3d;
    padding: 0 20px;
}
.header a {
    float: left;
    color: #70B300;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 48px;
    border-radius: 4px;
}
.header a.logo {
    font-size: 25px;
    font-weight: bold;
}
.header a:hover {
    color: #548600;
}
.header a.active {
    background-color: dodgerblue;
    color: white;
}
.header-right {
    float: right;
}
.sub-header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0 20px;
}
.sub-header span {
    float: left;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    border-radius: 4px;
}
.sub-header span span {
    padding-top: 4px;
}
.sub-header span i {
    padding-left: 6px;
}

.footer {
    overflow: hidden;
    background-color: #ffffff;
    padding: 20px 20px;
    line-height: 80px;
}
.footer a {
    float: left;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 48px;
    border-radius: 4px;
}
.footer-left {
    float: left;
}
.footer-right {
    float: right;
}
@media screen and (max-width: 650px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
   }
    .header-right {
        float: none;
   }

   .footer a.displaynone {
        display: none;
    }

    .flex-container-wrap-div {
        padding: 2rem 2rem;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        width: 100%;
    }
   
}
@media screen and (max-width: 768px) {
    .hide-for-small-screen{
        display: none;
    }
   
}
@media screen and (min-width: 768px) {
    .hide-for-large-screen{
        display: none;
    }
}

.border-top-container {
    position: relative;
    overflow-x: hidden;
}

.disabled-select {
    background: #E9EAEA !important;
    color: #999 !important;
}

.hide-select {
    display: none;
}

.border-top {
    background: #E9EAEA;
    position: absolute;
    top: 0;
    height: 1px;
    width:  100%;
    left: 15px;
    width: calc(100% - 45px);
}

.border-btm-container {
    position: relative;
    overflow-x: hidden;
}

.border-btm {
    background: #E9EAEA;
    position: absolute;
    bottom: 0;
    height: 1px;
    /* width:  100%; */
    left: 75px;
    width: calc(100% - 105px);
}

.last-border-btm-container > .border-btm:last-child {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    height: 1px;
    /* width:  100%; */
    left: 75px;
    width: calc(100% - 105px);
}

.save-notification-emails-btn {
    float: left;
}

@media screen and (min-width: 1000px) {
    .save-notification-emails-btn {
        float: right;
        margin-right: 23%;
    }
}

@media screen and (min-width: 1200px) {
    .save-notification-emails-btn {
        margin-right: 25%;
    }
}

@media screen and (min-width: 1300px) {
    .save-notification-emails-btn {
        margin-right: 21%;
    }
}

@media screen and (min-width: 1500px) {
    .save-notification-emails-btn {
        margin-right: 20%;
    }
}

.border-btm-sm {
    left: 45px;
    width: calc(100% - 75px);
}

.setting-switch-container {
    display: flex;
    justify-content: center;
}
.setting-switch-container.justify-left {
    display: flex;
    justify-content: left;
}

.card-col:nth-child(4n + 1) #temp-card-view .dropdown-menu.pull-right {
    right: auto;
    left: 0;
}

.setting-switch-style {
    flex: 1;
    display: flex;
    justify-content: center;
}
.setting-switch-style.justify-left {
    flex: none;
    display: flex;
    justify-content: left;
}

.left-indent-block {
    padding-left: 45px;
    padding-right: 0;
}

.left-indent-block-lg {
    padding-left: 75px;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .setting-switch-container, .setting-switch-style {
        justify-content: left;
    }

    .hide-for-large-screen p.h3-sub {
        margin-top: 10px;
    }
    .left-indent-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .left-indent-block-lg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .border-btm {
        background: #E9EAEA;
        position: absolute;
        bottom: 0;
        height: 1px;
        /* width:  100%; */
        left: 0;
        width: 100%;
    }

    .border-btm-sm {
        left: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .hide-for-large-screen, .setting-switch-container {
        width: 100%;
    }
}

#myProgress {
    width: 100%;
    background-color: #dfdfdf;
    position: relative;
}
#myBar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}
#registration_questions_bar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}
#pick_qualifications_bar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}
#pick_qualified_roles_bar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}
#pick_qualified_shifts_bar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}
#process_complete_bar {
    width: 0%;
    height: 20px;
    background-color: #70B300;
}

.process-content {
    background-color: #ffffff;
    min-height: 600px;
    padding-bottom: 35px;
    border: 1px solid #dfdfdf;
    /* border-left: 1px solid #dfdfdf; */
}

.nav-header-shadow {
    -webkit-box-shadow: 5px 3px 23px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 3px 23px -5px rgba(0,0,0,0.75);
}

.nav-footer-shadow {
    -webkit-box-shadow: 5px -1px 23px -5px rgba(0,0,0,0.75);
    box-shadow: 5px -1px 23px -5px rgba(0,0,0,0.75);
}

.nav-footer-border {
    border-bottom: 2px solid #dfdfdf;
    border-top: 2px solid #dfdfdf;
}

.footer-shadow {
    -webkit-box-shadow: 5px -1px 23px -5px rgba(0,0,0,0.75);
    box-shadow: 5px -1px 23px -5px rgba(0,0,0,0.75);
}

.fa-signup {
    padding: 18px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    /* margin: 5px 2px; */
    border-radius: 50%;
    margin-right: -25px;
    position: relative;
    top: -6px;
    right: 20px;
}

.profile-tooltip {
    position: relative;
    display: inline-block;
}

.profile-tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    font-size:15px;
    color:white;
    text-align: center;
    border-radius: 6px;
    padding: 2px 2px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -160px;
}

.profile-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.profile-tooltip:hover .tooltiptext {
    visibility: visible;
}

.profile-tooltip-top-arrow {
    position: relative;
    display: inline-block;
}

.profile-tooltip-top-arrow .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    font-size:15px;
    color:white;
    text-align: center;
    border-radius: 6px;
    padding: 2px 2px;
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-left: -160px;
}

.hover-style .tooltip-content {
    width: 500px;
}




.address-span{
    margin-left: -3px;
}
.profile-tooltip-top-arrow .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.profile-tooltip-top-arrow:hover .tooltiptext {
    visibility: visible;
}

.profile-tooltip-top-arrow .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: 3px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.fa-signup-bg {
    background: #dfdfdf;
    color: white;
}

.faNext {
    background: #ccc;
}

.faNext:hover {
    background: #999;
    cursor: pointer;
}

.faGreenBgNoHover {
    background: #70B300;
    color: white;
    cursor: pointer;
}

.faGreenBg {
    background: #70B300;
    color: white;
    cursor: pointer;
}
.faGreenBgNoHover {
    background: #70B300;
    color: white;
}

.faGreenBg:hover {
    background: #548600;
    color: white;
    cursor: pointer;
}

.faOrangeBgNoHover {
    background: #F3A424;
    color: white;
    cursor: pointer;
}

.faOrangeBg {
    background: #F3A424;
    color: white;
    cursor: pointer;
}
.faOrangeBgNoHover {
    background: #F3A424;
    color: white;
}

.faOrangeBg:hover {
    background: #ee851c;
    color: white;
    cursor: pointer;
}

.step-fa {
    text-align: right;
    float: left;
    height: 20px;
    /* width: 0; */
}

.hand-pointer {
    cursor: pointer;
}

.ng-animate.no-animate {
    transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;
}

.breadcrumb {
    padding: 4px 0px 0px 40px;
    margin: 0px;
    background-color: inherit;
    font-size: 12px;
}

.breadcrumb-item {
    overflow: hidden;
    white-space: nowrap;
    max-width: 210px;
    text-overflow: ellipsis;
    display: inline-block;
    padding-bottom: 4px;
    color: #999999;
}

.breadcrumb-item a {
    color: #999999;
    font-size: 12px;
}

.breadcrumb-item a:hover {
    color:#FFFFFF;
}

.breadcrumb>li+li:before {
    color: rgba(204,204,204, 1);
    content: "\276F\00a0";
    margin-left: 9px;
    margin-right: 5px;
}

.user-breadcrumb {
    background: #3d3d3d;
}

.admin-breadcrumb {
    background: #d4d5d6;
    color: #272d30;
    font-family: 'Proxima Nova';
}

.admin-breadcrumb .breadcrumb {
    padding-top: 9px;
    min-height: 35px;
}

.admin-breadcrumb .breadcrumb-item,
.admin-breadcrumb .breadcrumb-item a,
.admin-breadcrumb .breadcrumb-item a.fade-to-ff9900,
.admin-breadcrumb .breadcrumb>li+li:before {
    color: inherit;
}

.admin-breadcrumb .breadcrumb-item a {
    font-size: 13px;
    font-weight: 500;
}

.admin-breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

/* org colors */
/* @-webkit-keyframes fade-to-ff9900 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color: #F3A424; }
}

@keyframes fade-to-ff9900 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color: #F3A424; }
} */

/* .fade-to-ff9900 {
    -webkit-animation: fade-to-ff9900 500ms linear;
            animation: fade-to-ff9900 500ms linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
} */
/* event colors */
/* @-webkit-keyframes fade-to-00cc99 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color: #70B300; }
}

@keyframes fade-to-00cc99 {
    0%   {color: #999999;}
    30% {color: #ffffff;}
    100% {color: #70B300;}
} */

/* .fade-to-00cc99 {
    -webkit-animation: fade-to-00cc99 500ms linear;
            animation: fade-to-00cc99 500ms linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
} */
/* shift colors */
@-webkit-keyframes fade-to-0099cc {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

@keyframes fade-to-0099cc {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

.fade-to-0099cc {
    color:#FFFFFF;
}
/*service time colors */
@-webkit-keyframes fade-to-ffcc33 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

@keyframes fade-to-ffcc33 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

.fade-to-ffcc33 {
    color:#FFFFFF;
}
/* availability colors */
@-webkit-keyframes fade-to-ff6666 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

@keyframes fade-to-ff6666 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

.fade-to-ff6666 {
    color:#FFFFFF;
}
/* opps colors */
@-webkit-keyframes fade-to-ff6600 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

@keyframes fade-to-ff6600 {
    0%   { color: #999999; }
    30% { color: #ffffff;  }
    100% { color:#FFFFFF; }
}

.fade-to-ff6600 {
    color:#FFFFFF;
}

.fixed-sub-bottom {
    z-index: 1001;
    position: fixed;
    bottom: 70px;
    right: 40px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


.hover-666-to-fff{
    color: #666666;
}

.hover-666-to-fff:hover{
    color: #ffffff;
}
.display-inline {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
} 
.badge-y {
    display: inline-block;
    min-width: 10px;
    /* padding: 3px 7px; */
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 15px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #F3A424;
    border-radius: 50%;
}

.cc6600-hover-color:hover {
    background: #B67B1B;
}

.x-btn-hover {
    color: #999999;
}

.x-btn-hover:hover {
    color: #EE4A5D;
}

.my-tooltip .tooltip-inner {
  font-family: 'Proxima Nova' !important;
  font-size: 15px;
}

.preview-block-shadow {
    background: #fff;
    /* box-shadow: 0px 2px 9px #999999; */
    -webkit-box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -12px #999999, -12px 0 15px -12px #999999;
            box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -12px #999999, -12px 0 15px -12px #999999;
}

/* hover: none seems to depict whether the device has no mouse cursor, ie, its a phone / tablet */
@media (hover: none) {
    .tooltip {
        display: none !important;
    }
}

#admin-smallscreen-breadcrumb {
    display: none;
}

/**
 * Fixed top navigation bar for admin experience
 */
.fixed-top-nav {
    position: fixed;
    width: 100vw; 
    z-index: var(--fixed-top-nav-z-index, 11);
}

#overlayLoading,
#overlayLoadingRole {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: var(--loading-overlay-z-index, 10);
}

.tooltip-fixed-topnav-fix .dropdown-menu {
    z-index: var(--dropdown-menu-z-index, 9);
}

@media (max-width: 992px) {
#breadcrumb {
        display: none !important;
    }
    #spacer {
        display: none !important;
    }
    #admin-smallscreen-breadcrumb {
        display: block;
    }
}

.main-page-row {
    margin: 40px;
    margin-top: 25px;
    margin-bottom: 80px;
}

.home-page-row {
    margin-left: 25px; margin-right: 25px;
}
.service-page-row {
    margin-left: 1px; margin-right: 1px;
}


@media (max-width: 500px) {
    .main-page-row {
        margin: 12px; 
        margin-top: 12px;
        margin-bottom: 80px;
    }
    .home-page-row {
        margin: -3px; margin-top: -3px;
    }
}

@media (max-width: 768px) {
    #navtab-selector-box {
        display: none !important;
    }
}

/* .navtabs-right {

    transform: translateY(6%) translateX(48%);
  } */
@media (max-width: 500px) {
    .navtabs-right {
        float: right;
        list-style-type: none;
        padding: 0;
        margin: 0;
        /* margin-top: 16px; */
    }
        .navtabs-right > li {
        display:inline-block;
        margin-right:-27px;
    }

    .navtabs {
        float: left;
        /* padding-top: 6px !important; */
        /* padding-bottom: 6px !important; */
    }
    .navtabs li {
        max-width: 43px;
        /* padding-right: 18px; */
    }

    .no-margin-modal .modal-dialog {
        margin: 0;
    }

    .no-margin-modal .modal-dialog .modal-body {
        padding: 0;
    }

    .no-margin-modal .modal-dialog .modal-body .container-fluid  {
        padding: 0;
    }

    .no-margin-modal .modal-dialog .modal-body .container-fluid .margin-rl  {
        margin-right: 0px;
        margin-left: 0px;
    }

    .mobileview-time-picker {
        transform: scale(0.9);
    }

    .mobileview-time-picker-dash {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
        .navtabs-right {
        margin-right:-30px;
    }
}
@media (min-width: 581px) and (max-width: 768px) {
    .fixed-nav-footer {
        bottom: 20px;
    }
}

.navtabs-right {
    float: right;
    list-style-type: none;
    /* padding: 0;
    margin: 0;
    margin-top: 16px; */
}

.navtabs-right > li {
    display:inline-block;
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
    /* font-size: 25px; */
}

.navbar-header {
  width: 100%;
  height: 60px;
}

.profile-dropdown-menu {
  right: -15px;
  left:auto;
  top: 57px;
}

.navtabs {
    margin: 0px;
    padding: 0px;
    display: table;
}

.navtabs li {
    display: table-cell;
    padding-top: 13px;
    padding-right: 30px;
    vertical-align: middle;
    font-size: 25px;
}

.navbar-header .navtabs li a i {
    font-size: 27px;
}

.navbar-header .navtabs li a i.active {
    color: #FFF;
}

.navbar-header .navtabs li a i.active {
    color: #FFF;
}

.navbar-header .navtabs li a i.active.blm-org-icon:hover, .navbar-header .navtabs li a i.active.blm-org-icon.active {
    color: #F3A424;
}
.navbar-header .navtabs li a i.active.blm-opp-icon:hover, .navbar-header .navtabs li a i.active.blm-opp-icon.active {
    color: #70B300;
}

#my-bell i {
    font-size: 28px;
    position: absolute;
    top: 2px;
    right: 35px;
}

#my-bell i.badge {
    position: absolute;
    top: 4px;
    right: 25px;
    border: #3d3d3d 2px solid;
    background-color: #EE4A5D;
    font-size: 8px;
}

.container-fluid {
    padding: 0 40px;
}

.signup-process-footer {
    background: none;
}

#my-notification-container {
    width: 500px;
}

#my-notification table tbody .notification-center-content {
    width: 400px;
}

/* 580px is the current size of the notification popup */
@media (max-width: 580px) {
    .container-fluid {
        padding: 0 20px 0 30px;
    }

    #my-bell i  {
        font-size: 22px;
    }

    #my-bell i.badge {
        top: -2px;
        right: 27px;
        font-size: 8px;
    }

    #notification-center-container, #notification-center-holder,
    #my-notification-container, #my-notification {
        width: 80%;
        min-width: 300px;
    }

    #my-notification table, #my-notification table tbody {
        display: block;
    }

    #my-notification table tbody .notification-center-content {
        width: 100%;
    }

    .navbar-header .navtabs li {
        padding-top: 10px;
        padding-right: 20px;
    }

    .navbar-header .navtabs li a i {
        font-size: 18px !important;
    }
}


@media (max-width: 330px) {
    .navbar-header .navtabs li {
        padding-top: 10px;
        padding-right: 10px;
    }

    .mobileview-time-picker {
        transform: scale(0.7);
    }

    .mobileview-time-picker-dash {
        padding: 0 !important;
    }
}

@media (max-width: 1000px) {
    .signup-process-container {
        padding-bottom: 40px;
    }

    .signup-process-footer {
        height: 70px;
        bottom: 120px;
        background: #FFF;
        border-top: #70B300 solid 3px;
    }

    .process-content {
        border: none;
    }
    .signup-box{
        margin-right:20px;
        margin-left:20px;
    }

    /* .nav-footer-shadow {
        box-shadow: none;
    } */
}

.flex-container-up-down h1 {
    font-size: 25px;
}

@media (max-width: 580px) {
    .signup-process-container {
        padding-bottom: 100px;
    }

    .nav-footer-shadow:not(.signup-process-footer) {
        height: 155px !important;
    }

    .fixed-nav-footer .footer-bar {
        height: 60px !important;
    }

    .signup-process-footer {
        height: 70px;
        bottom: 140px;
        background: #FFF;
        border-top: #70B300 solid 3px;
    }

    .process-content {
        border: none;
    }

    /* .nav-footer-shadow {
        box-shadow: none;
    } */

    .flex-container-up-down h1 {
        font-size: 16px;
    }
}

.signup-process-footer button{
    padding: 8px 30px;
}

@media (max-width: 350px) {
    .signup-process-footer button{
        padding: 8px 15px;
    }

    .signup-process-footer button.mr-25 {
        margin-right: 10px;
    }

    .signup-process-footer button, 
    .signup-process-footer button span{
        font-size: 12px !important;
    }
}

.h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.h3 {
    font-size: 19px;
    font-weight: bold;
    color: #333333;
}

.t1 {
    font-size: 15px;
    font-weight: normal;
    color: #333333;
}

.t1-bold {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.s1 {
    font-size: 15px;
    font-weight: normal;
    color: #999999;
}
.login-a:hover{
    background: #dfdfdf;
    border:none;
}

.border-none {
    border:none;
    border-left: 0;
    border-right: 0;

}
.login-place-holder::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.login-place-holder:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.login-place-holder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    font-style: italic;
    opacity: 1; /* Firefox */
}

.login-place-holder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    font-style: italic;
}

.login-place-holder::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
    font-style: italic;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    font-style: italic;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    font-style: italic;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    font-style: italic;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
    font-style: italic;
}

.better-input-field {
    border: 0.5px solid rgba(0,0,0,0.25);
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 80%;
    padding: 6px;
    color: #000;
    transition: all 0.3s;
    outline: none;
}
.better-input-field:invalid {
    border: 0.5px solid salmon;
}
div.default-bg-box:not([xtype='ADDRESS_FILTER']) {
    height: 150px;
    overflow-y: auto;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #dfdfdf;
    background-color: #eeeeee;
}
.default-bg-box-inner {
    height: 150px;
    overflow-y: auto;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #dfdfdf;
    background-color: #eeeeee;
}

@media screen and (max-width: 350px) {
    div[uib-title] {
        left: 0px;
        max-width: 80vw;
        word-wrap: break-word;
    }
    div[uib-title] div.arrow {
        display: none;
    }
    div.ng-scope > div.row > div.col-md-12 > div.box-header > p {
        display:none;
    }
    [data-cy="hidepublisheventbuttonsonsettingspageinsideofevents"] {
        position: initial !important;
    }
    table {
        overflow-y: scroll;
        -ms-touch-action: auto;
            touch-action: auto;
    }
    div[ng-switch-when="venueDetails"] div.padding-2x {
        padding: 0px !important;
    }
    div[ng-if="eventVenues.length > 0"] ul.margin-vert {
        height: auto !important;
    }
    div[ng-controller="OrganizationDashboardController as orgDashboard"] div.pl-0 {
        padding-left: 15px !important;
    }
    div[ng-controller="OrganizationDashboardController as orgDashboard"] div.pr-0 {
        padding-right: 15px !important;
    }
    div[ng-controller="OrganizationDashboardController as orgDashboard"] div.col-md-4 {
        width: 100vw;
    }
    div[ng-switch="orgAdmin.selectedTab"] div.row.ng-scope {
        width: 100vw;
    }
    div[ng-if="!rolesTab.illoadingEventRoles"] div.row.pull-right {
        margin-top: -63px !important;
    }
    #fixedbutton {
        top: 44px !important;
    }
    #fixedbutton button {
        width: 91vw;
    }
}

.y-scroll-table {
    overflow-y: auto;
}

.mobile-setting-live-dot {
    width: 17px;
    height: 17px;
    color: #3F8F24;
    position: absolute;
    top: -7px;
    right: -5px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    background: #70B300;
}

.dropdown-col {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.staff-number-input-border {
    width: 120px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width: 650px) {
    .only-on-mobile {
        display: table-cell !important;
    }
    .only-on-desktop {
        display: none !important;
    }
}
.only-on-mobile {
    display:none;
}
.only-on-desktop {
    display: table-cell;
}

.font-18 {
    font-size: 18px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.uib-datepicker-popup .uib-button-bar {
    display: none;
}

.default {
    cursor: default !important;
}

.ef-grey-color {
    color: #E9EAEA;
}

.edit-clock-in {
    visibility: hidden;
}

.edit-clock-in-row:hover .edit-clock-in {
    visibility: visible;
}

.future-clock-in {
    visibility: hidden;
}

.edit-clock-in-row:hover .future-clock-in {
    visibility: visible;
}

.roster-left {
    width: 100%;
    overflow-x: hidden;
    transition: all .5s ease-in-out;
}

.roster-left.rostering {
    width: 70%;
}

.roster-right {
    width: 0%;
    overflow-x: hidden;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.roster-right.rostering {
    width: 30%;
    visibility: visible;
}

.slide-bar {
    transition: all .5s ease-in-out;
    width: 300px;
    background-color: white;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.slide-bar.slide-close {
    width: 80px;
}

.slide-bar.slide-close .slide-hide {
    display: none !important;
}

.show-hide-col-list-item {
    padding: 0;
    padding-top: 12px;
}

.show-hide-box-shadow {
    -webkit-box-shadow: 11px 10px 46px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 11px 10px 46px -18px rgba(0,0,0,0.75);
    box-shadow: 11px 10px 46px -18px rgba(0,0,0,0.75);
}

.show-hide-li:hover {
    background: #f1f1f1;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

body .create-new-shift-btn {
    visibility: hidden;
}

.slider-handle {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 1px solid #cccccc;
    display: flex;
}

.signup-shifts-bg {
    background: #eeeeee;
  }

.slider-bar-bg {
  background: #dddddd;
}

.slider-bar-bg:hover  {
  background: #cccccc;
}

.slider-handle .slider-bar-icon {
  color: #999999;
}

.dark-blue-c-icon {
    color:#3075A6;
}
/* .dark-blue-c-icon:hover {
    color:#003366;
} */

.progress-divider-container .progress-divider {
    background: #cfcfcf;
    position: absolute;
    z-index: 10;
    height: 60px;
    width: 5px;
    border-radius: 175px;
    right: 0;
    top: 50px;
}

@media screen and (max-width: 767px) {
    .progress-divider-container:nth-child(1n) > .progress-divider {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .progress-divider-container:nth-child(3n) > .progress-divider {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .progress-divider-container:nth-child(4n) > .progress-divider {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .progress-divider-container:nth-child(6n) > .progress-divider {
        display: none;
    }
}



@media (max-width: 700px) {
    .card-list-table {
        table-layout: fixed;
        background: transparent;
        margin-bottom: 0;
        width: 100%;
    }
    .card-list-table thead {
        display: none;
    }
    .card-list-table tbody tr {
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        border-bottom: 1px solid #dfdfdf;
        cursor: pointer;
        display: block;
        padding: 15px 10px;
        margin: 0 0 10px 0;
    }
    .card-list-table tbody td {
        border: 0 !important;
        display: block !important;
        padding: 10px 10px 20px 45% !important;
        position: relative !important;
        text-align: left;
    }
    #myShifts .card-list-table tbody td {
        overflow: hidden;
    }
    #myShifts .card-list-table tbody td span.small-push {
        max-width: 100% !important;
    }
    .card-list-table tbody td span.small-push,
    .card-list-table tbody td div.small-push {
        padding-top: 20px;
        display:inline-block;
        margin-left: -60%;
    }

    .card-list-table tbody td span.small-push-extra {
        max-width: 100% !important;
    }
    .card-list-table tbody td span.small-push-extra,
    .card-list-table tbody td div.small-push-extra,
    .card-list-table tbody td i.small-push-extra {
        padding-top: 20px;
        display:inline-block;
        margin-left: -78%;
    }
    .card-list-table tbody td i.small-push-extra.pull-left {
        position: absolute;
        right: 15%;
    }
    .card-list-table tbody td.text-center {
        text-align: left;
    }

    .card-list-table tbody td pre.pre-text i {
        margin-left: 0 !important;
    }
    .card-list-table tbody td:first-of-type::after {
        visibility: hidden;
    }
    .card-list-table tbody td:after {
        content: "";
        width: calc(100% - 30px);
        display: block;
        margin: 0 auto;
        height: 1px;
        background: #dfdfdf;
        position: absolute;
        left: 0;
        right: 0;
        top: -6px;
    }
    .card-list-table tbody td:last-child:after {
        display: none;
    }
    .card-list-table tbody td:before {
        color: rgba(0, 0, 0, 0.35);
        text-transform: uppercase;
        font-size: 0.85em;
        content: attr(data-title);
        display: table-cell;
        font-weight: 500;
        height: 100%;
        left: 15px;
        margin: auto;
        position: absolute;
        vertical-align: middle;
        white-space: nowrap;
        width: 40%;
    }
    .card-list-table thead th {
        text-transform: uppercase;
        font-size: 0.85em;
        color: rgba(0, 0, 0, 0.35);
        letter-spacing: 0.5pt;
    }
}

.hr-line-center {
    margin:0;padding:0 10px;
    background:#fff;
    display:inline-block;
}
p.hr-line-center-holder{

    text-align:center;
    position:relative;
    z-index:2;
    margin-bottom: 0;
}
p.hr-line-center-holder:after{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #ecf0f1;
    z-index:-1;
}
p.hr-line-center-holder:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    border-top:solid 1px #ecf0f1;
    z-index:-1;
}
span.hr-line-center-text {
    position: absolute;
    left: 5%;
    top: 0;
    background: #FFF;
    z-index: 10;
    padding: 0 10px;
}
.grey-form-input-btn {
    background-color: #999999;
    color: #FFF;
}
.grey-qual-form-input-btn:hover {
    background-color: #409CDD;
}
.grey-role-form-input-btn:hover {
    background-color: #70B300;
}
.grey-tags-form-input-btn:hover {
    background-color: #F3A424;
}
.grey-tags-form-input-btn[data-active="true"] {
    background-color: #F3A424;
}

button.delete-sub-question {
    border: none;
    background: none;
    margin-top: 10px;
}

button.delete-sub-question span {
    display: none;
}

@media (max-width: 767px) {
    div.delete-sub-question-holder {
        width: 100%;
        padding-left: 8.9%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    button.delete-sub-question {
        width: 100%;
        background-color: #EE4A5D;
        padding: 6px 9px;
        line-height: 1.5;
        border-radius: 3px;
        font-size: 15px !important;
        font-weight: bold !important;
        /* padding-left: 8.9%; */
    }
    button.delete-sub-question i {
        display: none;
    }
    button.delete-sub-question span {
        display: inline;
        color: #FFF;
    }
    
    .right-side-buttons .ml-15 {
        margin-left: 0;
    }

    .right-side-buttons .ml-25 {
        margin-left: 0;
    }
}

.preview-nav {
    border: 1px solid #cccccc;
}
.preview-nav-bg {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.masthead-nav {
    display: flex;
}
.masthead-nav > li {
    /* display: inline-block; */
    padding-left: 25px;
    padding-right: 25px;
}
.masthead-nav > li + li {
    /* margin-left: -5px; */
    border-left: 0px solid #cccccc;
}
.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: bold;
    color: #cccccc; /* IE8 proofing */
    border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover, 
.masthead-nav > li > a:focus {
    background-color: transparent;
    color: #999999; /* IE8 proofing */
    border-bottom-color: #999999;
}
.masthead-nav > .active > a {
    color: #409CDD;
    border-bottom-color: #409CDD;
}
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #3075A6;
    border-bottom-color: #3075A6;
}

.btn-group-dark .btn {
    background: #505050;
}

.btn-group-dark .btn i {
    color: #cccccc;
}

.btn-group-dark .btn .three-section-button {
    color: #cccccc;
}

span.blue-circle {
    border-radius: 50%;
    background: rgb(0,153,204);
    height: 40px;
    width: 40px;
    position: relative;
    display: block;
}

span.blue-circle i {
    color: #FFF;
    font-size: 24px;
    position: absolute;
    top: 19px;
    left: 10px;
    line-height: 0;
}

.open-spot-count {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}

.open-spot-text {
    text-transform: uppercase;
    color: #999999;
    font-weight: 400;
    font-size: 15px;
}

.system-p-text {
    font-size: 16px;
    color: #999999;
}

.small-heading-font {
    font-size: 16px;
}

.scrolling-window

.template-grid-item:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.template-preview:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.7);
    cursor: pointer;
    border: 1px solid #999999;
}

.template-grid-item #template-grid-item-bars {
    visibility: hidden;
}

.template-grid-item:hover #template-grid-item-bars {
    visibility: visible;
}

/* Mobile Tool Bar Action ! Start*/

.mobile-bottom-toolbar {
    overflow: hidden;
    background-color: #3d3d3d;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 1049;
    -webkit-box-shadow: 0px 10px 64px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 64px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 64px -7px rgba(0,0,0,0.75);
}

.mobile-bottom-toolbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: 25%;
    font-size: 22px;
}
/* Mobile Tool Bar Action ! End*/

.integration-card {
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    min-height: 440px;
}

.integration-card-active:hover {
    /* background: #e2e2e2;
    border-color: #999; */
    cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

.integration-thumbnail-holder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 10vw;
}

.btn-grey {
    color: #505050;
    margin: 0px auto;
    display: block;
    min-width: 135px;
    width: 60%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(153, 153, 153);
}
.btn-grey:hover {
    background: #dfdfdf;

}

.btn-black {
    color: #ffffff;
    background: #666666;
    border: 1px solid #333333;
}
.btn-black:hover {
    color: #ffffff;
    background: #000000;
}

.gcal-icon {
    background-image: url(../img/google-calendar.svg);
    height: 15px;
    width: 15px;
    display: block;
}

.gcal-dark-icon {
    background-image: url(../img/google-calendar-dark.svg);
    height: 15px;
    width: 15px;
    display: block;
}

.gcal-dark-md-icon {
    background-image: url(../img/google-calendar-dark-md.svg);
    height: 20px;
    width: 20px;
    display: block;
}

.gcal-dark-alt-icon {
    background-image: url(../img/GoogleCal_1.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    display: block;
}

.gcal-dark-alt-lg-icon {
    background-image: url(../img/GoogleCal_1.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
}

@media (max-width: 600px) {
    .hide-at-600px {
        display: none !important;
    }
    .remove-side-margins-at-600px {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .service-page-row .default-area-box-nocolor {
        margin-bottom: 25px !important;
    }

    .service-page-row .col-md-3:last-child .default-area-box-nocolor {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 991px) {
    .service-page-row .default-area-box-nocolor {
        margin-bottom: 25px !important;
    }

    .service-page-row .col-md-3:last-child .default-area-box-nocolor {
        margin-bottom: 10px !important;
    }
}

.mobile-add-hours {
    margin: 0;
    height: 100%;
}

.mobile-add-hours .modal-dialog  {
    height: 100%;
}

.mobile-add-hours .modal-content {
    height: 100%;
}

.mobile-add-hours .modal-header {
    display: none;
}

.mobile-add-hours .modal-body {
    overflow-y: scroll;
    height: 90%;
}

.mobile-add-hours .modal-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
}

.mobile-add-hours ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}
.mobile-add-hours ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #ffffff;
}

.sso_access_denied_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
/* Modal Content */
.sso-access-denied-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.sso_access_denied_close {
    color: #aaaaaa;
    float: right;
    font-size: 22px;
    font-weight: bold;
}

.sso_access_denied_close:hover,
.sso_access_denied_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.sso_access_denied_p {
    font-size: 22px;
    margin: 0;
}

#loginContainer .default-area-box, #loginContainer .default-area-box-big {
    width: 70%;
    margin-left:16%;
}

@media (max-width: 1200px) {
    #loginContainer .default-area-box, #loginContainer .default-area-box-big {
        width: 100%;
        margin-left: 0%;
    }
}
.tabs-wrapper.waiting a { 
    cursor: progress !important;
}

.limited-height-table {
    max-height: 300px; 
    overflow-y: scroll;
    margin-bottom: 25px;;
    -webkit-box-shadow: 7px 38px 52px -38px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 38px 52px -38px rgba(0,0,0,0.75);
    box-shadow: 7px 38px 52px -38px rgba(0,0,0,0.75);
}

.limited-height-table-no-shadow {
    max-height: 300px; 
    overflow-y: scroll;
    margin-bottom: 25px;
    border-bottom: 1px solid #ecf0f1;
}

.login-modal {
    /* margin: auto; */
    width: 42%;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .login-modal {
        width: 100%;
        padding: 10px;
        margin: 0;
    }
}

.text-light-grey {
    color: #999999 !important;
}

#my-shifts-search input.searchPP[type=text] {
    height: 43px;
}

#my-shifts-search .searchPPS {
    top: 13px;
}

.zoom-mobile-view {
    zoom: normal;
}

.overflow-hidden-mobile {
    overflow: unset;
}

.list-plus-mobile-view {
    display: grid;  
    grid-gap: 25px;  
    grid-template-columns: max-content auto;
}
.list-plus-mobile-view > .lcc-cal-mobile-view {
    zoom: 0.8;
}
.list-plus-mobile-view > .lcc-list-mobile-view {
    zoom: normal;
}

.mobile-size {
    display: none;
}

.mobile-filter-toggle {
    display: none;
}

.shift-setting-display {
    display: flex;
}

.shift-filter-display {
    display: flex;
}

.shrink-on-mobile {
    zoom: 1;
}

.filter-search-bar {
    flex-grow: 1; 
    margin: 0 20px;
}

.current-date-holder {
    background: #3d3d3d;
    color: #FFF;
    margin-right: 1px;
}

.current-date-holder h4 {
    display: inline-block;
    width: 100%;
    padding: 8px;
    font-weight: 700;
    margin: 0;
}

.mobile-filer-menu {
    display: none;
}

.text-footer-width {
    width: 30%;
}

.grid-col-max-auto {
    display: grid;
    grid-template-columns: max-content auto;
}

.gap-20 {
    gap: 20px;
}

.gap-10 {
    gap: 10px;
}

.icon-width {
    width: 18px;
}

.shift-detail-popup-h6 {
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.filter-i {
    position: absolute;
    right: -4px;
}

.registered-modal .close-btn {
    margin-bottom: 30px;
}
.registered-modal .fa-signup {
    padding: 18px;
}
.registered-modal .pre-text {
    overflow: hidden; 
}

.shift-confirmation-request-container i.confirmation-status-icon {
    font-size: 200px
}

.shift-confirmation-request-container div.default-area-box-big {
    margin: 5% auto 0;
    width: 40%;
    min-width: 400px;
}

.shift-confirmation-request-container {
    overflow: hidden;
    height: 1090px;
}

.shift-confirmation-request-container div.default-area-box-big.change-response-box {
    margin: 20px auto 0; 
    padding: 15px; 
    width: 40%;
}

/* Mobile Friendly Filtering Slide Out */
@media (max-width: 768px) {
    .shift-confirmation-request-container i.confirmation-status-icon {
        font-size: 90px;
    }

    .registered-modal .close-btn {
        margin-bottom: 0;
    }
    .registered-modal .container {
        padding: 0;
        margin: 0;
    }
    .registered-modal .fa-signup {
        padding: 8px;
    }

    .registered-modal * {
        font-size: 15px !important; 
    }

    .registered-modal .mb-35 {
        margin-bottom: 10px !important; 
    }

    .registered-footer {
        margin: 0;
    }

    .mobile-filer-menu-preview-padding {
        padding-left: 15px;
        padding-right: 30px;
    }
    .mobile-filer-menu {
        display: block;
    }
    .desktop-filer-menu {
        display: none;
    }
    .shift-setting-display {
        display: block;
    }
    .shift-filter-display {
        display: grid;
    }
    .shrink-on-mobile {
        zoom: 0.8;
    }
    .filter-search-bar {
        flex-grow: 1; 
        margin: 20px 0;
    }
    .mobile-filter-toggle:not(.block-mobile) {
        display: block;
        position: fixed;
        top: 70px;
        right: 10px;
        z-index: 1049;
        transition: right 0.5s;
    }

    .mobile-filter-toggle.open {
        top: 70px;
        right: 77%;
    }

    .mobile-filter-toggle button {
        padding: 10px 14px;
        border-radius: 8px;
        border: 2px solid #FFF;
        font-weight: 700;
        /* background: #E9EAEA; */
    }

    .filtering-wrapper:not(.block-mobile) {
        position: fixed;
        background: #FFF;
        padding: 5px;
        top: 0;
        right: -105%;
        width: 100%;
        z-index: 1000;
        transition: right 0.5s;
        height: 100%;
    }
    .filtering-wrapper.open {
        right: -25%;
        padding-right: 25%;
        overflow-y: auto;
    }
    .zoom-mobile-view {
        zoom: 0.8;
    }
    .overflow-hidden-mobile {
        overflow: hidden;
    }
    .list-plus-mobile-view {
        margin-top: 25px;
        display: grid;  
        grid-gap: 25px;  
        grid-template-columns: auto;
    }
    .list-plus-mobile-view > .lcc-cal-mobile-view {
        zoom: normal;
    }
    .list-plus-mobile-view > .lcc-list-mobile-view {
        zoom: normal;
    }
    .mobile-size {
        display: block;
    }
    .mobile-footer {
        zoom: 0.5;
    }
    .calendar-holder.snapped {
        position: fixed;
        z-index: 14;
        top: 0;
        background: #FFF;
        /* margin: 0; */
        /* padding: 0; */
        width: 100% !important;
        left: 0;
        right: 0;
    }
    /* .calendar-holder:not(.snapped) {
        position: relative;
        z-index: 0;
        height: initial;
    } */
    .calendar-holder.snapped #listPlusWrapper {
        margin: 0;
    }
    .desktop-size {
        display: none;
    }

    .filtering-wrapper.open div.btn-group.pull-right {
        float: left !important;
        margin-left: 10px;
    }

    .filtering-wrapper.open div.btn-group.pull-right button {
        margin-right: -5px;
        height: 38px;
    }

    .filtering-wrapper.open div.col-md-4 {
        margin: 10px 0 !important;
    }

    .signup-process-footer button{
        padding: 9px;
    }
    .signup-process-footer button.cart-button {
        padding: 0px 10px 3px;
    }
    .text-footer-width {
        width: 100%;
    }
    .mobile-bottom-position {
        bottom: 0;
        z-index: 1038 !important;
        box-shadow: none;
    }
};
