@import "monthly-table-select2-dropdown.css";

body.login {
    background-position: center -450px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

body.login.mobile-login {
    background-image: none;
    background: #252525 !important;
}

label {
    color: #313131 !important;
    font-weight: 400 !important;
}

label.adjust-top {
    position: relative;
    top: 5px;
}

.riform label.label {
    font-size: 100%;
}

.notifications .avatar i {
    position: relative;
    width: auto;
    height: auto;
    border: none;
    top: 5px;
    left: 8px;
}

#growl-notifications-dropdown .list-group-item {
    background: #fff;
    border-top: 1px solid #EEEEEE;
    transition: all .15s ease;
}

#growl-notifications-dropdown .list-group-item.notification-read {
    background: #E0E0E0;
}

#growl-notifications-dropdown .list-group-item .delete-growl-notification {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    color: #979797;
    opacity: 0;
    transition: opacity .15s ease;
}

#growl-notifications-dropdown .list-group-item:hover .delete-growl-notification {
    opacity: 1;
}

#growl-notifications-dropdown .panel > .panel-heading {
    background: #f3f5f6 !important;
}

#growl-notifications-dropdown .panel-heading .btn-icon {
    position: relative;
    top: -4px;
    left: -6px;
}

#growl-notifications-dropdown .panel-heading .btn-icon.pull-right {
    left: 6px;
}

#growl-notifications-dropdown .panel-footer {
    background: #f3f5f6 !important;
}

#growl-notifications-dropdown .panel-footer .btn {
    position: relative;
    left: 6px;
}


.app-header.navbar .fa-fw {
    line-height: 20px !important;
}

.canada-icon {
    width: 24px;
    float: right;
    top: 10px;
    position: relative;
    margin-left: 8px;
}

.btn-primary-dark, .btn-primary-dark:hover {
    background-color: #0271ce;
    border-color: #0271ce;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        display: none;
    }

    .navbar-collapse,
    .app-aside-folded .navbar-collapse {
        margin-left: 0px;
        padding-left: 0px;
    }
}

.company-logo {
    float: left;
    max-height: 40px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 2px;
    padding-right: 4px;
    padding-left: 4px;
    color: white;
    font-weight: 300;
    background-color: #2f4452;
}

.wrap {
    width: 30%;
}

.w-80 {
    width: 80px;
}

.ui-dialog {
    padding: 10px 15px;
    z-index: 99999;
    display: none;
    overflow: hidden;
    margin-left: 10%;
    margin-right: 10%;
    background: #FFFFFF;
    box-shadow: 5px 4px 10px 1px #1f262b;
    min-height: 200px;
    min-width: 200px;
    position: absolute;
    width: auto;
    font-weight: 300;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.noteinputicon {
    position: absolute;
    padding-left: 4px;
    padding-top: 3px;
    color: #777575;
    font-size: 16px;
}

.noteinputtext {
    font-size: 14px;
    line-height: 1.412;
    padding-left: 31px;
}

.ui-tabs-panel ul li {
    padding-left: 0px;

}

.ui-icon-closethick {
    text-indent: -9999px;
    position: absolute;
    right: 13px;
    top: 4px;
    opacity: .5;
    background-color: #fff;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon,
.ui-state-active .ui-icon, .ui-state-highlight .ui-icon {
    opacity: 1;
}

.announcements-wrapper {
    font-size: 12px;
    max-height: 550px;
    overflow-y: auto;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.ui-dialog-title {
    line-height: 23px;
    font-size: 18px;
    margin-left: 28px;
    color: #123a52;
    font-weight: 500;
    font-family: inherit;
}

.ui-dialog-titlebar {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 7px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}

.ui-sortable-helper {
    box-sizing: content-box;
}

.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    background-image: none;
}

.ui-datepicker-header {
    background: #0e2d40;
    color: #e0e0e0;
    padding: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    filter: none;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    border-style: none;
    border-color: #0e2d40;
}

.ui-datepicker-buttonpane {
    border-radius: 0 0 5px 5px !important;
}

.ui-datepicker-div {
    border-radius: 0 0 5px 5px !important;
}

.required-icon {
    color: #D22E2E;
}

div.riform .label {
    color: black !important;
}

#ui-datepicker-div {
    display: none;
}

#ui-datepicker-div .ui-state-highlight {
    background-color: #E6E61C !important;
    background-image: repeating-linear-gradient(45deg, #E2E270, #E4D94A, #ECE6E6 11px, grey 6px) !important;
}

/* Date Trigger (Icon) */
.ui-datepicker-trigger {
    float: left;
    cursor: pointer;
    margin: 3px 0px;
    vertical-align: middle;
}


.title {
    padding: 5px;
    color: white !important;
}

.ui-autocomplete {
    background-color: white !important;
    width: 180px !important;
    z-index: 10000 !important;
    border-radius: 3px !important;
    border: solid 1px #ccc !important;
}

ul.ui-tabs-nav {
    padding-left: 0;
}

#testuser-company-switcher {
    margin-top: 7px;
}

#system-clock {
}

/*.table {*/
/*	font-size: 14px;*/
/*}*/

.dropdown-menu {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.m-xs {
    margin: 1px;
}

.styledlabel {
    color: #26282B !important;
    text-transform: uppercase;
}

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

.btn.btn-xl {
    font-size: 22px;
    padding: 16px 24px;
}

.input-group-btn .btn {
    font-size: 14px;
}

.btn.btn-transparent {
    background: transparent;
    border: none;
}

.btn.btn-transparent.btn-transparent-dark {
    color: #fff;
}

.btn.btn-transparent.btn-transparent-dark:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.panel-info > .panel-heading {
    color: #FFFFFF;
    background-color: #37474F;
    border-color: #262A2B;
}

.panel-info {
    border-color: #32424E;;
}

.nextshiftcontainer {
    background-color: #053056;
    margin-top: 8px;
    color: white;
    border-radius: 5px;
    width: 100%;
}

.secondary {
    color: #737373;
}

/************** STANDARD FORM *******************/
/************** forms.html, wizard.html *********/

.stdform p, .stdform div.par {
    margin: 15px 0;
}

.stdform div.par {
    overflow: hidden;
}

.stdform span.field, .stdform div.field {
    margin-left: 220px;
    display: block;
    position: relative;
}

.stdform span.widgetfield {
    margin: 4px;
}

.stdform span.field > .ridisplay {
    position: relative;
    top: 4px;
}

.stdform span.field.only-checkbox {
    margin-top: 4px;
}

.stdform .formwrapper {
    display: block;
    padding-top: 5px;
    margin-left: 220px;
    line-height: 25px;
}

.stdform .textwrapper {
    display: block;
    padding-top: 5px;
    margin-left: 220px;
}

.stdform label {
    float: left;
    width: 200px;
    text-align: right;
    padding: 5px 20px 0 0;
}

.stdform label.content {
    float: left;
    width: 200px;
    text-align: right;
    padding: 5px 20px 0 0;
}

.stdform label.error {
    float: none;
    color: #ff6600;
    font-size: 11px;
    position: relative;
    left: 20px;
    text-align: left;
    font-weight: bold;
}

.exportbox .stdform label {
    width: 70px;
}

.exportbox .stdform span.field {
    margin-left: 10px;
}

.stdform label.inline {
    float: none;
    text-align: left;
    width: auto;
    padding: 0;
    cursor: pointer;
}

.stdform label.inline.tall {
    line-height: 1.8;
}

.stdform label.inline.label-row {
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
    background: #fdfdfd;
    border-bottom: 1px solid #efefef;
    transition: background .15s ease;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
}

.stdform label.inline.label-row:hover {
    cursor: pointer;
    background: #efefef;
}

.stdform label.inline.label-row.active {
    background: #fffccc;
}

.stdform label.inline.ui-button {
    padding: 3px 14px;
    text-align: center;
}

.stdform label.big {
    padding-top: 11px;
}

.stdform label.fw {
    width: 200px;
    display: inline-block;
}

.stdform input, .customform input {
    border: 1px solid #ccc;
    background: #fcfcfc;
    padding: 8px 5px;
    width: 300px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #ddd;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    box-shadow: inset 1px 1px 2px #ddd;
    color: #666;
}

.stdform input:focus, .customform input:focus {
    background: #fff;
    -moz-box-shadow: inset 1px 1px 2px #eee;
    -webkit-box-shadow: inset 1px 1px 2px #eee;
    box-shadow: inset 1px 1px 2px #eee;
}

.stdform .smallinput, .customform .smallinput {
    width: 40%;
}

.stdform .mediuminput, .customform .mediuminput {
    width: 60%;
}

.stdform .longinput, .customform .longinput {
    width: 80%;
}

.stdform input.error {
    border: 1px solid #ff6600;
}

.stdform input.big {
    padding: 10px 12px;
    font-size: 16px;
}

.stdform input[type=radio], .stdform input[type=checkbox] {
    width: auto;
    margin: 0;
    vertical-align: middle;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stdform input[type=submit], .customform input[type=submit] {
    width: auto;
    margin: 0;
    font-weight: bold;
    color: #eee;
    background: #333;
    border: 0;
    padding: 7px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
}

.stdform input[type=submit].large, .customform input[type=submit].large {
    padding: 12px 25px;
    font-size: 16px;
}

.stdform input[type=reset] {
    width: auto;
    margin: 0;
    font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    background: #eee;
    padding: 7px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 5px;
}

.stdform input[type=submit]:hover, .customform input[type=submit]:hover {
    background: #ffdd00;
    color: #333;
}

.stdform input[type=reset]:hover {
    background: #ddd;
    cursor: pointer;
    color: #333;
}

.stdform textarea {
    border: 1px solid #ccc;
    background: white;
    padding: 8px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #ddd;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    box-shadow: inset 1px 1px 2px #ddd;
    color: #666;
}

.stdform textarea.error {
    border: 1px solid #ff6600;
}

.stdform select {
    border: 1px solid #ccc;
    padding: 7px 5px;
    background: #fcfcfc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 1px 1px 2px #ddd;
    -webkit-box-shadow: inset 1px 1px 2px #ddd;
    box-shadow: inset 1px 1px 2px #ddd;
    color: #666;
}

.stdform select.error {
    border: 1px solid #ff6600;
}

.stdform textarea:focus, .stdform select:focus {
    background: #fff;
    -moz-box-shadow: inset 1px 1px 2px #eee;
    -webkit-box-shadow: inset 1px 1px 2px #eee;
    box-shadow: inset 1px 1px 2px #eee;
}

.stdform button {
    text-shadow: none;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.stdform button:hover {
    background: #111;
    border: 1px solid #000;
    color: #fff;
}

.stdform button.cancel {
    background: #eee;
    color: #666;
    border: 1px solid #ddd;
}

.stdform button.cancel:hover {
    background: #ddd;
    border: 1px solid #ccc;
}

.stdform small.desc {
    font-size: 11px;
    color: #999;
    font-style: italic;
    display: block;
    margin: 5px 0 0 220px;
}

.stdform .stdformbutton {
    margin-left: 220px;
}

.stdform button:focus, .stdform .btn:focus {
    color: #fff;
}

.required-icon {
    color: #B71C1C;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

/*** ANOTHER FORM STYLE ***/
.stdform2 p, .stdform2 div.par {
    border: 1px solid #ddd;
    background: #fcfcfc;
    margin: 0;
    border-top: 0;
    overflow: auto;
}

.stdform2 .notification p {
    background: none;
    border: none !important;
}

.stdform2 div.terms {
    border: 0;
    background: none;
}

.stdform2 p:first-child, .stdform2 div.par:first-child {
    border-top: 1px solid #ddd;
}

.stdform div.par {
    overflow: hidden;
}

.stdform2 label {
    display: inline-block;
    width: 215px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
}

.stdform2 label.error {
    margin-left: 0;
    padding: 0;
}

.stdform2 label small {
    font-size: 11px;
    color: #3F3F3F;
    display: block;
    font-weight: normal;
    line-height: 16px;
    margin-right: 10px;
    margin-top: 5px;
}

.stdform2 span.field, .stdform2 div.field {
    margin-left: 20px;
    display: inline-block;
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ddd;
}

.stdform2 .stdformbutton {
    margin-left: 0;
    padding: 20px;
    background: #fff;
}

.callback-title-form {
    margin: -15px;
}

.button-callback-buttons {
    background-color: rgb(25, 115, 144) !important;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    color: white;
    margin-bottom: 10px;
    border: 0px !important;
}

.form-inline .form-control.w-1x {
    width: 1em;
}

.form-inline .form-control.w-2x {
    width: 2em;
}

.form-inline .form-control.w-3x {
    width: 3em;
}


.form-inline .form-control.w-xxs {
    width: 60px;
}

.form-inline .form-control.w-80 {
    width: 80px;
}

.form-inline .form-control.w-xs {
    width: 90px;
}

.form-inline .form-control.w-sm {
    width: 150px;
}

.form-inline .form-control.w {
    width: 200px;
}

.form-inline .form-control.w-md {
    width: 240px;
}

.form-inline .form-control.w-lg {
    width: 280px;
}

.form-inline .form-control.w-xl {
    width: 320px;
}

.form-inline .form-control.w-xxl {
    width: 360px;
}

.form-inline .form-control.w-full {
    width: 100%;
}


.navbar-header .visible-xs .glyphicon {
    line-height: 30px;
}

@media (max-width: 480px) {
    .ui-tabs-nav {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .off-screen + * {
        z-index: 999;
    }

    .ui-tabs-panel {
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-inline .form-control.w-auto-xs {
        width: auto;
    }

    .form-inline .form-control.w-full-xs {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .btn.btn-xl {
        font-size: 18px;
        padding: 12px 16px;
    }
}

#adjust-hours-table {
    max-width: 720px;
}

/** New callback form */
.select-groups-dialog .all-none {
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.select-groups-dialog button {
    background: #dedede;
    padding: 7px 10px 5px 10px;
    font-size: 15px;
    border: none;
    color: #999;
    border-radius: 1px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 3px;
    border-bottom: 3px solid #ccc;
    font-weight: bold;
    cursor: pointer;
    transition: color .1s, background-color .1s, top .1s;
    outline: none;
}

.select-groups-dialog .all-none button {
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.select-groups-dialog button.active {
    background: #61B31E;
    color: #fff;
    border-bottom: 3px solid #599E21;
}

.select-groups-dialog .groups-exclude button.active {
    background: #FF002E;
    border-bottom: 3px solid #c60023;
}

.select-groups-dialog button.okay {
    background: #3F51B5;
    color: #fff;
    font-size: 16px;
    border-bottom: 3px solid #283593;
    border-radius: 5px;
}

.select-groups-dialog button.okay.or {
    background: #CDDC39;
    border-bottom: 3px solid #C0CA33;
}

.select-groups-dialog button.cancel {
    font-size: 16px;
    border-radius: 5px;
}

.select-groups-dialog button:active,
.select-groups-dialog button.okay.or:active {
    position: relative;
    top: 3px;
    border-bottom: none;
}

.select-groups-dialog .all-none button:active {
    border-bottom: 3px solid transparent;
}

.group-info span.sign {
    color: #3F51B5;
    font-weight: bold;
}

.stdform .select-groups-btn {
    background: #1B327E;
    padding: 5px 10px;
    font-size: 12px;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    border: none !important;
    border-bottom: 3px solid #0033dd !important;
    font-weight: bold;
    cursor: pointer;
    transition: color .1s, background-color .1s, top .1s;
}

.stdform .select-groups-btn:hover {
    border-bottom: 3px solid #000 !important;
}

.stdform .select-groups-btn:active {
    position: relative;
    top: 3px;
    border: none !important;
}

.ui-tabs-nav li a {
    background-color: #dde6e9;
    color: #424242;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}

.ui-widget-overlay {
    background: rgba(43, 46, 56, .9);
    opacity: 3;
}

.select-groups-dialog {
    height: 450px;
    padding-left: 20px;
}

.select-groups-dialog.modal-body {
    height: auto;
    padding-left: 15px;
}

.select-groups-dialog .groups-include,
.select-groups-dialog .groups-exclude {
    float: left;
    width: auto;
    padding: 0 20px;
    margin-top: 20px;
}

.work-site-filters-dialog .groups-include,
.work-site-filters-dialog .groups-exclude {
    width: 80%;
}

.select-groups-dialog .groups-include p,
.select-groups-dialog .groups-exclude p {
    font-size: 14px;
    text-align: center;
}

.date-position {
    margin-bottom: 5px;
    display: inline-block;
}

.toast-message {
    width: 100%;
    background-color: #48d46a;
    padding: 5px;
    color: white;
    padding-bottom: 0px;
    text-align: center;
}

.toast-error {
    background-color: #ba1919;
    padding: 8px;
    color: white;
    text-align: center;
    margin: 15px auto;
    font-weight: 100;
    border-radius: 10px;
}

.toast-message-inner {
    display: inline-block;
}

.toast-message-inner p {
    margin-bottom: 0;
}


.dialog-wrapper {
    border-radius: 5px;
    margin-right: 10px;
    padding-bottom: 19px;
    margin-left: 10px;
}

/** CREW SCHEDULER */
#calendar {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.fc-content * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fc-content .fc-event *,
.fc-content .fc-notes {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fc-table {
    background-color: #FBFBFB !important;
}

.fc-event {
    font-size: 13px;
    overflow: visible;
}

.fc-event-inner {
    overflow: visible;
}

.fc-event.full-view {
    padding-bottom: 10px;
    box-shadow: 0px 1px 4px #696969;
}

.fc-grid .fc-event-time {
    font-size: 11px;
    font-weight: 400;
}

.fc-event-title {
    padding: 2px 4% 0px 4%;
    font-size: 11px;
    max-width: 81%;
    font-weight: 300px;
}

.fc-event-other .fc-event-title {
    max-width: 100%;
}

.collapse-event {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 12px;
    height: 11px;
    display: none;
}

.fc-event.event-type-visual-cycle {
    height: 15px;
    margin-bottom: 3px;
}

.event-type-visual-cycle .fc-event-title {
    padding: 1px 5px;
    font-size: 10px;
}

#schedule .fc-event-title,
#schedule .fc-grid .fc-event-time {
}

.fc-event .assignment-label {
    padding: 1px 3px 2px 2px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    bottom: 1px;
    margin-left: 3px;
}

.fc-event .assignment-label .delete-assignment-label {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2px 0 2px 2px;
    margin-left: 2px;
    display: none;
}

.fc-event .assignment-label:hover .delete-assignment-label {
    display: inline;
}

.fc-event-other .fc-event-title {
    padding: 5px 4% 5px 4%;
    display: inline-block;
    width: 100%;
    background: #333;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.fc-event-other .fc-event-time {
    display: inline-block;
    width: 100%;
    background: #ccc;
    color: #333;
}

.fc-event-user {
    margin: 2px 10px;
    padding: 1.4% 3%;
    border: none;
    border-radius: 4px;
    line-height: 17px;
}

.fc-event-user:hover {
    box-shadow: 1px 1px #9f9f9f;
}

.fc-event-user:hover .remove-open-slot i.fa {
    top: 3px;
}

.add-overtime {
    top: 3px;
    right: 0px;
}

.fc-event-vacation .fc-event-user {
    line-height: 14px;
    padding: 2% 3%;
}

.fc-event .smaller {
    font-size: 11px;
    font-weight: 400;
}

.fc-button-content {
    line-height: 1.7em;
}

.fc-header-left span {
    font-weight: 400;
}

.fc-event-users .unscheduled .fc-event-qualifier {
    color: #795548;
    border: 1px solid #795548;
    position: relative;
    top: -1px;
    margin-left: 1px;
    margin-right: 1px;
}

.fc-event-users .unscheduled .fc-event-qualifier:first-child {
    margin-left: 5px;
}

.fc-event-users .unscheduled .fc-event-qualifier.fc-event-shared-qualifier {
    color: #2196F3;
    border: 1px dashed #2196F3;
    background: transparent;
    background: rgba(255, 255, 255, 0.5);
}

.fc-event-users .unscheduled.self-schedule-slot.admin-self-schedule {
    background: #b0bec5;
    color: #34515e;
    border: 1px solid #808e95;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .9em;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    transition: box-shadow .2s ease, background .2s ease;
}

.fc-event-users .unscheduled.self-schedule-slot.admin-self-schedule:hover,
.fc-event-users .unscheduled.self-schedule-slot.admin-self-schedule:active {
    box-shadow: none;
    background: #cfd8dc;
    text-decoration: none;
}

.fc-event-users .unscheduled.self-schedule-slot.admin-self-schedule:before {
    content: "+ ";
}

.fc-event .assignment-tools {
    width: 43px;
    position: absolute;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -1px;
    background: #F5F4F2;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    z-index: 0;
    transition: .2s ease-out;
}

.fc-event:hover .assignment-tools {
    display: block;
    transition: right .1s ease .8s,
    opacity .1s ease .8s;
    right: -43px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -1px;
    z-index: 9999;
}

.fc-event .assignment-tools button {
    background: #fff;
    border: 1px solid #999;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 3px 5px;
    cursor: pointer;
    font-size: 16px;
}

.fc-event .assignment-tools button img {
    margin-top: 3px;
}

.fc-event .assignment-tools button.de-schedule {
    background: #F35353;
    border: 1px solid #900;
    color: #fff;
}

.fc-event .assignment-tools.dark {
    background: #333;
    border-right: 1px solid #c00;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
}

.fc-event-shift .fc-event-count {
    right: 20px;
}

.fc-event-vacation .fc-event-count {
    right: 6px;
}

.fc-event .btn-group.dropdown {
    position: absolute;
    right: 0px;
    top: 0px;
}

.fc-event .btn-group.dropdown ul.dropdown-menu {
    position: absolute;
    z-index: 9999;
}

.fc-event.fc-event-hide-open-slots .fc-event-user.unscheduled,
.fc-event.fc-event-hide-open-slots .fc-event-user.add-open-slot {
    display: none;
}

.fc-event.fc-event-hide-open-slots .fc-event-user.unscheduled.self-schedule-slot {
    display: block;
}

.modal-label {
    top: -54px;
    right: 25px;
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 11px;
}

.fc-event {
    min-height: 40px !important;
}

.fc-event .slots-hidden-icon {
    /*top: 18px;
    right: 7px;
    position: absolute;*/
    margin-left: 10px;
    font-size: 11px;
    color: #3B4650;
}

.fc-event .slots-hidden-icon:hover {
    color: #2196F3;
}

.fc-event.fc-event-strike-team {
    background: #F44336 !important;
    border-top: 3px solid #F44336 !important;
}

.fc-event.fc-event-strike-team .fc-event-title {
    font-weight: 700;
    color: #fff;
}

.fc-event.fc-event-strike-team .fc-event-user {
    border: 1px solid #C62828;
    border-left: 3px solid #C62828 !important;
}

.fc-event.fc-event-strike-team .fc-event-qualifier {
    border: 1px solid #C62828;
}

.fc-event.fc-event-strike-team .assignment-tools {
    background: #F44336;
    border-right: 1px solid #C62828;
    border-top: 1px solid #C62828;
    border-bottom: 1px solid #C62828;
    border-left: 0;
    right: -42px;
    top: -3px;
}

.fc-event .qualifiers-not-filled {
    top: 18px;
    right: 20px;
    position: absolute;
    cursor: help;
    padding: 3px;
    z-index: 10;
}

.fc-event-misc .fc-event-user .misc-signup-event-data {
    display: inline-block;
    width: 97%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ccc;
    margin: 0px -3% 0px;
    font-size: 9px;
    padding: 0 4%;
    box-sizing: content-box;
    position: relative;
    top: -2px;
}

.fc-event-misc .fc-event-user .misc-signup-event-data a:hover {
    text-decoration: underline;
}

.fc-event-misc .fc-event-user .misc-signup-event-data a i.fa {
    visibility: hidden;
}

.fc-event-misc .fc-event-user .misc-signup-event-data a:hover i.fa {
    visibility: visible;
}


/** DAILY VIEW COLUMNS */
.fc-column {
    position: absolute;
}

.fc-day-layout .fc-column {
    position: relative;
}

.fc-day-layout {
    border: 1px solid #e6e6e6;
    width: 100%;
}

.fc-day-layout tr td {
    border-bottom: 1px solid #e6e6e6;
}

.fc-column .fc-column-header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
    border-radius: 7px 7px 0 0;
}

.fc-column .fc-column-assignments {
    background: #fff;
    padding: 5px 5px 1px 5px;
}

.crewscheduler-search {
    position: relative;
    top: 12px;
    margin-bottom: 3px;
}

.crewscheduler-assignment-visibility {
    position: relative;
    top: 12px;
    margin-bottom: 3px;
}

.crewscheduler-filter-view-select {
    position: relative;
    top: 12px;
    margin-bottom: 3px;
}

/* added for consistency. when this becomes a multiselect this rule can be removed */
.crewscheduler-filter-view-select .select2-selection.select2-selection--single {
    min-height: 34px;
}

.strike-team-button {
    position: relative;
    top: 15px;
    xdisplay: none;
    margin-right: 17px;
}

.add-deployment-button {
    position: relative;
    top: 15px;
    xdisplay: none;
    margin-right: 17px;
}

.ui-tabs-nav li.ui-state-active a {
    background: #131e26;
    color: #fff;
    border-bottom: 1px solid #fff;
}

/** VERTICAL TABS */
.ui-tabs-vertical {
    width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: 0;
    float: left;
    width: 30%;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
    margin: 0 -1px 0 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    text-transform: none !important;
    border-right-width: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 1em;
    float: right;
    width: 70%;
}


@media (min-width: 1280px) {
    .ui-tabs-vertical .ui-tabs-nav {
        width: 15%;
    }

    .ui-tabs-vertical .ui-tabs-panel {
        width: 85%;
    }

    .fc-event-title {
        font-size: 13px;
    }
}


@media (max-width: 480px) {
    .header-toolbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px;
        background: #fff;
        border-top: 1px solid #eee;
        z-index: 999;
        text-align: center;
    }
}

#callbacks .bg-info,
#callbacks .bg-success,
#callbacks .bg-warning {
    color: #000 !important;
}

#callbacks .bg-light {
    color: #999 !important;
}


/** DIALOGS CONTAINING FORMATTED TEXT **/
.text-dialog h2 {
    margin-bottom: 10px;
}

.text-dialog p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.text-dialog p:first-child {
    margin-top: 0;
}

.text-dialog ol {
    list-style: decimal;
    margin-bottom: 10px;
}

.text-dialog li {
    font-size: 15px;
    line-height: 1.5;
    margin-left: 20px;
}

.text-dialog ol li {
    list-style: decimal;
}

.text-dialog ul li {
    list-style: disc;
}

.text-dialog pre {
    background: #efefef;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 10px 0;
    border-left: 3px solid #E91E63;
}

/** User profile page */
.stdform.user-profile-form label {
    float: none;
    width: auto;
    padding: 10px 0 5px 20px;
    display: block;
    text-align: left;
}

.stdform.user-profile-form .row [class*="span"] label {
    padding-left: 0;
}

.stdform.user-profile-form #first_name,
.stdform.user-profile-form #last_name {
    font-size: 16px;
}

.stdform.user-profile-form select.medium {
    width: 162px;
}

.stdform.user-profile-form h3 {
    margin-top: 20px;
}

.stdform.user-profile-form label.error {
    left: 700px;
    position: absolute;
}

.stdform.user-profile-form h5 {
    margin-top: 20px;
    font-size: 11px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #BDBDBD;
}

.stdform.user-profile-form .span3 p {
    margin-top: 5px;
    text-align: left;
}

/** Time Off Trade forms **/
.time-off-selector {
    display: inline-block;
    width: 250px;
    padding: 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    font-weight: bold;
    font-size: 12px;
    float: left;
    line-height: 1.412;
    opacity: .76;
    transition: opacity .2s ease;
    cursor: pointer;
    position: relative;
}

.time-off-selector:hover,
.time-off-selector.active,
.picked-element .time-off-selector {
    opacity: 1;
    border: 2px solid #333;
    border: 2px solid rgba(0, 0, 0, 0.65);
    padding: 3px;
}

.time-off-selector.static {
    opacity: 1;
    border: none;
    padding: 8px;
    cursor: default;
    font-size: 14px;
    font-weight: normal;
}

.time-off-selector.disabled {
    cursor: default;
    background: #ccc;
    color: #777;
    position: relative;
    text-decoration: line-through;
}

.time-off-selector .fa.fa-check {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    color: #212121;
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}

.picked-element .time-off-selector .fa.fa-check {
    display: inline-block;
}

.exchange-sign {
    float: left;
    display: inline-block;
    padding: 18px 50px;
}

.exchange-sign .fa-exchange {
    color: #999;
    color: rgba(0, 0, 0, 0.3);
}

.picked-element,
.stdform span.field.picked-element {
    display: none;
    overflow: auto;
}

.picked-element.active {
    display: inline-block;
}

.stdform p .change {
    display: none;
}

.time-off-trade-request-container {
    overflow: auto;
    background: #efefef;
    background: rgba(0, 0, 0, 0.06);
    padding: 15px;
    margin: 15px 0;
}

p.lead {
    font-size: 14px;
    line-height: 1.412;
    color: #111;
    margin-bottom: .618em;
}

/** Assignment groups */
.assignment-group-name {
    color: #000;
    padding: 1px 2px;
    margin-right: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px #000;
    -webkit-box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 1px #000;
    font-size: 10px;
}

.assignment-group-filter {
    padding: 5px;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.assignment-group-filter.inactive {
    background: #dedede !important;
    color: #aaa !important;
    font-weight: normal;
}

/** Cycles page */
.cycle-table th {
    padding: 8px 10px;
}

.cycle-table td.opportunity {
    padding: 0 !important;
}

.cycle-table td.cycle-user-name {
    font-size: 14px;
}

.cycle-table td.available, .cycle-table td.used, .cycle-table td.non_available {
    width: 37px;
    height: 37px;
    border: 1px solid #fff;
}

.cycle-table td.available {
    background: #C3FF9C !important;
}

.cycle-table td.available a,
.cycle-table td.used a,
.cycle-table td.used.manually a {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: relative;
}

.cycle-table td.used {
    background: #FFD5CF !important;
}

.cycle-table td.used div {
    position: relative;
}

.cycle-table td.non_available {
    background: #ccc !important;
}

.cycle-table td.used.manually a span {
    font-size: 9px;
    text-transform: uppercase;
    position: absolute;
    top: 2px;
    right: 3px;
    padding: 3px;
}

/** Crew Scheduler */
.schedule-responsive {
    overflow-x: auto;
    width: 100%;
}

.cs-toolbar {
    float: right;
    position: relative;
    margin-right: 3px !important;
    margin-bottom: 10px;
    margin-right: 0px !important;
}

.cs-toolbar-button {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    float: right;
    position: relative;
    top: 10px;
    margin-left: 5px;
}

.cs-toolbar-button:hover {
    background: #e2e2e2 !important;
    color: #131313 !important;
}

.fc {
    min-width: 1240px;
}

#event-calendar.fc {
    min-width: auto;
}

@media screen and (max-width: 480px) {
    #layout-choose,
    #cs-help-button {
        display: none;
    }

    .cs-toolbar {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .cs-toolbar-button {
        float: none;
    }
}

@media screen and (max-width: 873px) {
    .schedule-responsive {
        margin-top: 50px;
        height: 480px;
    }

    .schedule-responsive #calendar {
        position: relative;
        top: -20px;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
    float: right;
    margin-bottom: 1em;
}

button.ColVis_Button,
.ColVis_collection button {
    position: relative;
    float: left;
    margin-right: 3px;
    margin-left: 5px;
    cursor: pointer;
    *cursor: hand;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #e6e6e6;
    border-color: #adadad;
    border-radius: 2px;
    outline: 0 !important;
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
}

button.ColVis_Button {
    height: 30px;
    padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner {
    border: none !important;
    padding: 0;
}

button.ColVis_Button:active {
    outline: none;
}


div.ColVis_collectionBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 1100;
}

.ColVis_collection {
    list-style: none;
    padding: 8px 8px 4px 8px;
    margin: 0;
    width: auto !important;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: #f3f3f3;
    overflow: hidden;
    z-index: 2002;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.ColVis_collection button {
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    padding: 0.5em;

    display: block;
    float: none;
    margin-bottom: 4px;

    -webkit-box-shadow: 1px 1px 3px #999;
    -moz-box-shadow: 1px 1px 3px #999;
    -ms-box-shadow: 1px 1px 3px #999;
    -o-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

.ColVis_collection button {
    text-align: left;
}

.ColVis_collection button.ColVis_Button:hover {
    border: 1px solid #999;
    background-color: #f0f0f0;
}

.ColVis_collection button span {
    display: inline-block;
    padding-left: 0.5em;
    cursor: pointer;
}


.ColVis_collection button.ColVis_Special {
    border-color: #555;
    background: rgb(237, 237, 237); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%); /* IE10+ */
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 77%, rgba(232, 232, 232, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8', GradientType=0); /* IE6-9 */
}

.ColVis_collection button.ColVis_Special:hover {
    background: #e2e2e2; /* Old browsers */
    background: -webkit-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%); /* FF3.6+ */
    background: -ms-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%); /* IE10+ */
    background: -o-linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */
}


span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}

#add-note-dialog {
    display: none;
}

.help-block {
    font-weight: 100;
    color: #091F2D;
}

.js-toast-message {
    display: none;
}

#request-history td,
#waiting-requests td,
#after-waiting-requests td,
#pending-requests td {
    transition: background .5s ease, color .5s ease;
}

#request-history tr.selected td,
#waiting-requests tr.selected td,
#after-waiting-requests tr.selected td,
#pending-requests tr.selected td {
    background: #263238;
    color: #fad733;
}

.manage-forms-public-btn,
.manage-forms-categories-btn {
    margin-right: 10px;
}

/* ListView */
#schedule-listview {
    background: #fff;
    border: 1px solid #ececec;
}

#schedule-listview .day {
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

#schedule-listview .day.disabled {
    opacity: .4;
}

#schedule-listview h2 {
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}

#schedule-listview h2 .fa {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#schedule-listview h2 span.friendly-date {
    display: inline-block;
    width: 280px;
    text-align: center;
}

#schedule-listview h2 span.collapse-expand {
    font-size: .6777em;
    position: absolute;
    top: 14px;
    left: 14px;
}

#schedule-listview h2 span.collapse-expand a {
    transition: background .1s ease-in-out;
    padding: 1px 4px;
    border-radius: 7px;
    color: #0277BD;
}

#schedule-listview h2 span.collapse-expand a:hover {
    background: rgba(0, 0, 0, 0.05);
}

#schedule-listview h2 span.collapse-expand a:active {
    background: rgba(0, 0, 0, 0.1);
}

#schedule-listview h2 .label {
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 12px;
    right: 12px;
    min-height: 19px;
    min-width: 19px;
}

#schedule-listview h2 .listview-jump-to-date {
    color: #1797be;
    margin-right: 10px;
    cursor: pointer;
}

#schedule-listview h3 {
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
}

#schedule-listview h3:hover {
    background: #fcfcfc;
    background: rgba(0, 0, 0, 0.02);
}

#schedule-listview h3 .fa-caret-down,
#schedule-listview h3 .fa-caret-right {
    width: 20px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#schedule-listview h3 .fa-caret-down:active,
#schedule-listview h3 .fa-caret-right:active {
    background: #ccc;
    background: rgba(0, 0, 0, 0.1);
}

#schedule-listview h3 .badge {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

#schedule-listview h3 .positions-filled {
    position: relative;
    top: -4px;
    width: 80px;
}

#schedule-listview h3 .positions-filled span.pull-right {
    font-size: 11px;
}

#schedule-listview h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

#schedule-listview h4 .label {
    margin-left: 2px;
}

#schedule-listview .day.day-placeholder h2 span.friendly-date {
    display: inline-block;
    height: 20px;
    background: #ececec;
    top: 3px;
    position: relative;
}

#schedule-listview .day.day-placeholder h3 {
    background: #ececec;
}

#schedule-listview table.shifts {
    background-color: #fcfcfc;
    border-collapse: collapse;
    width: 100%;
    margin-top: -1px;
    margin-left: -1px;
}

#schedule-listview table.shifts td {
    padding: 5px 15px;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

#schedule-listview table.shifts td.time-period,
#schedule-listview table.shifts td.shift-length {
    /*width: 120px;*/
    text-align: center;
}

#schedule-listview table.shifts td.listview-qualifier {
    font-weight: bold;
    color: #084C87;
    text-align: center;
    cursor: help;
}

#schedule-listview table.shifts tr.open_slot td {
    background: #FFF9C4;
    color: #F57F17;
    border-left: 1px dashed #FDD835;
    border-top: 1px dashed #FDD835;
    border-bottom: 1px dashed #FDD835;
}

#schedule-listview table.shifts tr.open_slot td h4 {
    color: #F57F17 !important;
    font-weight: 400 !important;
}

#schedule-listview .work-type-avatar {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    font-weight: 700;
    margin-right: 5px;
}

#schedule-listview .icon-arrow-left,
#schedule-listview .icon-arrow-right {
    cursor: pointer;
    vertical-align: bottom;
}

#schedule-listview .icon-arrow-left:hover,
#schedule-listview .icon-arrow-right:hover {
    color: #23b7e5;
}

#schedule-listview .qualifier-name {
    margin-right: 5px;
}

#schedule-listview .qualifier-name:last-child {
    margin-right: 0px;
}

#schedule-listview .notes {
    overflow: auto;
}

#schedule-listview .notes h4 {
    padding: 5px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

#schedule-listview .notes .note {
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
    background: rgb(243, 243, 231);
    width: 50%;
    float: left;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        overflow: scroll;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.user-profile-readonly .form-group {
    margin-bottom: 0px;
}

a.external-link:link,
a.external-link:visited {
    transition: color .1s ease;
    color: #2196F3;
}

a.external-link:hover {
    color: #64B5F6;
}

a.external-link:active {
    color: #212121;
}

.first-steps a:link,
.first-steps a:visited {
    color: #337ab7;
    transition: all .15s ease;
}

.first-steps a:not(.btn):hover {
    color: #111;
    border-bottom: 1px solid #ececec;
}

/* IMPORT USERS */
.dropfiles-help {
    position: absolute;
    top: 50%;
    margin-top: -87px;
    width: 100%;
}

.dropfiles-help small {
    font-size: 13px;
}

.dropfiles-help small a {
    margin-left: 5px;
    vertical-align: baseline;
}

#dropzone {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#dropzone h2 > i {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #cecece;
}

#dropzone.hover h2 > i {
    color: #1c2b36;
}

#dropzone .btn-default input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/** PROFILE PICTURE */
.profile-picture {
    position: relative;
}

.profile-picture > p {
    margin-top: 10px;
}

.profile-picture .fileinput-button {
    vertical-align: bottom;
    position: relative;
    top: 2px;
    font-size: 13px;
}

.profile-picture-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 32px;
    background: rgba(255, 255, 255, .85);
    display: none;
}

.profile-picture-preloader .fa {
    color: #7793a7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

/** CREWSENSE */
.crewsense-menu .fa-fw,
.fa-fw-2x {
    margin-right: 16px;
}

.crewsense-menu .nav-pills > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.qualifier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1em;
}

.qualifier-grid .panel-body {
    cursor: move;
}

.qualifier-box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: unset;
    height: 100%;
}

.qualifier-box .panel-body {
    flex-grow: 1;
}

.available-qualifier-list .ui-draggable,
.qualifier-list .panel {
    cursor: move;
}

.available-qualifier-list {
    overflow: auto;
}

.available-qualifier-list .crewsense-qualifier:hover .delete-qualifier {
    display: none;
}

.available-qualifier-list.stuck {
    position: fixed;
    width: 200px;
    top: 140px;
}

.qualifier-list {
    min-height: 74px;
}

.qualifier-list .crewsense-qualifier-placeholder {
    display: block;
    height: 30px;
    margin-bottom: 7px;
}

.user-qualifiers .label {
    cursor: move;
}

.crewsense-assignments {
    margin: 0 auto;
}

.crewsense-assignments .assignment {
    width: 250px;
    float: left;
}

.crewsense-assignments .assignment > .panel {
    margin-bottom: 15px;
}

.crewsense-qualifier {
    position: relative;
}

.crewsense-qualifier .delete-qualifier {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .1s ease;
}

.crewsense-qualifier:hover .delete-qualifier {
    opacity: 1;
}

.crewsense-qualifier .delete-qualifier i {
    padding: 3px;
}

.crewsense-assignments .panel-body,
.crewsense-assignments .panel-heading {
    transition: all .15s ease-in-out;
}

.crewsense-assignments .assignment.drop-target > .panel > .panel-body,
.crewsense-assignments .assignment-group.drop-target > .panel > .panel-body {
    background: #B2EBF2;
}

.crewsense-assignments .assignment.drop-target > .panel > .panel-heading,
.crewsense-assignments .assignment-group.drop-target > .panel > .panel-heading {
    background: #4DD0E1;
    border-bottom: none !important;
}

.crewsense-assignments .assignment.active > .panel > .panel-body,
.crewsense-assignments .assignment-group.active > .panel > .panel-body {
    background: #F0F4C3;
}

.crewsense-assignments .assignment.active > .panel > .panel-heading,
.crewsense-assignments .assignment-group.active > .panel > .panel-heading {
    background: #D4E157;
    border-bottom: none !important;
}

.crewsense-assignments .assignment-group.ui-state-disabled > .panel > .panel-heading {
    background: #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    color: #9E9E9E;
}

.crewsense-assignments .assignment-group.ui-state-disabled > .panel > .panel-body {
    background: #E0E0E0;
    color: #757575;
}

.crewsense-assignments .ui-state-disabled {
    opacity: 1;
}

.crewsense-assignments .assignment-group {
    width: 250px;
}

.crewsense-assignments .assignment-group .assignment {
    margin-right: 0;
    margin-left: 0;
    width: 220px;
    float: none;
}

.crewsense-assignments .assignment-group .assignment:last-child > .panel {
    margin-bottom: 0;
}

.crewsense-assignments .assignment-group .assignment > .panel .panel-body {
    background: #FAFAFA;
}

.crewsense-assignments .assignment-group > .panel > .panel-heading {
    background: #084C87;
    border-bottom: 1px solid #333;
}

.crewsense-assignments .panel > .panel-footer {
    padding: 15px 15px 10px 15px;
    border-top: 1px solid #C1D1D7;
    min-height: 40px;
}

.crewsense-assignments .panel > .panel-footer.active {
    background: #C1D1D7;
}

.crewsense-assignments .panel > .panel-footer .panel {
    border-right: 1px dashed #C1D1D7;
    border-bottom: 1px dashed #C1D1D7;
}

.crewsense-assignments .sizer {
    width: 250px;
}

.qualifier-card-header {
    display: flex;
    justify-content: space-between;
}

.qualifier-card-header__item {
    display: flex;
    align-items: center;
}

.qualifier .qualifier-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s ease;
}

.qualifier .qualifier-position {
    text-align: right;
    font-size: 16px;
    margin-right: 2px;
    cursor: help;
}

.qualifier-box {
    transition: border-top .3s ease;
}

.crewsense-opening {
    border: 1px dashed #999;
    background: rgba(0, 0, 0, 0.05);
}

.crewsense-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -21px;
    opacity: .5;
}

.btn.remove-qualifier {
    font-size: 14px;
}

.crewsense-recent-events .avatar img {
    position: relative;
    top: 4px;
}

.crewsense-user-qualifier-placeholder {
    width: 25px;
    display: inline-block !important;
    height: 18px;
    vertical-align: middle;
}

/** TIME OFF CALENDAR */
.timeoff-calendar {
    position: relative;
}

#timeoff-calendar-filters {
    position: relative;
    top: 0;
    left: 0px;
    margin-bottom: 10px;
}

.timeoff-calendar-filter {
    transition: all .1s ease;
}

/** User Builder */
#user-builder .all-users .badge {
    cursor: help;
    margin-left: 2px;
    margin-bottom: 2px;
    font-size: 9px;
    padding: 2px 4px;
}

/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
}

.input-group .twitter-typeahead:first-child .tt-input.rounded,
.input-group .twitter-typeahead:first-child .tt-hint.rounded {
    border-bottom-left-radius: 500px;
    border-top-left-radius: 500px;
    width: 100%;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.input-group .twitter-typeahead {
    display: table-cell !important;
}

.twitter-typeahead .tt-hint {
    color: #999999;
}

.twitter-typeahead .tt-input {
    z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #eeeeee !important;
}

.tt-dropdown-menu,
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
    margin: 0;
}

/** AVAILABILITY */
.availability-type-selector,
.change-type-selector,
.custom-event-selector {
    transition: all .2s ease;
    margin-bottom: 20px;
}

.availability-type-selector:hover,
.change-type-selector.col-sm-6:hover,
.custom-event-selector:hover {
    background: rgba(0, 0, 0, 0.025);
    cursor: pointer;
}

.loginpage {
    background-color: #324051 !important;
}

.sandbox {
    background-color: #C2CAD0 !important;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 255, 255, .5) 35px, rgba(255, 255, 255, .5) 70px);
    margin-bottom: 50px;
}

#shift-users-dialog form {
    overflow-x: hidden;
}

#shift-users-dialog .form-control.w-sm {
    width: 140px;
}

.context-menu-icon-delete:before {
    color: #D40606 !important;
}

.context-menu-icon-add:before {
    color: #31CB87 !important;
}

.fc-event-user.switch-candidate {
    background: #FFC107 !important;
    color: #212121 !important;
    border: 1px dashed #FF6F00 !important;
}

.fc-event-user.switch-candidate:hover {
    background: #fff !important;
    color: #212121 !important;
    border: 1px dashed #FF6F00 !important;
}

.switch-exchange-icon {
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    z-index: 3;
    color: #2196F3;
    top: 63px;
}

.switch-exchange-icon.warn {
    color: #F44336;
}

#switch-helper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    z-index: 1000;
}

#switch-helper.show {
    display: block;
}

/* Mandatory announcments */
#mandatory-announcements-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.99);
}

.mandatory-announcements {
    max-height: 75%;
    overflow: auto;
    margin-top: 20px;
    padding: 0 50px;
}

@media screen and (max-width: 1024px) {
    .mandatory-announcements {
        max-height: 70%;
    }
}

@media screen and (max-width: 480px) {
    .mandatory-announcements {
        max-height: 50%;
        padding: 0 25px;
    }
}

@media screen and (max-height: 360px) {
    .mandatory-announcements {
        max-height: 50%;
    }
}

body.password-reset-page {
    background: #0d1f27;
}

.logobg {
    background-color: #FFFFFF !important;
    padding: 2px;
    padding-bottom: 3px !important;
    border-bottom: 4px solid #DDE6E9;
}

#search-employees {
    height: 33px;
}

.fc-event-user.search-highlight {
    background: #FFC107 !important;
    color: #212121 !important;
    box-shadow: 0px 1px 6px #020202 !important;
    border: 1px dashed #FF6F00 !important;
}

.panel-heading {
    border-radius: 6px 6px 0 0;
}

.player {
    font-size: 24px;
    color: #0c2f45;
    cursor: pointer;
    position: relative;
    top: 4px;
    margin: -8px 0;
    transition: color .1s ease-in-out;
}

.player.stop {
    color: #F44336;
}

.player:hover {
    color: #212121;
}

.adminperms {
    border-bottom: dashed 1px #f05050;
}

.subadminperms {
    border-bottom: dashed 1px #14A3FD;
}

.enduserperms {
    border-bottom: dashed 1px #CBCCBE;
}

.tipsy .shift-info-avatar {
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.9);
    top: -42px;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
}

.tipsy.tipsy-e .shift-info-avatar {
    right: 5px;
}

.tipsy.tipsy-w .shift-info-avatar {
    left: 5px;
}

.top-demo {
    width: 100%;
    height: 32px;
    z-index: 100;
    background-color: rgb(10, 35, 51);
    border-radius: 8px;
    color: white;
    text-align: center;
    font-weight: 300;
}

.headcell-date {
    font-size: 13px;
    font-weight: 500;
}

.modal-header .close {
    margin-top: 2px;
    color: white;
}

.modal-dialog.modal-full {
    width: 98%;
    /*height: 92%;*/
    padding: 0;
}

.modal-dialog.modal-full .modal-content {
    height: 99%;
}

.modal-dialog.modal-full-width {
    width: 95%;
    max-width: 1440px;
}

.modal {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal .modal-header {
    background: #0e2d42;
    color: #fff;
    border-bottom: none;
}

.modal .modal-header h4.modal-title {
    color: #fff !important;
}

.modal .modal-footer {
    background: #DDE6E9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal.success .modal-header {
    background: #27c24c;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal.success .modal-header h4.modal-title {
    color: #fff !important;
}

.modal.success .modal-footer {
    background: #F1F8E9;
}

.modal.danger .modal-header {
    background: #f05050;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal.danger .modal-header h4.modal-title {
    color: #fff !important;
}

.modal.danger .modal-footer {
    background: #f2dede;
}

.modal.info .modal-header {
    background-color: #23b7e5;
    color: #dcf2f8;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal.info .modal-header h4.modal-title {
    color: #fff !important;
}

.modal.warning .modal-header {
    background-color: #fad733;
    color: #212121;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.modal.warning .modal-header h4.modal-title {
    color: #212121 !important;
}

.strike-team-roster .dropdown > .panel {
    cursor: pointer;
}

.strike-team-open-slot .strike-team-slot-name {
    background: #F1EA9E;
    color: #333;
}

.strike-team-open-slot .strike-team-slot-qualifier {
    background: #E8E098;
    color: #9F9A68;
    border-right: 1px solid #E8E098;
}

.strike-team-slot.unqualified .strike-team-slot-name {
    background: #FFEBEE;
    color: #333;
}

.strike-team-slot.unqualified .strike-team-slot-qualifier {
    background: #FFCDD2;
    color: #F44336;
    border-right: 1px solid #FFCDD2;
}

.strike-team-open-personnel-request {
    background: #E3F2FD;
    color: #2196F3;
    cursor: pointer;
}

.strike-team-slot {
    position: relative;
}

.strike-team-slot .remove-slot {
    position: absolute;
    right: 10px;
    top: 3px;
    color: #9E9E9E;
    opacity: 0;
    padding: 3px;
    transition: all .1s ease;
    cursor: pointer;
}

.strike-team-slot:hover .remove-slot {
    opacity: 1;
}

.strike-team-slot:hover .remove-slot:hover {
    color: #F44336;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}


.slider-selection {
    background-color: #337ab7;
    background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    border: 0px solid transparent;
}

.delete-rank {
    opacity: 0;
    transition: opacity .1s ease;
}

tr:hover .delete-rank {
    opacity: 1;
}

.overlay-lock {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

.container-lock {
    position: absolute;
    width: 100%;
    text-align: center;
    right: 15px;
    top: 5px;
    font-size: 23px;
    color: red;
    z-index: 1001;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    line-height: 10px;
}

.container-lock span {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-shadow: 1px 1px rgba(0, 0, 0, .7);
}

.fc-header-title h2 {
    font-weight: 300;
}

.invoice-company {
    padding: 5px;
    background-color: #cbe6cb;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 10px;
}

.date-bg {
    background-color: #e4e4e4;
    padding: 7px;
    border-radius: 6px;
    font-weight: 600;
    margin: 10px;
    width: 120px;
}

#intercom-launcher {
    display: none !important;
}

body.is_demo #intercom-launcher,
body.has_support #intercom-launcher {
    display: block !important;
}

.daily-view-grid td {
    height: 150px;
    padding: 10px;
}

.daily-view-grid td.drop-hover {
    background: rgb(255, 255, 207);
}

.daily-view-columns .panel-heading {
    transition: background-color 1s ease;
}

.daily-view-columns .panel-heading {
    position: relative;
}

.daily-view-columns .panel-heading .edit-column {
    position: absolute;
    top: -2px;
    right: 10px;
    width: 25px;
}

.daily-view-columns .panel-heading .delete-column {
    position: absolute;
    top: -2px;
    right: 40px;
    width: 25px;
}

.daily-view-columns .panel-heading .dropdown {
    position: absolute;
    top: 8px;
    right: 67px;
    width: 25px;
}

.daily-view-columns .panel-body {
    min-height: 240px;
}

.daily-view-columns .assignment {
    border-radius: 3px;
    border: 1px dashed #BDBDBD;
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
}

.daily-view-columns .assignment:last-child {
    margin-bottom: 0;
}

.daily-view-columns .assignment h4.assignment-name {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 700;
}

.daily-view-columns .assignment .assignment-time {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #757575;
}

.daily-view-columns .assignment .open-slot-preview {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #BDBDBD;
    border-radius: 3px;
    border: 1px dashed #BDBDBD;
    padding: 3px;
}

.daily-view-columns .assignment .open-slot-preview:last-child {
    margin: 0;
}

.daily-view-columns .assignment .remove-assignment {
    position: absolute;
    top: 0px;
    right: 1px;
    padding: 5px;
    cursor: pointer;
}

.daily-view-columns .view-column .panel-heading {
    cursor: move;
}

.steps {
    position: fixed;
    left: 0px;
    bottom: 0px;
    border-bottom: 0px !important;
    border-radius: 0px 5px 0px 0px;
    background-color: #0c2f45;
    z-index: 9999;
}

.steps-top {
    width: auto;
    min-width: 250px;
    background-color: #344652;
    padding: 3px;
    border-radius: 0 5px 0 0;
}

.step-green {
    background-color: #27c24c;
    border-radius: 0 5px 5px 0;
    padding-left: 3px;
    color: white;
}

.step-grey {
    background-color: #344652;
    border-radius: 0 5px 5px 0;
    padding-left: 3px;
    color: white;
}

.fc-widget-header {
    border: 0px;
    border-radius: 0 !important;
}

.cstheme {
    background-color: #091f2d;
    box-shadow: 0px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
}

.danger {
    font-weight: 600;
}

.nohover {
    background-color: #dde6e9 !important;
}

.container-lockinfo {
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
}

.container-lockinfo .alert.alert-danger {
    background: #F44336;
    color: #FFFFFF;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
    font-weight: 500;
}

.fc-button {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.fc-state-active {
    background: #efefef !important;
    color: #0b2636 !important;
    border: 1px solid #cbcbcb !important;
}

.fc-button:hover {
    background: #c8ced0 !important;
    color: #131313 !important;
}

.fc-button-today:hover {
    background: #c8ced0 !important;
    color: #131313 !important;
    border: solid 1px #c8ced0;
}

.fc-button-today {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    margin-left: 10px;
    margin-right: 10px;
}

.fc-button-next {
    color: #58666e !important;
    background-color: #fcfdfd !important;
    border-color: #dee5e7 !important;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.fc-button-prev {
    color: #58666e !important;
    background-color: #fcfdfd !important;
    border-color: #dee5e7 !important;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.font-bold-menu {
    color: white;
    font-weight: 700;

}

.fc-button-prev .fc-button-content, .fc-button-next .fc-button-content,
.fc-button-prevYear .fc-button-content, .fc-button-nextYear .fc-button-content {
    line-height: 26px !important;
    padding: 0 10px;
    color: #463f3f;
}

#rotation-preview table {
    margin: 20px auto;
}

#rotation-preview table tr td {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
}

#absences-table tr,
#absences-table tr td {
    transition: background .2s ease, color .2s ease;
}

.inactive-lite {
    font-style: italic;
    pointer-events: none;
    cursor: default;
    background-color: #142d3e !important;
    color: #616161 !important;
}

.inactive-lite A {
    color: #2f4f65 !important;
}

.inactive-lite .font-bold-menu {
    color: #3e6177;
}

.pro-icon {
    color: #69623a !important;
    margin-left: 4px;
    margin-right: 4px;
}

.list-modal {
    padding: 10px;
    background-color: #f7f7f7;
    margin-bottom: 0px;
}

.bold {
    font-weight: 600;
}

.bottom-lite {
    position: fixed;
    bottom: 0px;
    left: 35%;
    min-width: 40%;
    padding: 10px;
    z-index: 99999;
    background-color: #0f344c;
    border-radius: 5px 5px 0px 0px;
    border: solid 1px #ada057;
    border-bottom: 0px;
    color: #ada057;
    text-align: center;
    font-weight: 300;
}

.export-list-group .list-group-item {
    position: relative;
}

.export-list-group .list-group-item .delete-export {
    display: none;
    position: absolute;
    right: 10px;
    top: 18px;
}

.export-list-group .list-group-item:hover .delete-export {
    display: inline-block;
}

.export-list-group .thumb-xxs {
    position: relative;
    top: 5px;
    left: -5px;
}

.export-list-group .list-group-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    color: white;
    z-index: 1;
}

.export-list-group .list-group-item .overlay.overlay-success {
    background: rgba(139, 195, 74, 0.5);
}

.export-list-group .list-group-item .overlay.overlay-danger {
    background: rgba(244, 67, 54, 0.8);
}

.export-list-group .list-group-item .overlay > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

div.dataTables_scrollBody table#users-table {
    margin-top: -10px !important;
}

#users-table .btn-group ul.dropdown-menu {
    left: -180px;
    top: -10px;
}


.l-h-25x {
    line-height: 2.5em;
}

.pull-up-xs {
    position: relative;
    top: -5px;
}

.pull-up-xxs {
    position: relative;
    top: -1px;
}

.snackbar p {
    margin: 0;
}

/** VISUAL CYCLES */
.visual-cycle {
    float: left;
    padding: 0px 5px;
    line-height: 14px;
    font-size: 14px;
    border-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0px 5px !important;
    float: none;
}

.visual-cycle.visual-cycle-start {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 15px;
}

.visual-cycle.visual-cycle-end {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding-right: 15px;
}

.visual-cycle.visual-cycle-abs {
    position: relative;
    float: none;
}

.visual-cycle.visual-cycle-sm {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
}

/** REORDER PAGE */
#reorder-container {
    /*overflow: auto;*/
}

#reorder-users {
    max-width: 550px;
}

#reorder-users li {
    padding: 5px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #eee;
    margin: 5px 0;
    font-size: 14px;
    box-sizing: content-box;
    list-style: decimal;
    cursor: pointer;
    transition: background .2s ease;
}

#reorder-users li.active {
    color: #f7f7f7;
    background: #0C2F45;
    border: 1px solid #0C2F45;
}

#reorder-users li > i {
    cursor: move;
    position: relative;
    top: 8px;
}

#reorder-options.stuck {
    position: fixed;
    top: 51px;
}

.options-h3 {
    font-size: 18px;
    font-weight: 400;
    color: #647b8a;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

#part-time-schedule td {
    vertical-align: top;
}

.app-aside li.active {
    color: #f49021 !important;
}

#terms-bg {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: hidden;
    background-color: rgba(13, 20, 56, 0.86);
}

#terms {
    position: fixed;
    padding: 10px;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    width: 100%;
}

#terms-form {
    max-width: 800px;
    height: 100%;
    overflow: auto;
    margin: 0 auto;
}

/** Sortable groups in callback form */
.sortable-group-item {
    display: block;
    background: #ececec;
    padding: 5px;
    margin-bottom: 2px;
    border-radius: 2px;
    cursor: move;
}

.muted {
    font-size: 10px;
}

.cycle-user-name {
    position: relative;
}

.cycle-user-name .recalculate-cycle,
.cycle-user-name .uncharge-callback {
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: opacity .1s ease;
}

.cycle-user-name .uncharge-callback {
    right: 35px;
    transition: opacity .1s ease .05s;
}

.cycle-user-name:hover .recalculate-cycle,
.cycle-user-name:hover .uncharge-callback {
    opacity: 1;
}

.cycle-user-name:hover .recalculate-cycle {
    transition: opacity .1s ease .05s;
}

.cycle-user-name:hover .uncharge-callback {
    transition: opacity .1s ease;
}

.fc-widget-header, /* <th>, usually */
.fc-widget-content { /* <td>, usually */
    border: 0px;
    background: rgb(249, 249, 249);
}

.fc-notes span.notes-title {
    font-size: 1em;
    color: #464843 !important;
    text-decoration: underline;
}

.cs-wrapper {
    padding: 5px 0px;
}

.fc-event-vacation {
    background: #e0e0e0 !important;
}

.fc-content {
    margin-bottom: 5px;
    border-top: solid 1px #d8e1e3;
    border-bottom: solid 1px #d8e1e3;
}

.b-lighter {
    border-color: #c3c3c3;
}

.panel-footer cboard {
    background-color: #f5f5f5;
    border-color: #c3c3c3;
}

.board-heading {
    font-weight: 500;
    color: #0c2f45;
    font-size: 16px;
    border-bottom: 1px solid #dcdcdc;
}

.csgray {
    background-color: #dde6e9;
    color: #131e26;
}

.bg-light.lter.b-b.wrapper-md {
    transition: box-shadow 0.1s ease;
}

.bg-light.lter.b-b.wrapper-md.stuck {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .25);
}

.bg-light.lter.b-b.wrapper-md.stuck .header-toolbar {
    position: fixed;
    top: 70px;
    right: 20px;
    float: none;
}

div#signature {
    border: 1px dotted #ccc;
}

.signature-svg {
    width: 400px;
    max-width: 100%;
}

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-color: #cfdadd;
    border-radius: 2px;
}

.select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field:not([placeholder='']) {
    width: 100% !important;
    margin-right: 100000px;
    margin-left: 12px;
    margin-top: 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #1EC351 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #DDE6E9;
    border: none;
    border-radius: 2px;
    margin-top: 7px;
    padding-bottom: 1px;
}

.select2-container .select2-selection--multiple {
    min-height: 34px;
}

#resubmit-preview-content p {
    line-height: 1.412;
}

#resubmit-preview-content #preview-tab {
    overflow: auto;
    max-height: 421px;
    margin-bottom: 15px;
}

#after-waiting-requests .dropdown-menu {
    position: fixed;
    top: initial;
    right: initial;
}

.boldlabel {
    font-weight: 600 !important;
    color: #1c5d7d !important;
    font-size: 1.2em;
    margin-bottom: 5px;

}

#next-reset-date {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 21px;
    right: 10px;
}

.radio[class*="col-"] + .radio[class*="col-"], .checkbox[class*="col-"] + .checkbox[class*="col-"] {
    margin-top: 0px;
}

#assignments-filter-buttons .checkbox,
#pdf-printout-buttons .checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}

li .primary {
    background-color: #dde6e9;
}

#employee-selector-results .list-group {
    max-height: 200px;
}

#employee-selector-results .panel-footer.bottom-fade {
    position: relative;
}

.list-group + .panel-footer.bottom-fade {
    border-top-width: 1px;
}

#employee-selector-results .panel-footer.bottom-fade:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: -41px;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: inset 0px -34px 34px -11px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0px -34px 34px -11px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0px -34px 34px -11px rgba(255, 255, 255, 0.75);
}

.options-menu {
    background-color: #e4eaec;
}

.list-group.list-group-root.options-menu .list-group-item {
    background-color: #dde6e9;
}

.list-group.list-group-root.options-menu a.list-group-item:hover {
    background-color: #87a8bd;
    color: white;
}

.list-group.list-group-root.options-menu > .list-group > .list-group-item {
    color: #dde6e9;
    background-color: #1c455f;
    border: 1px solid #274e67;
}

.list-group.list-group-root.options-menu .list-group-item.active,
.list-group.list-group-root.options-menu .list-group-item.active:hover {
    color: #f59120;
    background-color: #152e3e;
    border: solid 1px #f59126;
}

.list-group.list-group-root.options-menu > .list-group > .list-group-item:hover {
    background-color: #193d54;
}


.options-header-label {
    background-color: #0b2333;
    color: #ffffff !important;
    width: 100%;
    min-width: 200px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.options-help {
    padding: 1px 5px;
    color: #f59210 !important;
}

li {
    list-style-type: none !important;
}

img.desaturate {
    filter: grayscale(100%);
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

/* REPORTS PAGE */
.type-filter .panel-body {
    max-height: 400px;
    overflow: auto;
}

.reports-totals .panel > tbody {
    display: block;
}

.reports-totals .panel table tbody {
    max-height: 290px;
    overflow: auto;
}

.bg-nav {
    color: #131e26;
}

#shift-range-slider .slider-handle {
    background: #0C2F45;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

#shift-range-slider .slider-selection {
    background: #7793a7;
}

#shift-break-slider .slider-handle {
    background: #f05050;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

#shift-break-slider .slider-selection {
    background: #F08181;
}

.invoice-status-paid {
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    background: #27c24c;
    border: solid 1px #27c24c;
}

.invoice-status-overdue {
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    color: white;
    background: #F44336;
    border: solid 1px #F44336;
}

.invoice-status-sent {
    padding: 10px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #131e26;
    background: #dde6e9;
    border: solid 1px #939598;
}

.invoice-wrapper {
    border: solid 1px #d2d2d2 !important;
}

.resp-cols {
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
}

/** CREW SCHEDULER */
.bg-light.lter.b-b.wrapper-md.crew-scheduler-header {
    transition: background-color .5s ease, color .5s ease;
}

.fc-event.fc-event-incomplete .fc-event-count {
    box-shadow: none;
    font-weight: 700;
    color: #F44336;
    text-shadow: none;
}

.fc-event-incomplete {
    border: solid 1px red;
}


.day-label {
    border: none;
}

.headcell-date {
    background: #dddddd;
    padding: 2px 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.top-overdue {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f05050;
    color: #fff;
    z-index: 9999999;
    top: 1px;
    left: 1px;
    text-align: center;
}

.top-outage {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f05050;
    color: #fff;
    z-index: 9999999;
    top: 1px;
    left: 1px;
    text-align: center;
}

.counts-below {
    background-color: #fff9c4;
    color: #848383;
}

.counts-above {
    background-color: #abf3a5;
    color: #7d7d7d;
}

.counts-unstaffed {
    background-color: white;
    color: #d32f2f;
}

.point-bg-light {
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    font-weight: 600;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: none;
}

#call-periods-preview {
    height: 15px;
    position: relative;
    border-radius: 15px;
}

#call-periods-preview > div {
    height: 15px;
    position: absolute;
    background: rgba(138, 195, 74, 0.75);
    border: 1px solid #689F38;
    border-radius: 15px;
}

.admin-top-text {
    top: 12px;
    left: 4px;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 16px;
    color: #e18721;
    text-shadow: 3px 0px black;
    z-index: 100000;
    position: absolute;
}


.assignment_marker {
    width: 10px !important;
    height: 10px !important;
    border: solid 1px #151b22;
    background: #d4d4d4;
    background-size: cover;
    border-radius: 25px;
}

.mapboxgl-popup {
}

.map-user {
    padding: 0 5px;
}

.map-user-labels {
    padding: 0px 3px;
}

.map-user-labels > span {
    padding: 1px;
    border-radius: 2px;
}

.mapboxgl-popup-content {
    position: relative;
    background: none !important;
    padding: 0px !important;
    margin-bottom: -1px;
    text-align: left;
    font-size: 10px;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
}

.map-assignment {
    margin-bottom: 5px;
}

.map-assignment .map-assignment-name {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: .9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 5px;
}

.ass-map-name {
    color: white;
    font-weight: bold;
    background: #25292f7d;
    padding: 2px 5px;
    display: block;
}

.ass-map-staff {
    background: #35393e;
    border: solid 1px #212121;
    color: white;
    display: inline-block;
    border-radius: 0px 0px 5px 5px;
}

.mapboxgl-popup-tip {
    background: none !important;
    color: #3d434c;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #9e9e9e !important;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #9e9e9e !important;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #9e9e9e !important;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    -webkit-align-self: center;
    align-self: center;
    border-bottom: none;
    border-top-color: #9e9e9e !important;
}

#assignment_map {
    overflow: hidden;
    top: 0px;
    min-height: 100vh !important;
    min-width: 100%;
}

.no-padding {
    padding: 0px !important;
}

#bulletin-board {
    background: white;
    border: solid 14px #c7c7c7;
    border-radius: 10px;
    min-height: 80vh;
    padding: 10px;
    border-left: solid 2px #d6d6d6;
    border-right: solid 2px #d6d6d6;
}

.roster-map-avatar {
    height: 20px;
    border-radius: 10px;
}

.list-view-avatar {
    height: 20px;
    border-radius: 10px;
}

.list-view-avatar:hover {
    height: 55px;
    border-radius: 50%;
    transition: .4s;
    transition-delay: 2s;
    box-shadow: 0px 0px 9px 0px #131e26;
}

.map-user:hover > .map-user-name {
    background: #d1d3d4;
    padding: 0px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #131e26;
}

.map-user:hover > .map-user-name > .roster-map-avatar {
    height: 100px;
    position: absolute;
    border: solid 1px #131e26;
    border-right: none;
    right: 140px;
}

.btn.accrual-plus-button.active {
    background: #DCEDC8;
}

.btn.accrual-minus-button.active {
    background: #FFCDD2;
}

.onboarding {
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #131e26;

}

.onboard-step-complete {
    color: #38393e;
    background: #50d86d;
    padding: 3px;
    font-weight: 300;
}

.onboard-step-incomplete {
    color: #38393e;
    background: #d4d4d4;
    padding: 3px;
    font-weight: 300;
}

.howtoscont {
    position: fixed;
    bottom: 50%;
    height: 380px;
    margin-bottom: -190px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    background-color: #0b1821;
    color: white;
    z-index: 99998 !important;
}

#howtos {
    height: 335px;
    overflow: auto;
    width: 350px;
    padding: 10px;
    margin-bottom: 10px;
}

#howtos h3 {
    color: white;
    margin: 3px;
    font-size: 16px;
    font-weight: bold;
}

.howtoscategory {
    color: white;
    background-color: #2f709e;
    padding: 8px;
    width: 96%;
    border-radius: 5px;
    display: inline-block;
    margin: 2px;
    font-weight: bold;
}

.howtoscategory:hover {
    background-color: #95c6ea;
    color: black;
}

#howtos::-webkit-scrollbar {
    width: 8px;
}

#howtos::-webkit-scrollbar-thumb {
    background: #888;
}

.howtosbutton {
    padding: 3px 8px 3px 8px;
    background: #585c5f;
    margin: 10px;
    border-radius: 8px;
}

.howtostep {
    height: auto;
    overflow: auto;
    width: 800px;
    padding: 10px;
    margin-bottom: 10px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99999;
    background: rgba(32, 45, 52, .9);
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
    color: white;
    font-size: 16px;
    line-height: 20px;
}

.howtostep h4 {
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    margin-top: 0px;
}

.howtostepimage {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

a.howtosteplink {
    color: #f08f21;
}

/* personnel file */
div.personnel-file-ellipsis {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.personnel-file {
    color: #337AB7;
}

a.personnel-file:hover {
    color: #000000;
}

tr.personnel-file-detail {
    display: none;
}

.personnel-file-description {
    cols: 5;
    rows: 5;
}

.sub-men {
    background: #182731;
    border-top: solid 1px #131e26;
}

.expired-cert {
    background-color: #ff4f4f;
    color: white;
    font-style: italic;
}

.expired-cert a:link {
    color: white;
}

#monthly-schedule thead.stuck {
    position: fixed;
    top: 51px;
    width: auto;
}

#monthly-schedule thead.stuck + tbody > tr:first-child > td {
    padding-top: 51px;
}

.new-help-icon {
    position: relative;
    top: 10px;
    cursor: help;
}

/** RULES BUILDER */
.base-rule-selector a {
    transition: background .1s ease-in-out, border-bottom .2s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
}

.base-rule-selector a.active {
    color: #212121;
    background: #E3F2FD;
    border-bottom: 2px solid #2196F3;
}

.base-rule-type-list-item {
    cursor: pointer;
    transition: background .1s ease-in-out, border-bottom .2s ease, padding .1s ease;
}

.base-rule-type-list-item h3,
.base-rule-type-list-item p {
    color: #9E9E9E;
}

.base-rule-type-list-item h3 > i {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    border-radius: 20px;
    border-bottom: 2px solid #E0E0E0;
}

.base-rule-type-list-item.active h3 > i {
    background: #E3F2FD;
    border-bottom: 2px solid #2196F3;
}

.base-rule-type-list-item.active h3,
.base-rule-type-list-item.active p {
    color: #616161;
}

.base-rule-type-list-item.active .base-rule-type-name {
    border-bottom: 2px solid #2196F3;
}

.base-rule-type-list-item .choose-this {
    opacity: 0;
    transition: opacity .2s ease;
}

.base-rule-type-list-item:hover .choose-this {
    opacity: 1;
}

.base-rule-type-list-item:hover h3 {
    color: #2196F3;
}

.center-button-container {
    position: relative;
    height: 10px;
}

.center-button-container > span {
    z-index: 3;
    position: absolute;
    width: 150px;
    top: -9px;
    left: 50%;
    margin-left: -75px;
}

.center-button-container > a {
    z-index: 3;
    position: absolute;
    right: -2px;
    top: -6px;
}

.center-button-container.or-static > span {
    width: 60px;
    margin-left: -30px;
}

.center-button-container hr {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 0;
}

#add-tier-button-container.center-button-container hr {
    border-width: 3px;
}

#add-tier-button-container.center-button-container > span {
    width: 140px;
    margin-left: -70px;
    text-transform: uppercase;
}

#selected-filters .selected-filter > div {
    display: inline-block;
}

.callback-module-layout .crewsense-menu li.active a {
    background: #edf1f2;
    margin-right: -1px;
    color: #074174 !important;
}

.callback-module-layout .crewsense-menu.has-submenu li.active a {
    background: #DDE6E9;
}

.approach-list-container {
    border: solid 1px #dedede;
    border-radius: 5px;
    padding: 5px;
    background: #f5f5f5;
}

.approach-list-container .helper-text {
    margin-top: 8px;
    font-size: 12px;
}

.approach-list-container .archive-approach {
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.approach-list-container .list-group-item:hover .archive-approach {
    opacity: 1;
}

.approach-list-container .activate-approach {
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.approach-list-container .list-group-item:hover .activate-approach {
    opacity: 1;
}

.approach-list-container .edit-approach {
    opacity: 0;
    transition: opacity .2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    margin-right: 2px;
}

.approach-list-container .list-group-item:hover .edit-approach {
    opacity: 1;
}

#deletedApproachesList {
    display: flex;
    flex-direction: column;
}

#deletedApproachesList .list-group-item {
    border: solid 1px #dedede;
    background: #f5f5f5;
}

/** ADD CALLBACK FORM */
#callback-preview {
    min-height: 300px;
    position: relative;
}

#callback-preview .no-preview {
    padding: 130px 0;
    line-height: 40px;
    text-align: center;
    color: #BDBDBD;
}

.manually-add-user,
.manually-remove-user {
    position: relative;
    left: -4px;
    margin-right: 8px;
}

.callback-spinner {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #999;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.shiftbidding-spinner {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #999;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

/** NEW RANKINGS PAGE */
#ranking-users > div i {
    cursor: move;
}

.overdue_invoice {
    background: #ff1f1f;
    color: black;
    font-weight: bold;
}

.paid_invoice {
    color: #00da00;
}

#supervisors-container div.h3:hover {
    cursor: pointer;
    color: #2196F3;
}

/* vis-timeline styles */

#timeline-root .vis-foreground .vis-group {
    border-bottom: 1px solid #666;
}

#timeline-root .vis-foreground .vis-group:last-child {
    border-bottom: none;
}

.timeline-avatar-image {
    height: 25px;
    margin-right: 5px;
    margin-left: 8px;
    border-radius: 15px;
}

.timeline-group {
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    color: #152e3e;
}

.vis-timeline {
    border: 1px solid #e2e2e2 !important;
}

.vis-inner {
    padding-left: 0px !important;
}

.timeline-qualifiers, .timeline-labels, .timeline-groups {
    border-radius: 15px;
    font-size: 10px;
}

.timeline-qualifiers {
    font-weight: bold;
}

.timeline-labels {
    border-radius: 2px;
}

.timeline-timedata {
    padding: 0 3px;
    margin-right: 2px;
    font-size: .9em;
}

.vis-today {
    font-weight: bold;
    background: #efefef !important;
}

.vis-yesterday {
    background: white;
}

.vis-tomorrow {
    background: white;
}

.vis-saturday, .vis-sunday {
    background: #f3f3f3 !important;
}

.vis-item-content {
    padding: 2px 0 !important;
}

.vis-cluster .vis-item-content {
    display: block !important;
    padding: 0 !important;
}

.vis-item {
    border-radius: 3px !important;
    border-color: #d2d2d2 !important;
}

.vis-selected {
    border-width: 2px !important;
    border-color: #0a6ebd !important;
}

.vis-delete {
    height: 29px !important;
    width: 23px !important;
    background: red;
}

.vis-delete:after {
    color: white !important;
}

.vis-current-time {
    background-color: #a3ef0e !important;
    width: 4px !important;
}

.timeline-modal-avatar {
    height: 100px;
    border-radius: 50px;
}

.badge-employee-count {
    position: absolute;
    top: 10px;
    right: 36px;
    font-size: 9px !important;
}

.timeline-upleft-qualifiers {
    margin-left: 5px;
}

.timeline-group-qualifiers {
    padding: 0 5px;
}

.edit-units .fa-pencil-alt {
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.edit-units:hover .fa-pencil-alt {
    opacity: 1;
}

table.container-days {
    margin: 20px auto;
}

table.container-days tr td {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.centered {
    text-align: center;
}


/* make non-recurring crewscheduler shifts stand out */

[original-title*="Recurrence"] {
    border-left: solid 4px #41d626 !important;
}

.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {

    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6 !important;
}

/* FORCE HIRE LIST */
.force-hire-list-user-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
    color: #fff;
}

.force-hire-list .already-working {
    background: #dcdcdc;
    color: #999;
}

.force-hire-list .already-working .avatar {
    opacity: .5;
}

.force-hire-list .already-working:hover,
.force-hire-list .already-working:active {
    background: #cccccc;
}

.force-hire-list-user-dates-table tr.deleted td {
    text-decoration: line-through;
    color: #999;
}

.force-hire-list-user-dates-table tr.deleted td:last-child {
    text-decoration: none;
    color: #212121;
}

.ts-up-right {
    font-size: 1.2em;
    color: white;
    font-weight: bold;
    position: relative;
    top: 10px;
    text-shadow: 2px 2px #444444;
}

.casino-up-right {
    font-size: 1.2em;
    color: #5b8135;
    font-weight: bold;
    position: relative;
    top: 10px;
    font-size: 20px;
}

.powered-by {
    position: relative;
    top: 6px;
}

.ts-powered-sub {
    color: #969696;
    top: -10px;
    position: relative;
}

.ts-preload {
    color: white;
    font-weight: bold;
    font-size: 2.6em;
}

.loading {
    display: block;
    position: relative;
    left: 50%;
    top: 10px;
    margin: -25px 0 0 -46px;
    width: 80px;
    padding: 10px;
    text-align: center;
    opacity: 0.8;
    z-index: 1000;
}

.loading div {
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font: 10px/1.21 'Helvetica Neue', helvetica, arial, sans-serif;
    letter-spacing: 0.04em;
    color: #fff;
}

.spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-left-color: rgba(158, 158, 158, 0.6);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-animation: rotate 600ms linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.casino-preload {
    color: #5b8135;
    text-shadow: 4px 5px 0px #080808;
    font-size: 2.6em;
    font-weight: bold;
}

.table-striped > tbody > tr.in-signup-list > td {
    background: #27c24c;
}

.table-scrollable {
    overflow-y: auto;
    height: 100px;
}

.table-scrollable thead th {
    position: sticky;
    top: 0;
    background: #fff;
}

table tbody tr > td:first-child > i.fas.fa-bars {
    cursor: move;
}

#btn-gapi-auth {
    background: url('../../../Client/images/btn_google_signin_dark_normal_web.png');
    display: inline-block;
    width: 191px;
    height: 46px;
    border: none;
    margin-top: -4px;
}

#btn-gapi-auth:active {
    background: url('../../../Client/images/btn_google_signin_dark_pressed_web.png');
}

#btn-gapi-auth:focus {
    background: url('../../../Client/images/btn_google_signin_dark_focus_web.png');
}

#btn-gapi-auth:disabled {
    background: url('../../../Client/images/btn_google_signin_dark_disabled_web.png');
}

.edit-users-select-wrap {
    position: relative;
    bottom: 3px;
    display: inline-block;
}

#hoursPriorShiftWrapper select {
    position: relative;
    bottom: 2px;
}

#hoursPriorShiftWrapper .sub-text, #specificTimeWrapper .sub-text {
    font-size: 20px;
    font-weight: 300;
}

#specificTimeWrapper {
    display: flex;
    flex-direction: column;
}

.i-checks > i {
    margin-bottom: 4px;
}

#filtersWrapper {
    display: flex;
    flex-direction: column;
}

#groups-table .name-anchor {
    padding: 5px;
}

#users-table_processing .fa-spinner.fa-spin {
    font-size: 25px;
    position: relative;
    top: 30%;
}

#users-table_processing {
    height: 100%;
    top: 7%;
    background: rgba(255, 255, 255, 0.8);
}

#compound-rotation-form .extra-rotation-remove {
    position: relative;
    top: 10px;
    padding: 2px 4px;
}

#questionAnswers p {
    font-size: 15px;
}

#questionAnswers hr {
    border-color: #e8e8e8;
}

.new-black-out-day, .black-out-day {
    padding: 20px 10px;
}

#day-color-form .colorpicker-widget,
#event-form .colorpicker-widget {
    position: relative;
    top: 6px;
}

#approachesList {
    display: flex;
    flex-direction: column;
}

#approachesList .move {
    position: relative;
    top: 10px;
    cursor: pointer;
}

#tabs-autoreminders .reminder-shift-start.disabled {
    opacity: .4;
}

@media (min-width: 1202px) {
    .modal-add-new-csv-template .modal-lg {
        width: 1200px
    }
}



#filtersAccordion a.collapse-trigger {
    display: block;
}

#debugRunAuctions {
    position: fixed;
    right: 130px;
    bottom: 0px;
    background: rgb(238, 238, 238);
    border: 1px solid rgb(85, 85, 85);
    cursor: pointer;
}

.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290 !important;
    font-family: "Verdana", sans-serif !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #005290 !important;
}

@media screen and (max-width: 480px) {
    .admin-header {
        display: none;
    }
}

#loginSSOBreak {
    width: 60%;
    margin: 0 auto;
}

#loginSSOBreak hr {
    height: 0;
}

/* COMMON CUSTOM CLASSES */
.content-full-height {
    min-height: calc(100vh - 50px); /* header's height is 50px, no scrollbar this way */
}

.content-full-height-with-breadcrumbs {
    min-height: calc(100vh - 86px); /* header's height is 50px, breadcrumb's height is 36px, no scrollbar this way */
}

.pb-mid {
    padding-bottom: 25px;
}

.flex-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.callback-global-rank {
    width: 60px;
    float: left;
}

.global-rank-question {
    margin-left: 0;
}

.callback-filter-tip {
    margin: 0;
    color: #595959;
    font-weight: normal;
}

#monthlyScheduleUsersData .assignment-row th {
    background-color: #3D4543;
    color: #FFF;
}

#monthly-schedule td.open-slot {
    background: repeating-linear-gradient(45deg, #F1EA9E, #f3e986 10px, #F1EA9E 10px, #fbf49c 20px);
    cursor: pointer;
}

#monthly-schedule td.availaibilty-period {
    cursor: pointer;
}

#monthly-schedule td i.availability-icon {
    font-size: 14px;
    display: inline !important;
    border-radius: 50px;
}

#monthly-schedule td i.availability-icon.unavailable {
    color: #D9534F;
    background-color: #FFF;
}

#monthly-schedule td i.availability-icon.available {
    color: #FFF;
    background-color: #5bc0de;
    border-color: #46b8da;
}

#monthly-schedule td.availability-bg {
    background-color: #5bc0de;
}

#monthly-schedule td.outside-grouping-shift {
    background-color: inherit;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 8px);
    cursor: pointer;
}

#monthly-schedule td.outside-grouping-time-off {
    background-color: inherit;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 8px);
    cursor: pointer;
}

#auctionBidForMultipleDays {
    margin-right: 15px;
}

#bidForMultipleDaysTemplate label {
    position: relative;
    top: 8px;
}

@media screen and (max-width: 480px) {

    #auctionBtnsWrapper .btn {
        padding: 1px 5px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 3px;
    }

    #auctionBtnsWrapper .btn-addon i {
        width: 20px;
        height: 22px;
        margin: -6px -5px;
        margin-right: 5px;
        line-height: 22px;
        top: 4px;
        font-size: 10px;
    }

    /*iOS border line gap*/
    #auctionInfoWrapper {
        position: relative;
        bottom: 18px;
    }

    #auctionBtnsWrapper {
        min-height: 50px;
    }

    /**/
}


.justify {
    text-align: justify;
}

#employeeReportsWrapper .wrapper-md {
    padding-top: 0;

}

.rankings-snapshot {
    margin-right: 10px;
}

.rankings-snapshot .fas.fa-spinner {
    animation: rotate 2s linear infinite;
    background-color: transparent;
    display: none;
}

.select2-results__option--highlighted .text-info {
    color: #FFFFFF;
}

@media screen and (max-width: 920px) {
    .time-off-trade-request-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .time-off-trade-request-container .exchange-sign .fa-exchange {
        rotate: 90deg;
    }
}

.shiftbidding-spinner {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #999;

    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* Shift Bidding Preview Styles */
#shiftbidding-preview .no-preview {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

#shiftbidding-preview .shiftbidding-spinner {
    padding: 40px 20px;
    text-align: center;
}

#shiftbidding-preview .shiftbidding-spinner:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#shiftbidding-preview .preview-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#shiftbidding-preview .preview-item:last-child {
    border-bottom: none;
}

#shiftbidding-preview .preview-title {
    font-weight: bold;
    margin-bottom: 5px;
}

#shiftbidding-preview .preview-detail {
    color: #666;
    font-size: 0.9em;
}

.shift-bidding-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.app-aside-folded .nav > li > a > .shift-bidding-svg {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-left: 20px;
  padding-top: 10px;
}

/* Shift Bidding Preview Styles */
#shiftbidding-preview .no-preview {
    padding: 40px 20px;
    text-align: center;
    color: #999;
    font-style: italic;
}

#shiftbidding-preview .shiftbidding-spinner {
    padding: 40px 20px;
    text-align: center;
}

#shiftbidding-preview .shiftbidding-spinner:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#shiftbidding-preview .preview-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#shiftbidding-preview .preview-item:last-child {
    border-bottom: none;
}

#shiftbidding-preview .preview-title {
    font-weight: bold;
    margin-bottom: 5px;
}

#shiftbidding-preview .preview-detail {
    color: #666;
    font-size: 0.9em;
}