@charset "UTF-8";




.show-white-space {
    white-space: pre-wrap;
}



main > .container-fluid {
  padding: 12px 15px 0;
}



.swal2-confirm {
      background-color: #0d6efd !important;
  }



/* Modify Active Input Highlighting - Remove shadow */
*:focus {
    box-shadow: none !important;
}

.select2-container--open {
    box-shadow: none !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}


/* Remove underline from Anchor */
a { 
  text-decoration: none; 
}


/*Full Calendar*/

.fc-event {
    border-width: 4px;
    border-radius: 4px;
}

/* Event Tooltip Styles */
.event-tooltip {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 250px;
    word-wrap: break-word;
    display: none;
}

.event-tooltip-title {
    font-weight: bold;
    margin-bottom: 4px;
    color: #ffffff;
}

.event-tooltip-time {
    color: #e6e6e6;
    font-size: 11px;
    margin-bottom: 4px;
}

.event-tooltip-project {
    color: #b3d9ff;
    font-style: italic;
    font-size: 11px;
}

.event-tooltip-status {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 4px;
}

.event-tooltip-status.approved {
    background-color: #28a745;
    color: white;
}

.event-tooltip-status.pending {
    background-color: #ffc107;
    color: #212529;
}


/*All tables*/
table { 
  width: 100% !important;
}


/*Stretch Cards with lots of info so the user can scroll horizontally on mobile devices*/
div.card-mobile-stretch {
  min-width: 800px;
}



 /*Align/Resize Check Box elements that are dynamically created by the datatable editor. */
div.DTE_Field_Type_checkbox .DTE_Field_InputControl {
  margin-top: -9px;
/*  max-height: 30px;*/
font-size: 1.3rem !important;
}  


/*Data tables Editor Select 2 options text size*/
.select2-results__options{
        font-size:0.85rem !important;
 }

 /*Align select 2 elements that are dynamically created by the datatable editor. */
div.DTE_Field_InputControl .select2-selection {
  margin-top: -4px;
  max-height: 30px;
}  

div.DTE_Field_InputControl .select2-selection__arrow {
  margin-top: -4px;
}  

/*Fix datatables editor text area sizing*/
div.DTE_Field_Type_textarea textarea {
    resize:none;
    overflow:hidden;
    padding: 3px;
/*    width: 100%;*/
    margin-top: -5px;
    height: 30px;
}


/*Reduce padding all tables*/
/*td  {
  padding-top:2px !important;
  padding-bottom:1px !important;
  padding-right:5px !important; 
  padding-left:5px !important;   
}*/

/*This is selecting Full calender (meant to exclude???) */
/*td :not(.fc) {
  padding-top:2px !important;
  padding-bottom:2px !important;
  padding-right:5px !important; 
  padding-left:5px !important;   
}
*/

/*Fix alignment of sw*/
.form-check {
     min-height: 1rem; 
     margin-bottom: 0rem; 
}

/*Override default font size - Used for Select 2 and SWAL*/
html {
  font-size: 14px;
}



.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.15rem !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.fs-9 {
  font-size: 0.75rem !important;
}

.fs-10 {
  font-size: 0.5rem !important;
}

/*main > .container-fluid-drawing {
  padding: 60px 5px 10px 5px;
}*/