body {
    min-height: 100vh;
    max-width: 1400px;
/*    min-width: 700px;*/
    margin: 0px auto;
    background-color: black;
    font-family: 'Open Sans', sans-serif !important;
}

@page {
  size: Letter; /* Change from the default size of A4 */
  margin: .2cm; /* Set margin on each page */
}

.download-btn {
    background: transparent; /* Removes default gray background */
    padding: 0;              /* Removes padding causing 'gaps' around the image */
    cursor: pointer;         /* Ensures it looks clickable on desktop */
    
    /* Mobile specific: Removes the gray highlight when tapping on iOS/Android */
    -webkit-tap-highlight-color: transparent; 
}

/* This is the key part for the "Blue Outline" */
.download-btn:focus, 
.download-btn:active, 
.download-btn:focus-visible {
    outline: none !important;      /* Removes standard browser outline */
    box-shadow: none !important;   /* Removes Bootstrap's blue glow */
    border: none !important;       /* Double insurance */
}

.ias_printable_thumbs {
  max-width: 100%;
  max-height: 400px;
  margin-bottom: 10px;
}

.ias_printable_thumbs_small {
  max-width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
}

.ias_user_reminder_table {
  padding: 10px;
  max-width: 1100px;
  font-size: small;
}


.ias_vs_logo_table {
  margin: 0px;
  padding: 0px;
}

.ias_admin_home_bubbles, .ias_report_bubbles {
  border-radius: 10px;
  background-color: black;
  color: white;
  padding: 10px;
  margin: 5px;
}

.ias_report_bubbles {
  background-color: lightgrey;
  color: black;
}

.ias_admin_home_bubbles_navy {
  background-color: navy;
}

.admin_user_table {
  min-width: 1100px;
}

.txn_receipt_top_row {
   background-color: white;
   padding: 0px;
}
.txn_receipt_top_row_logos {
  max-height: 70px;
}
.txn_receipt_top_row{
  padding: 20px;
}

.ias-stats-table{
/*  max-width: 75%;*/
  font-size: small;
}

.ias-stats-graph{
  max-width: 50%;
  height: auto;
}

.credit_details_table_header{
  background-color: #dbdbdb;
  font-weight: bold;
}

.credit_details_table{
  background-color: #f5f5f5;
}

.ias-accordion-row{
  border-width: 0;
}

.txn_success {
  background-color: #00500e;
}

.txn_fail {
  background-color: #6e1300;
}


.accordion-button::after {
  background-image: initial;
  width: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: initial;
  width: 0;
}


.nav-item {
  position: relative;
  z-index: 100;
}

.nav-item:first-child {
  z-index: 100;
}

.accordion-body{
    background-color: white;
    border: 0;
    padding: 10px;
    margin: 0;
}

.accordion-button{
    background-color: white;
    border: 0;
    padding: 0;
    margin: 0;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    border: 0;
    padding: 0;
    margin: 0;
}

.virgin_header {
  padding: 10px;
  background-color: gray;
  border-radius: 5px;
}

.square_number {
  font-size: x-small;
  color: gray;   
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: right;
}

.event_table {
  height: 100%;
  width: 100%;
}

.event_table_td_number {
  height: 1px;
  vertical-align: top;
  text-align: right;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border: none;
}

.event_table_td_main {
  height: 80px;
  padding: 0px;
  margin: 0px;  
  border: none;
}

.ias-messages {
  z-index: 1000;
  color: #373338;
  padding: 18px;
  margin: 0px;
  border-radius: 7px;
  background-color: #fff5c4;
  vertical-align: middle;
  margin-bottom: 20px;
}
.ias-main-div {
  background-color: white;
}

.home-disclaimer {
  width: 1100px;
}

.home-testimonials {
  border-radius: 20px;
  min-height: 130px;
  background-color: navy;
}


.home-top-announcement {
  border-radius: 20px;
}

.help-winning-scores {
  width: 500px;
}

.help-manage-scores {
  width: 400px;
}

.help-winners-tables {
  width: 700px;
}

.help-winning-squares {
  width: 200px;
}

.winners_table {
  width: 800px;
}

.ias_winner_image {
  width: 75px;
}

.ias_square_dude {
  height: 300px;
}

.help-sponsees {
  width: 800px;
}

.help-email-suppression-options {
  width: 650px;
}

.help-link-to-manage-sponsees {
  width: 750px;
}

.help-archive-steps {
  width: 750px;
}

.help-view-archive {
  width: 750px;
}


.help-add-sponsee {
  width: 400px;
}

.help-edit-square {
  width: 500px;
}

.ias_manage-top-toolbar {
  width: 700px;
}

.help-square-buttons {
  width: 200px;
}


.ias_logo_layout {
  width: 850px;
}

.ias_manage_org {
  width: 600px;
}

.ias_heirarchy {
  width: 600px;
}

.ias_heirarchy-small {
  height: 350px;
}

.ias_active_dropdown {
  width: 200px;
}

.ias_quick_dropdown {
  width: 200px;
}

.ias_manage_dropdown {
  width: 200px;
}
.ias_dashboard {
  width: 400px;
}



.ias_div_main_grid_graphic {
  min-width: 400px;
  max-width: 100%;
}

.ias-main-home-page-grid {
  max-width: 100%;
  max-height: 400px;
}

.ias-sponsee-screenshots {
  max-width: 100%;
/*  max-height: 400px;*/
}

.ias-config-screenshots {
  max-width: 100%;
/*  max-height: 400px;*/
}

.ias-management-screenshots {
  max-width: 100%;
/*  max-height: 400px;*/
}

.ias-dashboard-screenshot {
  max-width: 100%;
}

.ias_footer {
  text-color: white;
}

.main_logo_in_toolbar_name {
  height: 40px;
  padding: 0px;
  margin: 0px; 
  margin-right: 10px; 
}

.main_logo_in_toolbar_box {
  height: 48px;
  padding: 0px;
  margin: 0px; 
  margin-right: 10px; 
}

.main_logo_div {
  height: 60px;
  padding: 0px;
  margin: 5px;
}

.ias_square_dude {
  height: 300px;
}

.banner-table {
  background-color: #063970;
  width: 100%;
  min-width: 700px;
}

.ias_logo, .ias_logo a{
  height: 70px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px;
  background-color: #063970;
}

.ias_form_width {
  max-width: 700px;
}

.ias_form_width_wider {
  max-width: 900px;
}

.ias_org_table_div {
  max-width: 900px; 
}

.ias_sponsee_table_div {
  max-width: 1300px; 
}

.ias_org_title {
  width: 200px;
}

.ias_message_board {
  height: 30px;
}

.event_org_logo {
  max-height: 150px;
  max-width:250px;
}

.event_org_logo_small {
  max-height: 40px;
  max-width:80px;
}

.org_logo_div {
    min-width:200px;
    min-height: 100px;
}

.ias_org_logo_list {
    max-height: 75px;
}

.ias_group_logo_list {
    max-height: 75px;
}

.event_corner_logo {
  max-height: 100px;
  max-width: 100px
}

.event_corner_logo {
  max-width: 100px;
  max-height: 100px;
}

.event_col {
  width: 125px;
}

.event_top_row {
  height: 100px;
}

.event_row {
  height: 100px;
}

.event_square {
  border-radius: 0px;

}

.event_table_header {
/*  position: sticky;*/
  top: 0;
}
.ias_square_team_logo {
  max-height: 30px;
}

.vs_logos {
  max-height: 75px;
}

.ias_dash_org_logo {
  max-height: 35px;
}

.ias_dash_event_image {
  max-height: 25px;
}

.ias_sad_image {
  max-height: 75px;
}

.ias_hourglass_image {
  max-height: 75px;
}

.ias_dash_org_row {
  background-color: #404040;
}

.ias_dash_group_row {
  background-color: #cccccc;
}

.ias_dash_event_row {
  background-color: #e6e6e6;
}

.ias-grid-status-paid-div {
  width: 5px;
  background-color: green;
  border-width: 1px;
  border-color: black;
}

.ias-grid-status-unpaid-div {
  width: 5px;
  background-color: tan;
  border-width: 1px;
  border-color: black;
}

.ias-grid-status-open-div {
  width: 5px;
  background-color: white;
  border-width: 1px;
  border-color: black;
}

.ias-grid-paid-span {
  background-color: green;
}

.ias-square-paid {
  background-color: green !important;
}

.ias-grid-unpaid-span {
  background-color: tan;
}

.ias-grid-open-span {
  background-color: white;
}

.ias-event-footer-info {
  background-color: #f0f0f5;
}
