body {
    margin-top: 50px;
    text-align: center;
    font-size: 17px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

#calendar {
  max-width: 1100px;
  margin: 40px auto;
}

.response {
    height: 60px;
}

.success {
    background: #cdf3cd;
    padding: 10px 60px;
    border: #c3e6c3 1px solid;
    display: inline-block;
}


    /*.table td
        {
                width: 30%;
        }
    .table th
        {
                width: 40%;
        }*/
        span.left {
    margin-right: 1.25rem;
}
        h4.min-max {
    font-size: 1rem;
}
        .transaction-table
        {
            margin-top: 2rem;
        }
        
        @media only screen and (max-width: 479px) and (min-width: 320px)
        {
        .transaction-section {
    margin-top: 4rem;
}
        }
        
        .transaction-subtitle
        {
            margin-bottom: 2rem;
        }
        .footer-center {
    color: #fff;
}
        .footer-section .overlay .footer-content
        {
            padding-top: 0px;
        }
        .footer-section .overlay
        {
            padding-top: 1rem;
        }
        .table {
    margin-top: 1rem;
    text-align: center;
}
        
        .part-cart {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.banner-section
{
    margin-top: 12px;
}
.banner-section .overlay {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 13.938rem 0;
    position: relative;
    z-index: 0;
    height: 550px !important;
}
.banner-text
{
    margin-top: -7%;
}
.reunir-navbar .nav-main .navbar-nav .nav-item .nav-link {
    text-decoration: none;
    color: #0291dd;
    font-weight: 600;
}
.transaction-section .transaction-text .transaction-subtitle {
    font-family: Raleway;
    font-weight: 700;
    font-size: 3.125rem;
    text-transform: uppercase;
    line-height: 1.4;
    background: #0291dd;
/*    background: linear-gradient(*/
/*90deg*/
/*,#ff5f0c,#d70021);*/
    color: transparent !important;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: 35px;
}

.table .thead-dark th {
    color: #fff;
    background: linear-gradient( 
90deg
 ,#0291dd,#0291dd);
    border-color: #0291dd !important;
}
.banner-section .overlay:after {
    background-color: #fe5d0c !important;
    opacity: -0.498;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-text:after
{
    background: #ddd;
    opacity: 1.498;
}
.banner-section .overlay .total-slide .banner-text .font-light {
    color: #fa510d !important;
    font-weight: 600 !important;
}
.banner-section .overlay .total-slide .banner-text h1 {
    text-transform: uppercase;
    font-family: Raleway;
    font-size: 5.625rem;
    margin-bottom: 1.063rem;
    color: #fa4d0e !important;
    font-weight: 600 !important;
}
.reunir-navbar .right-side-box .join-btn {
    text-decoration: none;
    background-image: -webkit-linear-gradient( 
169deg ,#0291dd,#0291dd) !important;
    padding: .938rem 3.188rem;
    border-radius: 1.563rem;
    color: #fefefe;
    border: 0.125rem solid #0291dd;
    background-image: -ms-linear-gradient(0deg,transparent 0,transparent 100%);
    transition: all .3s ease-in;
}
.btn-info {
    background-image: -webkit-linear-gradient( 
169deg
 ,#23b223,#23b223) !important;
    color: #fff;
    border-color: #23b223;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 20px;
}
.btn-info:hover {
    color: #fff;
    background-image: -webkit-linear-gradient( 
169deg
 ,#fe5d0c,#e40015) !important;
    border-color: #fe5d0c;
    
}
.transaction-section {
    margin-top: 10px !important;
    margin-bottom: 51px !important;
    position: relative;
    /* background: aliceblue; */
}
@media only screen and (min-width: 320px) and (max-width: 479px){
 .navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: -50px;
  margin-left: 53px;
}

.mayil {
  margin-left: 0px!important;
}

.navbar {
  position: relative;
  padding: 0px!important;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin-left: 1px!important;
  margin-right: 1px!important;
}

#ds{
  display: none!important;
}

.front-page-table td, .front-page-table th {
  text-align: center;
  font-size: 10px!important;
}


#rows {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -82px!important;
}


}
.reunir-navbar {
    background: #ffffff !important;
}





.footer-section .overlay .footer-content {
       background-image: linear-gradient( 
0deg ,#0291dd,#0291dd,#0291dd,#0291dd,#0291dd) !important;
    
}
.footer-section .overlay .footer-content .footer-bottom {
    font-family: Open Sans;
    font-size: .875rem;
    font-weight: 600;
    border-top: .063rem solid #0291dd;
    padding: 1.5rem 0 .75rem;
}

.calendar {
    background: #2b4450;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
    height: 501px;
  perspective: 1000;
    transition: .9s;
    transform-style: preserve-3d;
    width: 100%;
}

/* Front - Calendar */
.front {
    transform: rotateY(0deg);
}

.current-date {
    border-bottom: 1px solid rgba(73, 114, 133, .6);
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.current-date h1 {
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
}

.week-days {
    color: #dfebed;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    padding: 30px 40px;
}

.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.weeks {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.weeks div {
    display: flex;
    font-size: 1.2em;
    font-weight: 300;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.last-month {
    opacity: .3;
}

.weeks span {
    padding: 10px;
}

.weeks span.active {
    background: #f78536;
    border-radius: 50%;
}

.weeks span:not(.last-month):hover {
    cursor: pointer;
    font-weight: 600;
}

.event {
    position: relative;
}

.event:after {
    content: '•';
    color: #f78536;
    font-size: 1.4em;
    position: absolute;
    right: -4px;
    top: -4px;
}

/* Back - Event form */

.back {
    height: 100%;
    transform: rotateY(180deg);
}

.back input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(73, 114, 133, .6);
    color: #dfebed;
    font-size: 1.4em;
    font-weight: 300;
    padding: 30px 40px;
    width: 100%;
}

.info {
    color: #dfebed;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.2em;
    padding: 30px 40px;
}

.info div:not(.observations) {
    margin-bottom: 40px;
}

.info span {
    font-weight: 300;
}

.info .date {
    display: flex;
    justify-content: space-between;
}

.info .date p {
    width: 50%;
}

.info .address p {
    width: 100%;
}

.actions {
    bottom: 0;
    border-top: 1px solid rgba(73, 114, 133, .6);
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.actions button {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}

.actions button:first-of-type {
    border-right: 1px solid rgba(73, 114, 133, .6);
}

.actions button:hover {
    background: #497285;
    cursor: pointer;
}

.actions button:active {
    background: #5889a0;
    outline: none;
}

/* Flip animation */

.flip {
    transform: rotateY(180deg);
}

.front, .back {
    backface-visibility: hidden;
}

#transaction-pills-tabContent
{
    margin-top: 30px;
}
#calendar {
  max-width: 1100px;
  margin: 40px auto;
}


@media only screen and (min-width: 320px) and (max-width: 640px){
  .navbar-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: -50px;
  margin-left: 53px;
}

.result{
  width: 100%!important;
}

.transaction-subtitle {
  font-size: 36px!important;

}

.mayil {
  margin-left: 0px!important;
}


.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}


.navbar {
  position: relative;
  padding: 0px!important;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin-left:1px!important;
  margin-right:1px!important;
}

#ds{
  display: none!important;
}

.front-page-table td, .front-page-table th {
  text-align: center;
  font-size: 10px!important;
}


#rows {
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -82px!important;
}

}

@media only screen and (min-width: 320px) and (max-width: 479px){
.reunir-navbar .navbar-toggler {
    margin-right: 0;
    display: none ;
}
}
@media only screen and (min-width: 769px)
{
.submit-form 
{
    display: flex;
    margin-left: 14%;
    margin-right: -70px;
}
.submit-form .form-control {
    margin-top: -6px;
    margin-left: 10px;
    display: block;
    width: 90%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.submit-form h5
{
    display:flex;
}
.btn-info {
    background-image: -webkit-linear-gradient( 
169deg
 ,#23b223,#23b223) !important;
    color: #fff;
    border-color: #23b223;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -7px !important;
}
}

#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 620px;
  margin: 0 auto;
  height: 570px;
  overflow: hidden;
}

.header {
  height: 50px;
  width: 620px;
  background: rgb(254 93 12);
  text-align: center;
  position:relative;
  z-index: 100;
}

.header h1 {
  margin: 0;
  color: #ffffff;
  padding: 0;
  font-size: 35px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 1px;
}

.header .left,.header .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.header .left {
  border-width: 7.5px 10px 7.5px 0;
 border-color: transparent rgb(255 255 255) transparent transparent;
  left: 20px;
}

.header .right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgb(255 255 255);
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}

.month.in.next {
  -webkit-animation: moveFromTopFadeMonth .4s ease-out;
  -moz-animation: moveFromTopFadeMonth .4s ease-out;
  animation: moveFromTopFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.next {
  -webkit-animation: moveToTopFadeMonth .4s ease-in;
  -moz-animation: moveToTopFadeMonth .4s ease-in;
  animation: moveToTopFadeMonth .4s ease-in;
  opacity: 1;
}

.month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
  -moz-animation: moveFromBottomFadeMonth .4s ease-out;
  animation: moveFromBottomFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.prev {
  -webkit-animation: moveToBottomFadeMonth .4s ease-in;
  -moz-animation: moveToBottomFadeMonth .4s ease-in;
  animation: moveToBottomFadeMonth .4s ease-in;
  opacity: 1;
}

.week {
 background: #706e6e;
}

.day {
  display: inline-block;
  width: 60px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
 background: #706e6e;
  position: relative;
  z-index: 100;
}

.day.other {
 color: rgba(255, 255, 255, .3);
}

.day.today {
  color: rgba(156, 202, 235, 1);
}

.day-name {
    color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
  
  letter-spacing: .7px;
}

.day-number {
    color: aliceblue;
  font-size: 24px;
  letter-spacing: 1.5px;
}


.day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}

.day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  margin: 0 1px;
}

.blue { background: rgba(156, 202, 235, 1); }
.orange { background: rgba(247, 167, 0, 1); }
.green { background: rgba(153, 198, 109, 1); }
.yellow { background: rgba(249, 233, 0, 1); }

.details {
  position: relative;
  width: 620px;
  height: 75px;
  background: rgba(164, 164, 164, 1);
  margin-top: 5px;
  border-radius: 4px;
}

.details.in {
  -webkit-animation: moveFromTopFade .5s ease both;
  -moz-animation: moveFromTopFade .5s ease both;
  animation: moveFromTopFade .5s ease both;
}

.details.out {
  -webkit-animation: moveToTopFade .5s ease both;
  -moz-animation: moveToTopFade .5s ease both;
  animation: moveToTopFade .5s ease both;
}

.arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
  transition: all 0.7s ease;
}

.events {
  height: 75px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  -webkit-animation: fadeIn .3s ease both;
  -moz-animation: fadeIn .3s ease both;
  animation: fadeIn .3s ease both;
}

.events.in {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.details.out .events {
  -webkit-animation: fadeOutShrink .4s ease both;
  -moz-animation: fadeOutShink .4s ease both;
  animation: fadeOutShink .4s ease both;
}

.events.out {
  -webkit-animation: fadeOut .3s ease both;
  -moz-animation: fadeOut .3s ease both;
  animation: fadeOut .3s ease both;
}

.event {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  padding: 2px 16px;
  vertical-align: top;
}

.event.empty {
  color: #eee;
}

.event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.legend {
    display:none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: rgba(60, 60, 60, 1);
  line-height: 30px;

}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after { background: rgba(156, 202, 235, 1); }
.entry.orange:after { background: rgba(247, 167, 0, 1); }
.entry.green:after { background: rgba(153, 198, 109, 1); }
.entry.yellow:after { background: rgba(249, 233, 0, 1); }

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from { opacity: .3; height:0px; margin-top:0px; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; transform: translateY(-100%); }
}

@-webkit-keyframes moveToTopFade {
  to { opacity: .3; height:0px; margin-top:0px; opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTopFade {
  to { height:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
  to { height:0px; transform: translateY(-100%); }
}

@-webkit-keyframes moveToTopFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(-30%) scale(.95); }
}
@-moz-keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-30%); }
}
@keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-30%); }
}

@-webkit-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(30%) scale(.95); }
}
@-moz-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(30%); }
}
@keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(30%); }
}

@-webkit-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%) scale(.95); }
}
@-moz-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%); }
}
@keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%); }
}

@-webkit-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%) scale(.95); }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%); }
}
@keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%); }
}

@-webkit-keyframes fadeIn  {
  from { opacity: 0; }
}
@-moz-keyframes fadeIn  {
  from { opacity: 0; }
}
@keyframes fadeIn  {
  from { opacity: 0; }
}

@-webkit-keyframes fadeOut  {
  to { opacity: 0; }
}
@-moz-keyframes fadeOut  {
  to { opacity: 0; }
}
@keyframes fadeOut  {
  to { opacity: 0; }
}

@-webkit-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@-moz-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@media only screen and (max-width: 500px){ 
#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 420px;
  margin: 0 auto;
  height: 570px;
  overflow: hidden;
}

.header {
  height: 50px;
  width: 420px;
  background: rgb(254 93 12);
  text-align: center;
  position:relative;
  z-index: 100;
}
}
