html {
    overflow-y: scroll;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 100%;
}

body {
    color: #000000;
    padding-top: 0px;
    /* prevent modals changing right padding  */
    padding-right: 0 !important;
    height: 100%;
}

/* default page layout */

.plx-content-container {
    flex: 1;
    overflow: scroll;
}

/* DataTable Styles */

#staff-table_wrapper {
    margin-right: 20px;
}

table.dataTable {
    margin: 0 !important;
}

/* ----- */

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    text-decoration: underline;
}

.click-through {
    pointer-events: none;
}

.btn-action {
    cursor: pointer;
}

a, a:active, a:visited, a:hover {
    color: #000000;
    text-decoration: none;
    /* font-weight: normal; */
}

pre {
    display: block;
    padding: 6.5px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 10px;
}

legend {
    margin-bottom: 8px;
}

/* Lists */

.list-default {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Dropdowns */

/* fix for dropdowns with caret removed */
.dropdown-round-border-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

/* selects */

/* Customize the label (the container) */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    padding: 6px;
    border: #fff 1px solid;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #337ab7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* end of custom checkbox */


#container-cols-days {
    overflow: hidden;
}

.scroller {
    overflow: auto;
    background-color: yellow;
    margin-right: -16px;
}

.preBox {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 10px;
    z-index: 1;
}

.panel-staff {
    max-width: 1100px;
}

.newSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;

    border: 1px solid #bbb;
    padding:.5em 1em .5em 1em;
    background-color:white;
}

.newInputText {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;

    border: 1px solid #bbb;
    padding:.5em 1em .5em 1em;
    background-color:white;
}

.button {
    font: bold 11px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.h1 {
    font-size: 100px;
}

#notice_container {
    display: block;
}

/* Genereal Classes */

.rounded-box {
    margin: 5px;
    border-radius: 10px;
    background-color: #ebebeb;
}

/*------------------------------------*/
/* File Button -----------------------*/
/*------------------------------------*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*------------------------------------*/
/* Login -----------------------------*/
/*------------------------------------*/

.inputLogin {
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

#submitButtonLogin {
    width: 100%;
    padding: 7px;
    cursor: pointer;
}

/*------------------------------------*/
/* Broadcast -------------------------*/
/*------------------------------------*/

#containerBroadcastFilter {
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ebebeb;
}

#containerBroadcast {
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ebebeb;
}

/*------------------------------------*/
/* Shift Additions -------------------*/
/*------------------------------------*/

#containerShiftAdditions {
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    background-color: #ebebeb;
}

/*------------------------------------*/
/* Styles Links ----------------------*/
/*------------------------------------*/

.link_no_underline, .link_no_underline:active, .link_no_underline:hover, .link_no_underline:visited {
    text-decoration: none;
}

.noUnderline, .noUnderline:active, .noUnderline:hover, .noUnderline:visited {
    text-decoration: none !important;
}

.hoverUnderline:hover {
    text-decoration: underline;
}

.blueHover:active,.blueHover:hover {
    color: #23527c;
}

/*------------------------------------*/
/* Navigation ------------------------*/
/*------------------------------------*/

#container-navi {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(255,255,255,0.9);
}

#navi {
    margin: 5px;
    /*border-radius: 10px;
    background-color: lightgrey;*/
}

.naviMain, .naviMain:active, .naviMain:visited {
    font-weight: normal;
    font-size: 1.2em;
    color: rgb(0,0,0);
    text-decoration: none;
    cursor: pointer;
}

.naviMain:hover {
    text-decoration: none;
    color: #23527c;
}

#subnavi {
    margin: 5px;
}

.subnavi,.subnavi:active,.subnavi:visited {
    font-weight: normal;
    color: rgb(0,0,0);
    text-decoration: none;
    cursor: pointer;
}

.subnavi:hover {
    text-decoration: none;
    color: #23527c;
}

/*------------------------------------*/
/* Input Form ------------------------*/
/*------------------------------------*/

.fill_input {
    text-decoration: none;
    cursor: pointer;
}

input[type=text].line {
    background: transparent;
    border: none;
    border-bottom: 2px solid #337ab7;
    padding: 1px 5px;
}

input[type=text].line-centered {
    text-align: center;
}

/*------------------------------------*/
/* Styles Projects Table -------------*/
/*------------------------------------*/

.btn-shift-quickaction {
    display: none;
    font-size: 16px;
    margin-left: 4px;
    cursor: pointer;
}

#dispo_project_table_settings {
    width: 100%;
    /*
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 3;
    background-color: white;
    */
}

#dispoSettingsDayShortcuts {
    margin: 5px;
    border-radius: 10px;
    background-color: lightgrey;
}

#dispoOverview {
    margin: 5px;
    border-radius: 10px;
    background-color: lightgrey;
}

.tablerow_service {
    background-color: #ffff66;
    margin: 5px;
    border-radius: 10px;
}

.tablerow_logistics {
    background-color: #81C3EB;
    margin: 5px;
    border-radius: 10px;
}

.tablerow_cancellation {
    background-color: #cccccc;
    margin: 5px;
    border-radius: 10px;
}

.tablecell_projects {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90px;
}

#table_projects_header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#table_projects_date_select {
    width:350px;
}

#table_projects_select_show_days {

}

#table_projects_content {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 65px;
}

.project_date_group_header {
    font-weight: bold;
    font-size: 25px;
}

.table_projects_timestamp_link,.table_projects_timestamp_link:visited, .table_projects_timestamp_link:active {
    font-weight: none;
    color: #000000;
    text-decoration: none;
}

.table_projects_timestamp_link:hover {
    text-decoration: underline;
}

.link_projects_date,.link_projects_date:active, .link_projects_date:visited {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

.link_projects_date:hover {
    font-weight: bold;
}

#data_projects_input_header {
    font-size: 30px;
}

#dispo_scroll_day {
    width: 24%;
    /*max-width: 360px;*/
    border: 3px;
    overflow: auto;
    float: left;
}

#dispo_scroll_project {
    width: 36%;
    /*max-width: 650px;*/
    border: 3px;
    overflow: auto;
    float: left;
}

#dispo_scroll_details {
    width: 40%;
    /*max-width: 900px;*/
    border: 3px;
    overflow: auto;
    float: left;
}

#dispo_cols_view {
}

.dispo_cols_day {
    background-color: #ebebeb;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}
.dispo_cols_day_selected {
    background-color: #ebebeb;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}

.dispo_cols_projects {
    background-color: #ebebeb;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}

.dispo_cols_project_selected {
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
}

#divDispoColProjectsPreDay {
    float: left;
}

#divDispoColProjectsPostDay {
}

.cols_project_entry_storno {
    color: #bdbdbd;
}

.colProjectStaffAmountOrange {
    color: orange;
}

.colProjectStaffAmountRed {
    color: red;
}

.colProjectStaffAmountGreen {
    color: green;
}

#dispo_cols_details {
    background-color: #ebebeb;
    margin: 5px;
    padding: 10px;
    border-radius: 10px;
}

.dispo_cols_details_buttons {
    padding-bottom: 8px;
}

.dispo_cols_service {
    background-color: yellow;
}

.dispo_cols_logistik {
    background-color: lightblue;
}

.dispo_cols_details_shift{
    border-top-style: dashed;
    border-top-color: #000000;
    border-width: 1px;
}

.dispo_cols_project_square {
    /*float: left;*/
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.service_square {
    background-color: #ff9900;
}

.logistic_square {
    background-color: #4d79ff;
}

.chef_square {
    background-color: red;
}

.dispo_cols_project_indicator {
    position: relative;
    left: 5px;
    top: 4px;
}

.aClothingToggle,.aClothingToggle:hover,.aClothingToggle:active,.aClothingToggle:visited {
    cursor: pointer;
    text-decoration: none;
}

/*------------------------------------*/
/*------------------------------------*/


/*------------------------------------*/
/* Styles Shifts --------------------*/

.project_shift_container {
    vertical-align: text-top;
    border-left: solid;
}

.shift_details_options {
    vertical-align: text-top;
    border-left: solid;
}

.new_shift_link,.new_shift_link:active,.new_shift_link:visited {
    text-decoration: none;
    font-weight: none;
}

.new_shift_link:hover {
    text-decoration: underline;
}


/* END Styles Shifts ---------------*/

/*------------------------------------*/
/* Styles Staff ----------------------*/
/*------------------------------------*/

.staffInputText {
    padding: 4px;
}

.staffSelectType {
    padding: 4px;
}

#data_staff_input_header {
    font-size: 30px;
}

.tablerow_staff_grey {
    background-color: #cccccc;
}

.tablerow_staff_white {
    background-color: #ffffff;
}

/*------------------------------------*/
/* END Styles Staff -------------------*/
/* ------------------------------------*/
#container_footer {
    width: 100%;
    /*font-size: 13px;*/
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    background-color: white;
}

.toggle_link {
    text-decoration: none;
    cursor: pointer;
}


/* View Project Styles    */

.view_project_shift_staff_status_td {
    vertical-align: top;
    min-width: 175px;
}



#cotainer_page_info {
    margin-bottom: 30px;
}

/* Footer Content */
#link_imprint,#link_imprint:visited, #link_imprint:active {
    color: #000000;
    text-decoration: none;
}

#link_imprint:hover {
    text-decoration: underline;
}

#logout_link, #logout_link:visited, #logout_link:active {
    color: #000000;
    text-decoration: none;
}

#logout_link:hover {
    text-decoration: underline;
}

/* END Footer Content */

#map {
    width: 600px;
    height: 400px;
    background-color: grey;
}

/* Select Boxes     */

.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

.scrollbox {
    width: 500px;
    height: 90px;
    border: 1px;
    overflow: auto;
}

#lowerContent {
    background-color: #ebebeb;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}

/* col view - shift details */

/* hide staff shift status icons as default */
.assignment-additions-icon,
.assignment-history-icon,
.assignment-popover-icon {
    visibility: hidden;
}
/* show staff shift status icons on hover */
.container-staff-shift-status:hover .assignment-additions-icon,
.container-staff-shift-status:hover .assignment-history-icon,
.container-staff-shift-status:hover .assignment-popover-icon {
    visibility: visible;
}




/* END col view - shift details */


/*------------------------------------*/
/* Staff Mobile ----------------------*/
/*------------------------------------*/

#smNavi {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;

    display: block;
    padding: 6.5px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.smSpanNavigationButton {
    font-size: 150%;
    padding: 8px;
    margin: 5px;

}

/*------------------------------------*/
/* Coming Shifts ---------------------*/
/*------------------------------------*/

.smContentContainer {
    padding: 5px;
    margin: 10px;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 96%;
}

.smComingFilter {
    padding: 5px;
    margin: 10px;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 96%;
}

.smComingFilterDiv {
    margin: .25em;
}

.smInputComingDate, .smSelect {
    /* remove standard-styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;

    border: 1px solid #bbb;
    padding:.75em 1em .5em 1em;
    background-color:white;
}

.smCheckbox {

}

.smInputComingDate:hover, .smSelect:hover {
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
}

.smComingSubmit {
    height: 2.5em;
    border-radius: 10px;
}

.smComingShiftEntry {
    padding: 5px;
    margin: 10px;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 96%;
}

.smDateHeader {
    margin: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bolder;
}


#smFooter {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #ebebeb;
    z-index: 3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.smCheckbox {
    width: 40px;
    height: 40px;
}

/* -----------------*/

.opacity {
    opacity: 0.6;
}

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

.blur {
    filter: blur(3px);
}

.opacitygrayscale {
    opacity: 0.6;
    filter: grayscale(100%);
}

.opacityblur {
    opacity: 0.6;
    filter: blur(3px);
}

.greyscaleblur {
    filter: blur(3px) grayscale(100%);
}

.everything {
    filter: blur(3px) grayscale(100%);
    opacity: 0.6
}

/* ======== CLASSES PPRC MANAGEMNT ========== */

.details-entry {
    margin-bottom: 10px;
}

.details-header {
    font-weight: bold;
}

.details-entry .details-content {
    padding-left: 16px;
}


/* ======== CLASSES DISPOSITION ========== */


.link-toggle-modal {
    cursor: pointer;
}

.link-toggle-modal:hover {
    text-decoration: underline;
}

.link-underline {
    cursor: pointer;
}

.link-underline:hover {
    text-decoration: underline;
}

.text-primary:visited {
    color: default;
}

/* ======== CLASSES HELPER ========== */

.show-on-hover:hover {
    visibility: visible !important;
}


/* ======== CLASSES DEV-INFO ========== */

.dev-red {
    color: #d9534f !important;
}


div.popover-content ul {
    padding-left: 15px;
}

.pi-entry {
    width: 100%;
    cursor: default;
    word-wrap:
    break-word;
}

.pi-entry:hover {
    background-color: #efefef;
}

.container-dev-info {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    background-color: #ffffff;
    margin: 0px auto;
    height: 200px;
    width: 250px;
    overflow-y: hidden;
    z-index: 10;
    padding: 3px;
    position: fixed;
    bottom: 30px;
    left: 10px;
}


/* ======== CLASSES DISPO COLVIEW ========== */

h3.popover-title span {
    color: #000000;
}

div.popover-content div {
    color: #000000;
}

/* ======== FIXES ========== */

.no-pointer-events {
    pointer-events: none;
}

/* ======== Bootstrap Fixes ========== */

:root {
    --bs-link-color: #000000;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-blue {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-blue:focus,
.btn-blue.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-blue:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    color: #ffffff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-dark-blue {
    color: #ffffff;
    background-color: #2a3574;
    border-color: #232c63;
}
.btn-dark-blue:focus,
.btn-dark-blue.focus {
    color: #ffffff;
    background-color: #2a3574;
    border-color: #1d2552;
}
.btn-dark-blue:hover {
    color: #ffffff;
    background-color: #232c63;
    border-color: #232c63;
}
.btn-dark-blue:active {
    color: #ffffff;
    background-color: #1d2552;
    border-color: #232c63;
}

.border-default {
    border-color: #ccc;
}

.bg-blue {
    background-color: #337ab7 !important;
}

.bg-orange {
    background-color: #ca6702 !important;
}

.bg-light-grey {
    background-color: lightgrey !important;
}

.text-blue {
    color: #337ab7 !important;
}

a.text-blue:hover, a.text-blue:focus, button.btn-link.text-blue:hover, button.btn-link.text-blue:focus {
    color: #2a669b !important;
}

.nav-item > .nav-link-default:not(.active) {
    color: #333 ;
}

.border-blue {
    border-color: #337ab7 !important;
}

.border-danger {
    border-color: #a94442 !important;
}

.bg-danger-light {
    background-color: #a944429c !important;
    border-color: #a94442 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #337ab7 !important;
}

.btn-group-sm > .btn, .btn-xs {
    padding: 1px 5px !important;
}

.btn.btn-default.disabled, .btn.btn-default:disabled, fieldset:disabled .btn.btn-default {
    opacity: 0.65;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    cursor:not-allowed;
}

.table th {
    border: none;
}

table.table-default {
    border-collapse: collapse !important;
}

.table-default td, .table-default th {
    padding: .5rem;
}

/* fix table dividers */

.table >:not(:first-child) {
    border-top: 1px solid #dee2e6;
}

table.table > tbody {
    border-top: 2px solid #dee2e6 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #337ab7;
}

.dropdown-item.active:hover {
    color: #fff !important;
}

.dropdown-menu {
    z-index: 1030;
}

.progress-default {
    height: 18px;
    font-size: 0.9rem;
}

.link-blue {
    color: #337ab7;
}

/* ======== Hide Scrollbar ========== */


/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;  /* Firefox */
}

/* ======== Glyphicons ========== */


@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot");
    src: url("../plugins/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}

/* ======== Modal Classes ========== */

.confirm-title {
    font-size: 12px;
    line-height: 17.15px;
}

.confirm-help-text {
    font-size: 12px;
    line-height: 17.15px;
}

/* fix for situations with multiple modals */
.modal {
    overflow-y:auto;
}

/* ======== Stafflist ========== */

.staff-entry-row .hover-options {
    display: none;
}

.staff-entry-row:hover .hover-options {
    display: inline-block;
}

/* ======== Dashboard ========== */

.widget-container {
    max-height: 500px;
    height: 500px;
}

/* .progress {
    background-image: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    box-shadow: inset 0 0;
    -webkit-box-shadow: inset 0 0;
}
.progress > .progress-bar {
    background-image: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    box-shadow: inset 0 0;
    -webkit-box-shadow: inset 0 0;
} */

.badge {
    background-image: none;
    -webkit-print-color-adjust: exact;
    box-shadow: inset 0 0;
    -webkit-box-shadow: inset 0 0;
}