﻿
.page-banner {
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dedede;
  padding: 3px 6px 3px 6px;
  font-weight: 600;
}
.site-link-button-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-link-button a {
  border: 1px solid #dedede;
  border-radius: 7px;
  padding: 3px 6px 3px 6px;
  margin: 3px;

  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;

  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
  .site-link-button a:hover {
    background-color: #CFE4FA;
    color: #0F548C;
  }


.site-link-button a img {
  height: 16px;
}
  .site-link-button a span {
    padding-left:4px;
    
  }


.bread-crumb {
  border-top: 1px solid #dedede;
  font-weight: normal;
  font-size: .8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.bread-crumb .button a {
  border: 1px solid #dedede;
  padding: 3px 6px 3px 6px;
  margin: 3px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}

  .bread-crumb .button a:hover {
    background-color: #CFE4FA;
    color: #0F548C;
  }


.grid-field-name { color: #787878; }
.message-field.error { color:#660000; font-weight:bold; }
.message-field.success { color:#006600; font-weight:bold; }
.required-field { color:#990000; font-weight:bold; }




.FormButton { color: #666666; background-color: #f8f8f8; border: 1px solid #cdd7d9; padding: 3px 6px 3px 6px; font-weight: bold; }
.FormButton:hover { cursor: pointer; color: #333333; background-color: #cde6f7; border: 1px solid #92c0e0; transition:all 0.25s ease-in-out; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; }
a.FormButton:link { color: #666666; text-decoration: none; text-align:center }
a.FormButton:visited { color: #666666; text-decoration: none }
a.FormButton:hover { color: #333333; text-decoration: none; cursor: pointer; }

.action-button { color: #ffffff; background-color: #0052CC; border: 2px solid #0052CC; padding: 3px 22px 3px 22px; font-weight: 600; }
.action-button:hover { cursor: pointer; color: #ffffff; background-color: #0065FF; border: 2px solid #0052CC; transition:all 0.25s ease-in-out; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; }
.action-button.curved { border-radius:7px }
.action-button.secondary { color: #ffffff; background-color: #e85050; border: 2px solid #e85050; padding: 3px 22px 3px 22px; font-weight: 600; }
.action-button.secondary:hover { cursor: pointer; color: #ffffff; background-color: #e97a7a; border: 2px solid #e85050; transition:all 0.25s ease-in-out; -webkit-transition:all 0.25s ease-in-out; -moz-transition:all 0.25s ease-in-out; }

.ActionButtonNH { color: #ffffff; background-color: #0052CC; border: 1px solid #0052CC; padding: 3px 6px 3px 6px; font-weight: bold; }
a.ActionButton:link { color: #ffffff; text-decoration: none }
a.ActionButton:visited { color: #ffffff; text-decoration: none }
a.ActionButton:hover { color: #ffffff; text-decoration: none; cursor: pointer; }

.UserInputGen { padding: 3px; border: 2px solid #f0f1f3; cursor:pointer; }
.UserInputGen:hover { padding: 3px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }

input.UserInput[type=text], textarea { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; }
input.UserInput[type=text]:focus, textarea:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
input.UserInput[type=text]:hover, textarea:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }

input.UserInputAutoComplete[type=text], textarea { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; }
input.UserInputAutoComplete[type=text]:focus, textarea:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
input.UserInputAutoComplete[type=text]:hover, textarea:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }


input.UserInput[type=number], textarea { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; }
input.UserInput[type=number]:focus, textarea:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
input.UserInput[type=number]:hover, textarea:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }

input.UserInput[type=password], textarea { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; }
input.UserInput[type=password]:focus, textarea:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
input.UserInput[type=password]:hover, textarea:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }

select.UserInput { outline: none; padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; }
select.UserInput:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
select.UserInput:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }

textarea.UserInput { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid #f0f1f3; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; outline: none; }
textarea.UserInput:focus { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }
textarea.UserInput:hover { padding: 3px; margin: 2px 2px 2px 2px; border: 2px solid rgba(81, 203, 238, 1); box-shadow: 0 0 5px rgba(81, 203, 238, 1); }

.link-button { color: #006699; background:none!important; border:none; padding:0!important; cursor: pointer; font: inherit; text-decoration: none;}
  .link-button.bold {
    font-weight: 600;
  }
  .link-button:hover {
    color: #808000;
    text-decoration: underline;
  }
  .link-button.white {
    color: #ffffff;
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
  }
    .link-button.white:hover {
      color: #E6F2FF;
      text-decoration: underline;
    }


/* Mobile */
.LoginBorder {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.LoginBkgndBorder {
  border: 2px solid #D0D5DD;
  box-shadow: 0 0 5px #D0D5DD;
  padding: 0px 0px 10px 0px;
  border-radius: 7px;
}
  .LoginBkgndBorder .Title {
    padding: 8px;
    font-weight: 600;
    background-color: #0F6CBD;
    color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .LoginBkgndBorder .Content {
    padding: 8px;
  }
  .LoginBkgndBorder .Content div {
    padding: 3px;
  }
    .LoginBkgndBorder .Content button {
      padding: 6px 20px 6px 20px;
      width: 100%;
      font-weight: 600;
    }

.page-link-button { color: #666666; background-color: #f8f8f8; border: 1px solid #cdd7d9; padding: 3px 6px 3px 6px; border-radius: 7px; display: block; }
.page-link-button a { text-decoration: none; display: block; }
.page-link-button:hover { cursor: pointer; color: #333333; background-color: #cdd5f1; border: 1px solid #5F7AD9; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
.page-link-button .inner { display: flex; }
.page-link-button .inner img { width: 50px; padding-right: 10px; }
.page-link-button .inner .inner-text { width: 100%; }
.page-link-button .inner .title { font-weight: 600; font-size: 1.2rem; border-bottom: 1px solid #cdd7d9; }

.page-link { padding: 3px 0 3px 0; }
.page-link .container { display:flex; }
.page-link .link-text { margin-right: auto; padding-left: 10px; }




.toolbar {
  color: #666666;
  background-color: #ffffff;
  border: 2px solid #e9e9e9;
  padding: 4px 4px 4px 6px;
  border-radius: 7px;
  font-size: .9rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.toolbar-button {
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  padding: 4px 4px 4px 6px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
}
  .toolbar-button.disabled {
    color: #838383;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    cursor: default;
  }
    .toolbar-button.disabled:hover {
      color: #838383;
      background-color: #f5f5f5;
      border: 1px solid #f5f5f5;
      cursor: default;
    }
  .toolbar-button img {
    height: 16px;
  }
.toolbar-button:hover {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
}
  .toolbar-button.blue:hover {
    background-color: #CFE4FA;
    color: #0F548C;
    border: 1px solid #d9d9d9;
  }
a.toolbar-button {
  color: #666666;
  text-decoration: none;
}



.calendar-table {
  width: 100%;
}

  .calendar-table > tbody > tr > td {
    padding: 2px;
    font-size: .9rem;
  }

  .calendar-table > tbody {
    border: 1px solid #e0e0e0;
  }

    .calendar-table > tbody > tr {
      border-bottom: 1px solid #e0e0e0;
    }

      .calendar-table > tbody > tr > th {
        background: #ffffff;
        border: 1px solid #e0e0e0;
        font-weight: normal;
      }

      .calendar-table > tbody > tr > td {
        border-collapse: collapse;
        border: 1px solid #e0e0e0;
        cursor: pointer;
      }

        .calendar-table > tbody > tr > td:hover {
          background: #f5f5f5;
        }

      .calendar-table > tbody > tr:nth-child(odd) {
        background: #fafafa;
      }

      .calendar-table > tbody > tr > td > span {
        display: block;
        padding-bottom: 4px;
        vertical-align: text-top;
      }

.calendar-table-today {
  background: #deeeff;
  font-weight: bold;
}

.calendar-table .today {
  background: #0F6CBD;
  color: #fff;
  padding: 2px 5px 2px 5px;
  border-radius: 50%;
}

.calendar-table .booked {
  background: #808000;
  min-height: 25px;
  border-radius: 10px;
}

.calendar-table .content {
  min-height: 25px;
}

.calendar-table .blocked {
  background: #ff6161;
  min-height: 25px;
  border-radius: 2px;
}


.dialog-panel {
  background-color: #f5f5f5;
  color: #333;
  transition: all 0.5s ease;
  display:none;
}
  .dialog-panel .title-bar {
    align-items: center;
    display: flex; /* establish flex container */
    flex-direction: row; /* default value; can be omitted */
    flex-wrap: nowrap; /* default value; can be omitted */
    justify-content: space-between; /*switched from default (flex-start, see below) */
    background-color: #e9e9e9;
  }
    .dialog-panel .title-bar .dialog-title {
      font-weight:600;
      width:100%;
      padding-left:10px;
    }
.close-btn {
  vertical-align: middle;
  border: none;
  color: inherit;
  background: transparent;
  position: relative;
  width: 32px;
  height: 32px;
  opacity: 1;
}
  .close-btn:hover {
    color: #666666;
  }
  .close-btn::before,
  .close-btn::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 4px;
    background-color: currentColor;
  }

  .close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
.dialog-chevron {
  display: inline-block;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-left: 10px;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
  .dialog-chevron:hover { border-right-color: #666666; border-bottom-color: #666666; }
#chevron-arrow-left { transform: rotate(135deg); }
#chevron-arrow-right { transform: rotate(-45deg); }

.icon-plus {
  --b: 3px; /* the thickness */
  width: 16px; /* the size */
  aspect-ratio: 1;
  border: 3px solid #80ad80; /* the outer space */
  background: conic-gradient(from 90deg at var(--b) var(--b),#80ad80 90deg,#fff 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

  .icon-plus:hover {
    border-color: #808080;
    background: conic-gradient(from 90deg at var(--b) var(--b),#808080 90deg,#fff 0) calc(100% + var(--b)/2) calc(100% + var(--b)/2)/ calc(50% + var(--b)) calc(50% + var(--b));
  }





.keno-game-table > tbody > tr {
  border-bottom: 1px solid #dde4ef;
}
  .keno-game-table > tbody > tr:nth-child(odd) {
    background: #f8f8f8;
  }


.keno-game-cell {
  border: 0;
  border-collapse: collapse;
  border-left: 1px solid #dde4ef;
  border-right: 1px solid #dde4ef;
  border-top: 1px solid #dde4ef;
  border-bottom: 1px solid #dde4ef;
  padding: 10px 10px 10px 10px;
}
  .keno-game-cell.winning {
    font-weight: 600;
    background: #8de294;
  }

.keno-user-cell {
  border: 0;
  border-collapse: collapse;
  border-left: 1px solid #dde4ef;
  border-right: 1px solid #dde4ef;
  border-top: 1px solid #dde4ef;
  border-bottom: 1px solid #dde4ef;
  padding: 10px 10px 10px 10px;
  cursor: pointer;
}
  .keno-user-cell:hover {
    background: #c2eec5;
  }
  .keno-user-cell.selected {
    font-weight: 600;
    background: #8de294;
  }



.calendar-day-table { width:100%; }
.calendar-day-table > tbody > tr { border-bottom: 1px solid #e0e0e0; }
  .calendar-day-table > tbody > tr > td { border: 0; border-collapse: collapse; padding: 2px 3px 2px 3px; }
  .calendar-day-table > tbody > tr:nth-child(odd) { background: #f8f8f8; }
  .calendar-day-table .date { font-weight: 900; border-bottom: 3px solid #e0e0e0; background: #f6eee6; }
.calendar-day-table .action-cell { display: flex; align-items: center; column-gap:5px; }