/* GENERAL STYLES */
body, html, .ol, .ul, p, .p, tbody, .tbody, span, .span, input, .input {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: Josefin Sans,sans-serif;
  font-weight: 400;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle > span {
  font-family: Josefin Sans,sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:active > span,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:hover > span,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:focus > span {
  color: #09a501 !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:active,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:hover,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown > a.dropdown-toggle:focus,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li.dropdown:open {
  background-color: white !important;
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

p,.p, tbody, .tbody, span, .span, input, .input {
  font-size: 14px;
}

.nav-pills>li>a {
  color: #09a501; 
}
.nav-pills>li>a:hover {
  color: white;
  background-color: #09a501 !important; 
}
.nav-pills>li>a:focus {
  color: white;
  background-color: #09a501 !important; 
}

.nav-tabs>li>a {
  color: #09a501;
}
.nav-tabs>li>a:hover {
  color: white !important;
  background-color: #09a501 !important; 
}
.nav-tabs>li>a:focus {
  color: white;
  background-color: #09a501 !important; 
}
.nav-tabs>li.active>a {
  color: white !important;
  background-color: #09a501 !important; 
}
li.weblink.active>a, li.weblink.active>a:hover, li.weblink.active>a:focus {
  color: #09a501 !important;
  background-color: white !important; 
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #09a501 !important;
  background-color: white !important; 
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #09a501 !important;
  background-color: white !important;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color: white !important;
  background-color: #09a501 !important; 
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
  background-color:#09a501 !important;
  border-color:#09a501 !important;
}

@media (max-width: 768px) {
  .nav>.open>.dropdown-menu {
    background-color:#09a501 !important;
  }
}

.navbar-default .navbar-toggle {
  border-color: #09a501 !important;
  background-color: #09a501;
}

.btn-default {
  color: #FF6B21 !important;
  background-color: #ffffff;
  border-color: #FF6B21 !important;
}

table.card-container>thead>tr>th {
  text-align: center;
}

table.card-container>tbody>tr>td {
  border-style: solid;
  border-width: 1px;
  padding: 1rem !important;
  text-align: center;
}

.btn-warning {
  background-color: #FF6B21;
  border-color: #FF6B21;
}

.btn-primary {
  background-color: #09a501 !important;
  border-color: #09a501 !important;
}

.button1 {
  color: #fff;
  border-radius: 0px;
  min-width: 15rem;
  text-transform: uppercase;
  background-color: #FF6B21;
  border-color: #FF6B21;
  white-space: normal;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.42857143;
}

.previous-btn {
  color: #ffffff !important;
  background-color: #FF6B21 !important;
  border-color: #FF6B21 !important;
}

.checkbox-style {
  height: 15px;
  width: 15px;
  cursor: pointer;
}

td, th {
  padding: 0px 10px 10px 0px;
}

.footer { 
  background-color: #09a501;
  text-align: center;
  padding: 5rem;
  min-height: calc(100vh - 300px);
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer>.col>a {
  color: white !important;
  padding-left: 2rem;
  padding-right: 3rem;
}

.footer>.col>a:hover {
  color: white !important;
  padding-left: 2rem;
  padding-right: 3rem;
}

.footerLogo{
  max-width:250px;
  height:auto;
}

.eventImage{
  max-width:250px;
  height:auto;
}

#map {
  height: 50%;
}

.list-group-item {
    color: #09a501;
}
.list-group-item>span {
    font-size: 16px !important;
}
.list-group-item>span>span {
    font-size: 16px;
}

.homeContainer {
  background-color: #ffffff;
}

/*** CSS in this section has some colors that may need to change with new themes! ***/

.text-highlight {
  background-color: #bfd7ea;
  margin-top: 2px;
  padding: 7px;
}

/*** 
  CSS in this section uses neutral colors that will likely not need to change with new themes
  unless the new themes are radically different than the defualt (ex. a "dark mode" style theme)
***/
.actionBar {
  background-color: white;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
}

.card {
  background-color: white;
  border-radius: 2px;
  box-shadow: rgb(0 0 0 / 50%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 40%) 0px 0.3px 0.9px 0px;
  transition: box-shadow 250ms ease-in-out 0s;
  margin: 9px 0px;
  padding: 10px;
}

.card:hover{
  box-shadow: rgb(0 0 0 / 13%) 0px 6.4px 14.4px 0px, rgb(0 0 0 / 11%) 0px 1.2px 3.6px 0px;
  cursor: pointer;
}

.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
  background-color: #E1DFDD;
  color: #8A8886;
  border: 1px solid #E1DFDD;
  opacity: 100%;
}

.disabledCard {
  background-color: #F3F2F1;
}

.disabledCard:hover {
  box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
  cursor: not-allowed;
}

.homeMainHeader {
  font-weight: 400;
  font-size: 36px;
}

.homeSubHeader {
  font-weight: 400;
  font-size: 24px;
}

.left-sidebar {
  border-left: 1px solid #D2D0CE;
  height: 100%;
}

.nav > li:not(.active) > a:hover > span, a.list-group-item:hover, a.list-group-item:active {
  color: white;
}

.numMoreShifts-circle {
  border-radius: 50%;
  background-color: #F3F2F1;
  padding: 0.5rem 0.75rem;
}

.right-sidebar {
  border-right: 1px solid #D2D0CE;
  margin-right: -1px;
  height: 100%;
}

.secondary-button {
  background-color: white;
  border: 1px solid #323130 
}

.secondary-button:hover {
  background-color: #F3F2F1
}

.shine {
  background: #F3F2F1;
  background-image: linear-gradient(to right, #F3F2F1 0%, #E1DFDD 20%, #F3F2F1 40%, #F3F2F1 100%);
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
  height: 15rem;
  margin: 9px 0px;
  padding: 10px;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards; 
  animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.verticalDivider {
  border-right-color: white;
  border-right-width: 1px;
  border-right-style: solid;
  height: 7rem;
  margin: 1rem 0px;
}

.whiteText {
  color: white;
}

.orangeText {
  color: #FF6B21;
}

.felixGreenText {
  color: #09a501;
}

/*** End of CSS with hard-coded colors ***/

.detailsColumn {
  border-style: solid;
  border-width: 0.25rem;
  border-color: #09a501;
}

.detailsColumnOrange {
  border-style: solid;
  border-width: 0.25rem;
  border-color: #FF6B21;
}

a.cardLink {
  color: inherit;
  display: "block";
}

a.cardLink:hover {
  color: #09a501 !important;
}

.btn-outline-light {
    border-color: #09a501;
    color: #09a501;
    background-color: transparent;
}

.btn-felixGreen {
    border-color: #09a501;
    color: white;
    background-color: #09a501;
}

.big-icon {
  width: inherit * 1.5;
  height: inherit * 1.5;
}

.btn {
  border-radius: 0px;
  min-width: 15rem;
  text-transform: uppercase;
}

.bg-felixgreen {
  background-color: #09a501;
}

.bg-white {
  background-color: white;
}

#cancelParticipationBtn {
  border-radius: 0;
  font-weight: 600;
  min-width: 0;
}

.card h2, .card h3 {
  margin-top: 11px;
}

section.container {
  width: 100%;
  padding: 2rem;
}

.engagementDescription {
  height: 100%;
  font-size: 18px;
}

.engagementDescription strong {
  font-weight: 600;
}

.engagementDescription ul, .engagementDescription ol {
  list-style-position: outside;
  padding-left: 0;
}

.fetchxml {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

label {
  font-weight: 600;
}

.iconByText {
  display: inline-block;
  vertical-align: text-bottom;
}

.input-group {
  margin-top: 1.5rem;
}

.input-group-btn>.btn {
  border-radius: 0px;
  min-width: inherit;
  padding-top: 7px;
}

.left-space {
  margin-left: 2rem;
}

.less-margin-bottom {
  margin-bottom: 0px;
}

.navbar {
  margin-bottom: 0px;
}

li.weblink>a {
  text-transform: uppercase !important;
}

li.weblink>a:hover {
  color: #09a501 !important;
  background-color: white !important;
}

.navbar-static-top.navbar.menu-bar>.navbar-nav>li>a {
  text-transform: uppercase;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: white;
}

.nav-pills>li.active>a>span, .nav-pills>li.active>a>span:focus, .nav-pills>li.active>a>span:hover {
  padding-bottom: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.needsSpace {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.normal-weight {
  font-weight: 400;
}

.navbar-brand{
  height: 100%;
}

.logo{
  height: 35px;
}

.thankYouImg {
  width: 200px;
}

p.navbar-brand {
  margin-bottom: 0;
}

.page_section.container {
  width: 100%;
}

.no-margin {
  margin: 0 0;
}

.section-landing .row > div {
  margin-top: 0px;
}

.section-landing {
  background: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(homeHeroFruit.png) no-repeat center;
  background-size: cover;
}

.shift-status-desc {
  margin-left: 2rem;
  float: left;
  padding-top: 2.35rem;
}

.small-title {
  font-size: 16px;
  margin-top: 11px;
}

.spinner {
  animation: rotate 2s linear infinite;
  visibility: hidden;
  width: 40px;
  height: 40px;  
}

.spinner .path {
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.statusBar-desc {
  margin-left: 2rem;
  float: left;
  margin-top: 10px;
}

.statusBar-desc > button.btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.tab-content {
  margin-top: 1.5rem;
}

.table-hover > tbody > tr:hover {
  cursor: pointer;
}

.table > tbody > tr > td > h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

th {
  font-weight: 600;
}

tr.disabledRow, .table-hover>tbody>tr.disabledRow:hover  {
  background-color: inherit;
  cursor: not-allowed;
}

vertical-align-center {
  display: flex;
  align-items: center;
}
.padding-left-5 {
  padding-left: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}
    

/*You can apply this class to any HTML element that you want to have a left padding of 5 pixels.

You can apply this class to any HTML element that you want to remove padding from horizontally.*/


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/* ************************************************ */
/* RESPONSIVE SIDE OF THE STYLES					*/
/* ************************************************ */

@media (max-width: 1200px) {
  .logo{
  height: 30px;
  }
}

