@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;
}


/*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;
}*/

/* DataTables SearchPanes styling */
/* Override excess padding around datatables filters */
div.dtsp-panesContainer button.dtsp-clearAll,
div.dtsp-panesContainer button.dtsp-collapseAll,
div.dtsp-panesContainer button.dtsp-showAll {
    float: right;
    padding: 0px !important;
}

div.dtsp-panesContainer div.dtsp-title {
    float: left;
    padding: 0px !important;
}

div.dtsp-panesContainer {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

/* Style for clear all link */
div.dtsp-panesContainer .custom-clear-filters {
    color: var(--bs-link-color);
    text-decoration: underline;
}

div.dtsp-panesContainer .custom-clear-filters:hover {
    color: var(--bs-link-hover-color);
}
