body{
    background-color: #FFF;
    font-family: 'Nunito', sans-serif !important;
    font-size: 17px;
}

.cash-figure{
    font-family: monospace;    
}

.nav-logo{
    height: 65px;
}

nav{
    background-color: #FFF !important;
}

.nav-link{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700;
    text-transform: capitalize !important;
}

.color-box{
    text-align: center;
    height: 400px !important;
    padding: 20% !important;
}

.color-box-headings{
    font-weight: 1000;
    color: #FFF !important;
    text-align: left;
    padding-left: 0;
}

.color-box-text{
    color: #FFF;
    font-size: 22px;
    text-align: left;
}

.img-box-img{
    height: 100%;
    width: 100% !important;
}

.color-img-box-container{
    max-width: 100% !important;
    padding: 0 !important;
}

.img-box{
    height: 100% !important;
}

.mem-login-button{
    font-weight: 700;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border: 1px solid;
    border-radius: 50px;
    background-color: #40b04a;
    color: #FFF !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.right-aligned-rows{
    align-items: end;
    justify-content: flex-end;
}

h1, h2, h3, h4, h5, h6{
    color: #40b04a !important;
    line-height: 1.0;
    font-weight: 800;
}

.header-text{
    margin: 28px 0;
}

h2 {
    font-size: 36px;
}

.intro{
    font-weight: 700;
}

.intro::after{
    content: "";
    border-bottom: 2px solid #f58025;
    height: 2px;
    display: block;
    width: 180px;
    margin: 0 auto;
    position: inherit;
    padding-top: 5px;
}

.footer-headings{
    text-align: left;
    color: #6fbe46 !important;
    margin-bottom: 20px;
}


footer{
    color: #FFF;
    background-color: #FFF !important;
}

#upper-footer{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.39);
}

.footer-links{
    color: #000 !important;  
    text-decoration: underline;
    margin-bottom: 0px;
}

#login-button:hover{
    background-color: #FFF !important;
    color: #40b04a !important;
    border: 1px solid #40b04a;
}
.ftr-top-bar {
    background: #f58025 no-repeat top center;
    height: 10px;
}

.sub-headers{
    font-weight: 700; color: #40b049 !important;font-size: 1.2em
}

.table td, .table th {
    padding: 0;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.min-title{
    font-weight: 700; color: #000 !important;
}

th{
    font-weight: 700; color: #000 !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 350px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.carousel-caption > h2{
    color: #FFF;
    text-transform: capitalize;
    font-weight: bold;
}.carousel-caption > p{
    font-size: 1.2rem;
}

#wire-confirmed {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#acc-inactive{
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#receipt {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#freeze {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.w3-modal-content{
    background-color: #FFF;
}

div .title{
    text-transform: uppercase;
}

.btn,.btn-primary,.wire-btn{
    background-color: #42a32b !important;
    border: 1px solid #42a32b !important;
}

#continue-wire{
    background-color: #42a32b !important;
    border: 1px solid #42a32b !important;
}
em, input, select>option{
    color: #000 !important;
}

.card{
    border: 1px solid rgb(64 176 74) !important;
}


/*ADMIN STYLES*/
.edit-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 2;
}

.account-box {
    border: 1px solid; 
    border-radius: 5px; 
    padding: 15px;
    height: 200px;
    max-height: 200px;
    background: #C9CC3F;
    margin-bottom: 20px;
    overflow: auto;
}

.account-box-heading {
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 900 !important;
}

.account-box-balance {
    color: #FFF;
}

.account-box-button {
    border: 2px solid #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    font-weight: bold !important;
    text-transform: uppercase;
    width: 50%;
    border: 2px solid;
    border-radius: 5px;
    cursor: pointer;
}

.side-links{
    color: #95c96d;
}
/*#text{*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  font-size: 50px;*/
/*  color: white;*/
/*  transform: translate(-50%,-50%);*/
/*  -ms-transform: translate(-50%,-50%);*/
/*}*/
