/* CALENDAR */
.main {
  background-color: #171717; }

#cal {
  position: relative; }

.calendar {
  display: block;
  height: 500px;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#cal_body {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms ease;
  -khtml-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease; }

.cal_loading {
  position: absolute;
  z-index: 99999;
  display: table;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.cal_loading .svg-inline--fa {
  width: 30%;
  max-width: 150px;
  height: auto;
  margin: 20% auto;
  text-align: center;
  vertical-align: middle;
  color: #8a8a8a; }

.calendar_titles {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.calendar_title {
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
  padding: 4px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.calendar_column {
  display: table-cell;
  height: auto;
  min-height: 100%;
  /*
  height:200px;
  border:1px solid #e1e1e1;
  background:#f4f4f4;
  */
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.prev_month {
  background: #f9f9f9 !important;
  opacity: 0.5; }

/* [CALENDAR] Display Format */
.calendar_day:not(.display_scale_data) {
  display: table;
  width: 100%;
  height: 400px;
  /* This controls the day's maximum allowed height. Everything will be scaled based on this. */
  padding-bottom: 16px;
  /*For items that are after the max time*/ }

/* SCALE VIEW */
.calendar_day.display_scale_data {
  display: table;
  width: 100%;
  height: auto; }

/*	First Row (Headers)
		========================================================
*/
.calendar_day > tbody > tr:first-child > td:first-child,
.calendar_day > tbody > tr:first-child > td {
  background-color: rgba(255, 255, 255, 0.1); }

.calendar_day > tbody > tr:not(:first-child) > td:first-child {
  background-color: rgba(255, 255, 255, 0.05); }

.calendar_day_num_col {
  width: 1%;
  min-width: 90px;
  max-width: 120px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle; }

.calendar_day_num {
  display: table;
  width: 100%;
  font-size: 22pt;
  text-indent: 5px;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 6px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .calendar_day_num .cdn_mo,
  .calendar_day_num .cdn_day,
  .calendar_day_num .cdn_sup {
    display: table-cell;
    vertical-align: top; }
  .calendar_day_num .cdn_mo {
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px; }
  .calendar_day_num .cdn_day {
    color: #acacac;
    font-size: 20pt;
    padding-top: 2px;
    padding-left: 4px; }
  .calendar_day_num .cdn_sup {
    font-size: 9pt;
    padding-top: 4px; }

.calendar_day.display_scale_data > tbody > tr:last-child > td.time_slice_scale:before {
  top: unset;
  bottom: 0px;
  left: 0;
  margin: 0px;
  border-width: 0px 0px 1px 0px;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.timeline_slice {
  padding: 2px 5px 2px 0px;
  font-size: 9pt;
  font-weight: 500;
  color: #466789;
  border-right: 7px solid #2f465e;
  text-transform: uppercase;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  -khtml-transition: color 250ms ease, background-color 250ms ease;
  -moz-transition: color 250ms ease, background-color 250ms ease;
  -ms-transition: color 250ms ease, background-color 250ms ease;
  -o-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease; }

.calendar_day.display_scale_data > tbody > tr:not(:first-child) > td.time_slice_scale:first-child {
  border-right: 4px solid #4667895c; }

/*
	===========================================================================================
	DESKTOP-ONLY STYLES:
	===========================================================================================
*/
body:not(.mobile) .calendar_day.display_scale_data > tbody > tr .time_slice_scale {
  height: 2px;
  line-height: 2px; }
body:not(.mobile) .calendar_day.display_scale_data > tbody > tr .time_slice_scale:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 1px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.02);
  margin-top: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
body:not(.mobile) .calendar_day.display_scale_data > tbody > tr .timeline_slice {
  /* color:#ffffff !important; */
  background-color: rgba(58, 79, 102, 0.2) !important; }

/*
	===========================================================================================
	MOBILE-ONLY STYLES:
	===========================================================================================
*/
body:not(.mobile) .calendar_day.display_scale_data > tbody > tr:hover .timeline_slice {
  color: #ffffff !important;
  background-color: rgba(58, 79, 102, 0.2) !important; }

/*
	===========================================================================================
	[SCALE LAYOUT]	DESKTOP-ONLY STYLES:
	===========================================================================================
*/
body:not(.mobile) .calendar_day.display_scale_data {
  /* Current Day (Today) Highlight
  --------------------------------------------------- */ }
  body:not(.mobile) .calendar_day.display_scale_data .calendar_column.current_day .calendar_day > tbody > tr > td:first-child,
  body:not(.mobile) .calendar_day.display_scale_data .calendar_column.current_day .calendar_day > tbody > tr:first-child > td {
    background: #252b33; }
  body:not(.mobile) .calendar_day.display_scale_data .current_day .calendar_day_num {
    color: #b2c4cd; }
  body:not(.mobile) .calendar_day.display_scale_data .calendar_day_num {
    color: #acacac; }

/*
	===========================================================================================
	[SCALE LAYOUT]	MOBILE-ONLY STYLES:
	===========================================================================================
*/
body:not(.mobile) .calendar_day.display_scale_data {
  /* Current Day (Today) Highlight
  --------------------------------------------------- */ }
  body:not(.mobile) .calendar_day.display_scale_data .calendar_column.current_day .calendar_day > tbody > tr > td:first-child,
  body:not(.mobile) .calendar_day.display_scale_data .calendar_column.current_day .calendar_day > tbody > tr:first-child > td {
    background: transparent !important; }
  body:not(.mobile) .calendar_day.display_scale_data .calendar_day_num,
  body:not(.mobile) .calendar_day.display_scale_data .calendar_day_num .cdn_mo,
  body:not(.mobile) .calendar_day.display_scale_data .calendar_day_num .cdn_day,
  body:not(.mobile) .calendar_day.display_scale_data .calendar_day_num .cdn_sup,
  body:not(.mobile) .calendar_day.display_scale_data .current_day .calendar_day_num,
  body:not(.mobile) .calendar_day.display_scale_data .current_day .calendar_day_num .cdn_mo,
  body:not(.mobile) .calendar_day.display_scale_data .current_day .calendar_day_num .cdn_day,
  body:not(.mobile) .calendar_day.display_scale_data .current_day .calendar_day_num .cdn_sup {
    color: #adb3b9 !important; }

.time_slice_text {
  width: 30px;
  height: 34px; }

.calendar_day.display_scale_data > tbody > tr {
  position: relative; }

.display_calendar_data {
  display: block;
  position: absolute; }

.time_blocks {
  position: absolute; }

.calendar_time_slot {
  padding: 4px;
  border-right: 2px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  /* REQUIRED FOR DRAG & DROP HIGHLIGHTING */ }

td > .calendar_time_slot:last-child {
  border-right: none; }

/*`~ Time Chunks:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
/*
.display_calendar_data .time_chunk
{
	position:absolute;
}
*/
.time_chunk {
  position: relative; }

.time_chunk:hover {
  cursor: pointer; }

.time_chunk,
.display_scale_data .time_chunk {
  display: table;
  clear: both;
  overflow: hidden;
  font-size: 9pt;
  color: #fcfcfc;
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: left;
  margin: 2px 0px;
  background-color: #988e66;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* Drag & Drop Handles */
  /* Title */ }
  .time_chunk .time_chunk_icon,
  .display_scale_data .time_chunk .time_chunk_icon {
    display: table-cell;
    height: 100%;
    min-width: 38px;
    max-width: 38px;
    vertical-align: middle;
    text-align: center;
    padding: 0.4em 0px;
    font-size: 1.2em;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* Left (Status) & Right (Order Type) Icons */ }
    .time_chunk .time_chunk_icon .time_chunk_status,
    .display_scale_data .time_chunk .time_chunk_icon .time_chunk_status {
      display: inline-block;
      font-size: 12px; }
    .time_chunk .time_chunk_icon .svg-inline--fa,
    .display_scale_data .time_chunk .time_chunk_icon .svg-inline--fa {
      position: relative; }
  .time_chunk .bg-pending,
  .time_chunk .bg-processing,
  .time_chunk .bg-completed,
  .time_chunk .bg-completed-images,
  .time_chunk .bg-canceled,
  .display_scale_data .time_chunk .bg-pending,
  .display_scale_data .time_chunk .bg-processing,
  .display_scale_data .time_chunk .bg-completed,
  .display_scale_data .time_chunk .bg-completed-images,
  .display_scale_data .time_chunk .bg-canceled {
    background-color: rgba(30, 30, 30, 0.9); }
  .time_chunk .bg-pending,
  .display_scale_data .time_chunk .bg-pending {
    color: #e8d220; }
  .time_chunk .bg-processing,
  .display_scale_data .time_chunk .bg-processing {
    color: #ffe300; }
  .time_chunk .bg-completed,
  .display_scale_data .time_chunk .bg-completed {
    color: #4fff60; }
  .time_chunk .bg-completed-images,
  .display_scale_data .time_chunk .bg-completed-images {
    color: #00b7ff; }
  .time_chunk .bg-canceled,
  .display_scale_data .time_chunk .bg-canceled {
    background-color: #421b1b;
    color: #ff3636; }
  .time_chunk .time_chunk_handle,
  .display_scale_data .time_chunk .time_chunk_handle {
    display: table-cell;
    height: 100%;
    min-width: 10px;
    max-width: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 0.4em 0px;
    font-size: 8px;
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.2);
    cursor: move;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .time_chunk .time_chunk_handle .svg-inline--fa,
    .display_scale_data .time_chunk .time_chunk_handle .svg-inline--fa {
      position: relative; }
  .time_chunk .time_chunk_title,
  .display_scale_data .time_chunk .time_chunk_title {
    display: table-cell;
    width: 100%;
    min-width: 120px !important;
    max-width: 100%;
    vertical-align: middle;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .time_chunk .time_chunk_title > div,
  .display_scale_data .time_chunk .time_chunk_title > div {
    position: absolute;
    display: block;
    right: 5%;
    left: 5%;
    width: 90%;
    height: auto;
    max-height: 100%;
    overflow-y: hidden;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .time_chunk .time_chunk_title > div > div,
  .display_scale_data .time_chunk .time_chunk_title > div > div {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.time_chunk[status='completed']::after {
  content: ' ';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 0px;
  left: 0px;
  /*
  background-image: url("../images/checkmark.png");
  background-position: 0px -2px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
  */ }

/*`~ Drag & Drop:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
.time_chunk_dragging {
  background: transparent !important;
  opacity: 0.1; }

.calendar_time_slot_drop_target::after {
  content: ' ';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.15);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 11; }

/*
 * Rounded Edges for BOTTLE ORDERS:
 * -------------------------------------------------------------------------------------
 * 
**/
.time_chunk[order_type='Bottle Order Request'] {
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px; }

/*
 * Rounded Edges for SAMPLE PICKUPS, with "Order Contains a Delivery":
 * -------------------------------------------------------------------------------------
 * - Checkmark near comments:
 * - Removing Feature on 4/15/2020:
 * 
**/
/*
 * Rounded Edges for Orders "Marked as Important":
 * -------------------------------------------------------------------------------------
 * 
**/
.time_chunk[important='1'] {
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px; }

/*
 * Popup Info Window
 * -------------------------------------------------------------------------------------
 * 
**/
.dragging_indicator {
  position: absolute;
  z-index: 99999;
  display: none;
  opacity: 0.9;
  opacity: 0.6;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Popup Info Window
 * -------------------------------------------------------------------------------------
 * 
**/
.time_chunk_info {
  position: absolute;
  z-index: 99999;
  display: none;
  width: 280px;
  opacity: 0.9;
  padding: 6px 15px;
  font-size: 9pt;
  color: #fcfcfc;
  text-shadow: 1px 1px #363636; }

.time_chunk_info_title {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-style: italic;
  font-size: 11pt;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.8); }

.time_chunk_info_row {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  font-style: normal;
  font-size: 12px;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.4); }

.time_chunk_info .time_chunk_info_row:last-child {
  border-width: 0px; }

.time_chunk_info_title span,
.time_chunk_info_row span {
  display: table-cell;
  height: auto;
  vertical-align: middle; }

.time_chunk_info_title span:nth-child(1),
.time_chunk_info_row span:nth-child(1) {
  width: 40%;
  max-width: 40%;
  text-align: left;
  margin-left: 15px; }

.time_chunk_info_title span:nth-child(2),
.time_chunk_info_row span:nth-child(2) {
  width: 60%;
  max-width: 60%;
  text-align: left;
  margin-left: 15px; }

.cal_user_title {
  font-size: 9pt;
  color: #9e7a0c;
  text-align: left;
  display: block;
  width: 90%;
  padding-bottom: 5px; }

.cal_user_control_block {
  border-top: 1px solid #cfd1d1;
  border-right: 1px solid #cfd1d1;
  border-left: 1px solid #cfd1d1;
  background: #ffffff;
  color: #08547e;
  font-size: 9pt;
  width: 90%;
  display: table; }

.cal_user_control_block td {
  border-bottom: 1px solid #cfd1d1; }

.cal_nav {
  display: table;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 12px;
  margin: 0px;
  background-color: #181818;
  /*background-image: url("../images/cal_nav_bg.jpg");*/
  /*background-attachment: fixed;*/
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.cal_control {
  display: inline-block;
  width: auto;
  height: 100%;
  min-height: 100%;
  padding: 10px 10px;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  font-family: 'Trenda';
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  color: #aa9545;
  text-transform: uppercase;
  background: transparent;
  border: none;
  white-space: nowrap;
  -webkit-transition: color 150ms linear, background-color 150ms linear;
  -khtml-transition: color 150ms linear, background-color 150ms linear;
  -moz-transition: color 150ms linear, background-color 150ms linear;
  -ms-transition: color 150ms linear, background-color 150ms linear;
  -o-transition: color 150ms linear, background-color 150ms linear;
  transition: color 150ms linear, background-color 150ms linear;
  box-sizing: border-box;
  border-spacing: 0;
  border-collapse: collapse; }

.cal_control.active,
button.cal_control:hover,
label.cal_control:hover,
input.cal_control:hover,
.cal_control.cal_datepicker:hover {
  cursor: pointer;
  color: #aa9545;
  background: rgba(255, 255, 255, 0.1); }

.cal_control .svg-inline--fa {
  display: block;
  line-height: 24px;
  font-size: 24px;
  color: #b3b3b3;
  clear: both;
  margin: 0px auto 3px auto;
  padding: 0px; }

.cal_control input[type="radio"] {
  display: none; }

label.cal_control {
  width: 80px; }

.cal_control.cal_datepicker {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; }

.cal_control.cal_datepicker .svg-inline--fa,
.cal_control.cal_datepicker .cal_date_text {
  display: inline-block;
  vertical-align: middle; }

.cal_control.cal_datepicker .cal_date_text {
  width: auto;
  height: auto;
  clear: both;
  margin: 0px auto;
  padding: 0px 10px 0px 10px;
  line-height: 24px;
  color: #e19a25;
  font-size: 16px;
  font-weight: 300;
  text-transform: none; }

.cal_nav .ui-button {
  padding: 2px 2px; }

.cal_controls .ui-button {
  padding: 9px 2px; }

.cal_nav .ui-button-text {
  font-size: 8pt;
  font-weight: normal !important;
  vertical-align: middle; }

.cal_nav .ui-datepicker-trigger {
  margin-right: 8px;
  vertical-align: middle; }

.cal_nav .ui-datepicker-trigger:hover {
  cursor: pointer; }

.cal_display_format {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0px 15px 0px 0px; }

.cal_views {
  display: table;
  vertical-align: middle;
  margin: 0px 15px 0px 0px; }

/*`~ Calendar Body Color Picker:
\`_________________________________________________________________________
 `^///-----------------------------------------------------------------//*/
.cal_preferences_toggle {
  position: absolute;
  display: block;
  float: right;
  top: 50%;
  right: 20px;
  padding: 10px 14px;
  margin: 0px;
  width: min-content;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 250ms ease;
  -khtml-transition: background-color 250ms ease;
  -moz-transition: background-color 250ms ease;
  -ms-transition: background-color 250ms ease;
  -o-transition: background-color 250ms ease;
  transition: background-color 250ms ease; }
  .cal_preferences_toggle:hover {
    background-color: rgba(0, 0, 0, 0.15); }
  .cal_preferences_toggle:active {
    background-color: rgba(0, 0, 0, 0.45); }

.cal_preference_panel {
  display: none;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 385px;
  max-height: 100%;
  position: absolute;
  z-index: 100;
  overflow-y: hidden;
  background: #33363a;
  background: linear-gradient(0deg, #33363a 0%, #516077 70%, #33363a 100%);
  -webkit-box-shadow: -6px 0px 20px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -6px 0px 20px 0px rgba(0, 0, 0, 0.6);
  box-shadow: -6px 0px 20px 0px rgba(0, 0, 0, 0.6); }
  .cal_preference_panel .close_preferences_sidebar {
    font-size: 2em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    background-color: rgba(68, 70, 74, 0.8);
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 10px 20px;
    margin: 0px auto auto 0px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 500ms ease;
    -khtml-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease; }
    .cal_preference_panel .close_preferences_sidebar:hover {
      background-color: rgba(255, 255, 255, 0.08); }
    .cal_preference_panel .close_preferences_sidebar:active {
      background-color: rgba(0, 0, 0, 0.01); }
  .cal_preference_panel .cal_preferences_title {
    color: #717b88;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 20px;
    margin: 10px 0px;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .cal_preference_panel .cal_preference_reset {
    padding: 0px 20px;
    margin: 10px 0px;
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1); }
  .cal_preference_panel .cal_preference {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: auto;
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .cal_preference_panel .cal_preference > div:first-child {
    text-align: left; }
  .cal_preference_panel .cal_preference > div:last-child {
    text-align: right; }
  .cal_preference_panel .cal_bg_colorpicker {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #79afff;
    padding: 18px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.04);
    -webkit-border-radius: 25%;
    -khtml-border-radius: 25%;
    -moz-border-radius: 25%;
    -ms-border-radius: 25%;
    -o-border-radius: 25%;
    border-radius: 25%;
    -webkit-transition: background-color 500ms ease;
    -khtml-transition: background-color 500ms ease;
    -moz-transition: background-color 500ms ease;
    -ms-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease; }
    .cal_preference_panel .cal_bg_colorpicker:hover {
      background-color: rgba(255, 255, 255, 0.08); }
  .cal_preference_panel button[name="reset_preferences"] {
    background-color: rgba(83, 36, 115, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0px; }
    .cal_preference_panel button[name="reset_preferences"]:hover {
      background-color: rgba(83, 36, 115, 0.5); }
    .cal_preference_panel button[name="reset_preferences"]:active {
      background-color: rgba(33, 9, 49, 0.46) !important; }

/*# sourceMappingURL=calendar.css.map */
