﻿/*<!-- HTML !-->
<button class="button-16" role="button">Button 16</button> */

/* CSS for QuickView buttons*/
.button-16 {
  background-color: #f8f9fa;
  /*border: 1px solid #f8f9fa;*/
  border: 2px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  color: #3c4043;
  cursor: pointer;
  font-family: arial,sans-serif;
  font-size: 14px;
  height: 20px;
  line-height: 2px;
  min-width: 35px;
  padding: 5px 10px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: pre;
}

.button-16:hover {
  /*border-color: #dadce0;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
  color: #202124;*/
  background-color: #F3F4F6;
  color: #24292E;
  text-decoration: none;
  transition-duration: 0.1s;
}

.button-16:focus {
  /*border-color: #4285f4;*/
  background-color: #F3F4F6;
  color: #24292E;
  outline: none;
  transition-duration: 0.1s;
}

@media print {
    .trc-no-print {
        display: none; }

    /* Attempt to move SSW table in Print version to the bottom. Does not currently work.*/
    #mainPage.trc-section-review {
        display: flex;
        flex-direction: column; }
    #totExpensesReview {
        order: 1; }
    #totExpensesTable.trc-section-table {
        order: 2; }
    #sswTable.trc-description {
        order: 3; }
}

#google_translate_element {
  display: inline-block;           /* Use flexbox for layout */
  align-items: center;   /* Vertically align items in the center */
  white-space: nowrap;   /* Prevent wrapping to the next line */
}

/* Style the dropdown to sit inline */
#google_translate_element .skiptranslate.goog-te-gadget {
  display: inline-block; /* Display as inline flex container */
  align-items: center;  /* Center items vertically */
  white-space: nowrap; /* Keep everything inline */
}

#google_translate_element .skiptranslate.goog-te-gadget > div:first-child { /*select */
    display: inline-block;
    margin-right: 5px; /* Add spacing between the dropdown and "Powered by" */
}

#google_translate_element .skiptranslate.goog-te-gadget > div:first-child select { /*select element */
  vertical-align: middle; /* Align dropdown vertically */
}

#google_translate_element .skiptranslate.goog-te-gadget span { /* the wrapper for the link and image*/
    display: inline-block; /* Make it inline */
}

#google_translate_element .skiptranslate.goog-te-gadget a {
  display: inline-block;  /* Make the link itself inline to align better */
  align-items: center;  /* Vertically align the image and "Translate" text */
  font-size: 11px;       /* Match "Powered by" text size */
  color: #666;           /* Match "Powered by" color */
  text-decoration: none; /* Remove underline from link, if desired */
}

#google_translate_element .skiptranslate.goog-te-gadget a img {
  background-image: url("https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_42x16dp.png"); /* use absolute URL */
  background-repeat: no-repeat;       /* Prevent the image from repeating */
  background-size: 51px; /* Set the image size  */
  padding-left: 3px;     /* Create space for the image */
  vertical-align: middle;
  display: inline-block;   /* Ensure the image and text are inline */
  width: 100%;
  height: 1px;         /* Match "Powered by" font size */
  line-height: 11px;
  margin-top: 15px;  
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}