/*tasetwa*/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable,
   because underlines obscure the shapes of the lower halves of words */
:link,
:visited {
  text-decoration: none;
}

/* no list-markers by default, since lists are used more often for semantics */
ul,
ol {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
  font-size: 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
hr,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* whoever thought blue linked image borders were a good idea? */
fieldset,
a img,
:link img,
:visited img {
  border: none;
}

/* de-italicize address */
address {
  font-style: normal;
}

/* more varnish stripping as necessary... */

.right .instant_login_page {
  margin-left: 10px;
}

.right .instant_login_homepage {
  margin-left: -9px;
}

.right .instant_login_menu {
  float: right;
  margin: -26px -153px;
  background: #134d8a;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}

.right .instant_login_button {
  text-decoration: none !important;
  width: 146px;
  line-height: 2;
  height: 25px;
  text-align: center;
  display: block;
  color: white !important;
}

.right .instant_login_links {
  display: none;
  position: absolute;
  margin-top: 6px;
  z-index: 2;
}

.right .instant_login_link {
  width: 100px;
}

.right .instant_login_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  padding-top: 3px;
  margin-left: 2px;
  display: inline-block;
  border-color: #ffffff transparent transparent transparent;
}
.right .instant_login_login_page {
  position: absolute;
  margin-left: 56px;
  margin-top: 70px;
}
.right .menuDP_button:hover {
  background: #2ad68b;
}

.right .instant-login-link {
  color: white;
}

#customBtn {
  display: inline-block;
  background: #084478;
  color: white;
  width: 146px;
  white-space: nowrap;
}

#customBtn:hover {
  cursor: pointer;
}

#customBtnMobile:hover {
  cursor: pointer;
}

.right span.buttonText {
  float: left;
  font-size: 13px;
}

.right .glogo {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
}

.hide {
  display: none;
}

.google-error {
  color: rgb(231, 76, 60);
  font-family: Roboto, Verdana, sans-serif;
  font-size: 14px;
  display: block;
}

.noleft #customBtn {
  background: #4285f4;
  display: inline-block;
  color: white;
  width: 190px;
  white-space: nowrap;
  border-radius: 4px;
}

.noleft span.buttonText .glogo {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
}

.noleft span.buttonText {
  font-size: 15px;
}

.noleft #gSignInWrapper {
  margin: -23px 0 0 72px;
}

.mobileSignin .instant-login {
  position: relative;
  padding: 0 1.5em;
}

.mobileSignin .instant-login__button {
  font-size: 24px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 0.75em;
  cursor: pointer;
  text-align: center;
  background:#134D8A;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: none;
  box-sizing: border-box;
}

.mobileSignin .instant-login__button,
.mobileSignin .instant-login__button:link,
.mobileSignin .instant-login__button:visited,
.mobileSignin .instant-login__button:focus,
.mobileSignin .instant-login__button:hover {
  text-decoration: none;
  color: white;
}

.mobileSignin .instant-login__button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  padding-top: 3px;
  margin-left: 8px;
  display: inline-block;
  border-color: #ffffff transparent transparent transparent;
}

.mobileSignin .instant_login_login_page {
  position: absolute;
  margin-left: 56px;
  margin-top: 70px;
}

.instant-login__menu {
  display: none;
  min-width: 240px;
  max-width: 375px;
  margin-top: 4px;
  padding: 12px;
  z-index: 2;
  background: #fff;
  border: 1px solid #f3f9fd;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.instant-login__separator {
  height: 1px;
  margin: 12px -12px;
  background:#ececec;
}

.instant-login__edlink {
  display: grid;
  grid-template: auto / auto;
  gap: 10px 16px;
}

@media (min-width: 620px) {
  .instant-login__edlink {
    grid-template: auto / repeat(2, 170px);
  }
}

.instant-login__link {
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  justify-self: flex-start;
  letter-spacing: 0.016em;
  cursor: pointer;
}

.instant-login__link:link,
.homeMobile .instant-login__link:link {
    text-decoration: none;
}

.instant-login__link:link:hover,
.homeMobile .instant-login__link:link:hover {
    text-decoration: underline;
}

.instant-login__link,
.instant-login__link:link,
.instant-login__link:visited,
.homeMobile .instant-login__link,
.homeMobile .instant-login__link:link,
.homeMobile .instant-login__link:visited {
    color: #2D6197;
}

.instant-login__link-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.instant-login__link:hover {
  text-decoration: underline;
}

.modal-overlay {
    background-color: rgba(0,0,0,0.5);
}

.ui-timepicker-standard {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #454545;
  border: none;
  box-shadow: 0px 4px 4px rgba(0,0,0,.25);
  border-radius: 4px
}

.ui-timepicker {
  padding: 8px 0
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #dadada;
  border: none;
  font-weight: 400;
  color: #454545
}

.ui-timepicker-standard a {
  border: none;
  color: #454545;
  display: block;
  padding: .25em .5em;
  cursor: pointer
}

.ui-timepicker-standard a,.ui-timepicker-standard a:hover {
  text-decoration: none
}