.dropdown-menu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd9613+0,df4e93+100 */
  background: rgba(253, 150, 19, 0.8); /* Old browsers */
  background: -moz-linear-gradient(135deg, rgba(253, 150, 19, 0.8) 0%, rgba(223, 78, 147, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(135deg, rgba(253, 150, 19, 0.8) 0%, rgba(223, 78, 147, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-45deg, rgba(253, 150, 19, 0.8) 0%, rgba(223, 78, 147, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$orangeHex", endColorstr="$pinkHex",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.dropdown-menu {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
  z-index: 99999 !important;
}
.dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 10px 5px 10px !important;
}
.dropdown-menu .dropdown-item:hover {
  color: #414141;
}

/* Black with 75% opacity */
@keyframes pulseAnimation {
  0% {
    width: 285px;
    height: 190px;
  }
  10% {
    width: 299.25px;
    height: 199.5px;
  }
  20% {
    width: 285px;
    height: 190px;
  }
}
.roko-instabot-widget-button {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.roko-instabot-widget-button {
  padding: 0 !important;
  width: 285px !important;
  height: 190px !important;
  background-image: url("/static/images/instabot-animated.gif") !important;
  background-color: rgba(255, 255, 255, 0) !important;
  animation: pulseAnimation 5s linear infinite;
}

.roko-instabot-widget-button:hover {
  animation: pulseAnimation 1s linear infinite !important;
}

.roko-instabot-widget .message-container .message {
  color: #ffffff !important;
  background-color: none !important;
  background: #202c46 !important;
}

.grid-item {
  max-height: 355px;
}
.grid-item .overlay {
  height: 100% !important;
}
.grid-item h3 {
  color: #ffffff !important;
}
.grid-item p, .grid-item h3 {
  text-align: center;
}
.grid-item .icon, .grid-item .svg-icon {
  width: 70px;
  height: auto;
}
.grid-item .icon-2x {
  width: 150px !important;
  height: auto !important;
}
.grid-item .icon-2x .icon, .grid-item .icon-2x .svg-icon {
  width: 150px !important;
  height: auto !important;
}

section.grid {
  overflow: auto;
}

.home section.grid {
  max-height: 353.5px;
  overflow: hidden !important;
}
.home section.grid .grid-item {
  max-height: 353.5px !important;
}

.grid-item-dark {
  color: rgb(77, 77, 77) !important;
}
.grid-item-dark h3, .grid-item-dark p, .grid-item-dark a {
  color: rgb(77, 77, 77) !important;
}

/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
#confirm-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 999;
}
#confirm-modal #confirm-dialog {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  text-align: center;
  width: 90%;
  max-width: 450px;
  padding: 25px;
  background: #ffffff;
}
#confirm-modal #confirm-dialog .modal-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
#confirm-modal #confirm-dialog .modal-col, #confirm-modal #confirm-dialog .modal-row {
  position: relative;
  top: 0;
  left: 0;
}
#confirm-modal #confirm-dialog .button-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

@media (max-width: 649px) {
  .modal-col .margin-x, .modal-row .margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .button-col {
    flex-direction: column !important;
  }
}
body.standard-page #cms-top + .wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100vw;
  min-height: calc(100vh - 40px);
}

.nav-top .menu {
  display: inline-block;
  width: auto;
  float: right;
}

.wrap {
  min-height: calc(100vh - 40px - 116px - 165px);
}

.panel {
  border: 1px solid #696D85;
}
.panel .panel-heading, .panel .panel-body {
  padding: 10px 15px 10px 15px;
}
.panel .panel-heading {
  display: block;
  font-weight: bold;
}
.panel .panel-body {
  display: block;
}

.captcha-centered #id_captcha {
  width: 304px;
  margin-left: auto;
  margin-right: auto;
}

.patient-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 40%;
  min-width: 340px;
  vertical-align: top;
  display: inline-block;
}
.patient-form .patient-form-icon {
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.patient-form a {
  color: #1D3160;
  border-bottom: none;
}
.patient-form .patient-form-body {
  position: relative;
  min-height: 45px;
}

.patient-form:hover a {
  color: #1D31A0;
}

.pa-form a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 40%;
  min-width: 340px;
  vertical-align: top;
  display: inline-block;
  border-bottom: none;
  text-decoration: underline rgb(244, 134, 125);
}

.tab-content {
  padding-top: 25px;
}

.header .refill-panel {
  float: right;
}
.header .refill-panel .form-horizontal label {
  display: none;
}
.header .refill-panel .rx_number_col, .header .refill-panel .date_of_birth_col {
  max-width: 130px;
}
.header .refill-panel button, .header .refill-panel input {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  height: 29px !important;
}
.header .refill-panel input::placeholder {
  color: #000000 !important;
}
.header .refill-panel input:focus {
  color: #000000 !important;
  background: #ffffff !important;
}
.header .refill-panel button {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 3px 10px 5px 10px !important;
  border: 1px solid rgb(206, 212, 218) !important;
  font-weight: normal !important;
}
.header .refill-panel input:focus, .header .refill-panel button:hover {
  opacity: 1 !important;
}

.location-column {
  border-left: 3px solid #FDB915;
}

.ie_edge_table #id_rx_number, .ie_edge_table #id_dob {
  background-color: #ffffff !important;
  padding: 0 5px !important;
  margin-left: auto;
  margin-right: auto;
}
.ie_edge_table .rx_number_col, .ie_edge_table .date_of_birth_col {
  width: 150px !important;
}
.ie_edge_table button, .ie_edge_table input {
  box-sizing: content-box !important;
  height: 29px !important;
  margin: 0 5px !important;
}
.ie_edge_table button {
  white-space: nowrap;
}

/*# sourceMappingURL=base.css.map */
