
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body {
	background-color: #e4f1ff;
}

.container-fluid .topnavigationbar {
	padding-right:0px !important;
	padding-left:0px !important;
}

.button-white {
    color: #000000;
    border-color: #93abc1;
    background-color: #fff;
}

.button-white:hover {
    background-color: #2d96ff;
    color: #fff !important;
    border-color: #fff;
}

.bg-dark-purple {
	background-color:#0080ff;
}

.fix-size {
	font-size:41px;
	margin-right:10px;
}

.facebook-link {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color:white;
}

.facebook-link:hover {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #38A1F3 !important;
	border-color:#fff;
}

.jumbotron-primary {
    /* background-color: #786398; */
    /* background-image: linear-gradient(165deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 65%, rgba(38, 38, 38, 0.1) 65.1%, rgba(38, 38, 38, 0.1)); */
    /* color: #ffffff; */
    background-image: url(https://memoriesmatterevent.ca/images/banner1.png);
}

.jumbotron {
	font-family: 'Raleway', sans-serif;
}

.pagecontent {
	color: #115396;
	font-family: 'Raleway', sans-serif;
}

.bottompadding {
	padding-bottom:20px;
}

.btn-purple-submit {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #0080ff;
    border-color: #1670ca;
    color: #fff;
    font-family: arial;
}

.btn-purple-submit:hover {
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #0a58a5;
    color: #fff;
}

.btn-white-submit {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #f1f1f1;
    border-color: #ececec;
    color: #b9b9b9 !important;
    font-family: arial;
}

.btn-white-submit:hover {
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #e2e1e1;
	border-color: #ececec;
    color: #b9b9b9 !important;
    font-family: arial;
}

	/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.footer-style {
    background-color: #0080ff;
    color: #fff;
    margin-top: 25px;
}

.additionalpadding {
	padding:20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e7e7e7 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e7e7e7 !important;
   opacity:  1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e7e7e7 !important;
   opacity:  1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #e7e7e7 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #e7e7e7 !important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #e7e7e7 !important;
}

.ap-dropdown-menu {
	color:black;
}

.alert-seizetheweekend {
	border-radius:0px;
	padding:0px 0px;
}

.customselectfont {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0080ff;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.nav-fill .nav-item {
	color: #212529;
}

:required  {  
	background: url(../images/required-field.png) no-repeat;
	background-position:right top;
	background-color:white;
}

.bg-purple {
	background-color: #0080ff!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	color:black;
}

.simple-login-container{
    width:400px;
    max-width:100%;
    margin:0px auto;
}

.table-responsive>.table-bordered {
	border-color:none;
	border-width:0px;
}

.fix_table {
	border-spacing: 0px; border-collapse: separate;	
}

thead>tr>th {
	background-color:#0080ff;;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 14px;
    text-align: center;
}

thead>tr>th:not(:last-child) {
	border-right-width: 1px;
    border-right-color: #5e596e;
    border-right-style: solid;
}

tbody>tr {
	background-color:#fff;
}

tbody>tr>td {
	color:black;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align: center;
}

tbody>tr>td:not(:last-child) {
	border-right-width: 1px;
    border-right-color: #f3f3f3;
    border-right-style: solid;	
}

.btn-link {
	color: #f3f3f3;
    border-color: #a9d3ff;
}

.btn-link:hover {
    color: white;
    text-decoration: none;
    border-color: white;
    background-color: #2d96fe;
}

.card-counter{
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

  .card-counter.primary{
	background-color: #0080ff;
    color: #fff;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 27px;
    display: block;
	font-family: 'Open Sans', sans-serif;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }
  
  /*--thank you pop starts here--*/
.paidModal{
	width:100%;
 	padding:20px;
	text-align:center;
}
.paidModal img{

	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.paidModal h1{
	font-size: 42px;
	color:#5C5C5C;
}
.paidModal p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.paidModal h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.paidModal h3.cupon-pop span{
	color:#03A9F4;
}
.paidModal a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    /*background-color: #8BC34A;*/
    border-radius: 17px;
}
.paidModal a i{
	margin-right:5px;
	color:#fff;
}
#paidStatusModal .modal-header{
    border:0px;
}
/*--thank you pop ends here--*/

.bg-stw {
	background-color: #dfedfc!important;
    padding: 10px;
    padding-bottom: 15px;
    margin-bottom: 8px;
}

a {
	color: #000000;
}

a:hover {
	color:#4c4b4b;
}

.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
@media (min-width: 768px){
.breaking-caret:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 15px solid #0080ff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -15px;
    top: 0;
}
}

.carousel-color-stw {
    background-color: #ffffff !important;
}

.blink_me_alert {
  animation: blinker 1s linear infinite;
  color:red;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.jumbotron > .container {
	/*max-height: 170px;*/
}

.table td, .table th {
	vertical-align: middle !important;
}

div.dataTables_wrapper div.dataTables_info {
	font-family: Arial;
}

.progress {
	background-color: #36304a;
	font-family: Arial !important;
	height: 30px;
}

.bg-progress-percentage {
	background-color: #0080ff!important;
}


.main-section{
	width:80%;
	margin:0 auto;
	text-align: center;
	padding: 0px 5px;
}
.dashbord {
    width: 32%;
    display: inline-block;
    background-color: #0080ff;
    color: #fff;
    margin-top: 50px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dashboard-purp .detail-section:hover {
	background-color: #0080ff !important;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}
.icon-section i {
    font-size: 40px;
    padding: 10px;
    /* border: 1px solid #fff; */
    border-radius: 10%;
    margin-top: -25px;
    margin-bottom: 10px;
    background-color: #2461a0;
}
.icon-section p{
	margin:0px;
	font-size: 20px;
	padding-bottom: 10px;
}
.detail-section{
	background-color: #2F4254;
	padding-bottom:5px;
	padding-top:2px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.detail-section a{
	color:#fff;
	text-decoration: none;
}
.dashbord-green .icon-section,.dashbord-green .icon-section i{
	background-color: #16A085;
}
.dashbord-green .detail-section{
	background-color: #149077;
}
.dashbord-orange .icon-section,.dashbord-orange .icon-section i{
	background-color: #F39C12;
}
.dashbord-orange .detail-section{
	background-color: #DA8C10;
}
.dashbord-blue .icon-section,.dashbord-blue .icon-section i{
	background-color: #2980B9;
}
.dashbord-blue .detail-section{
	background-color:#2573A6;
}
.dashbord-red .icon-section,.dashbord-red .icon-section i{
	background-color:#E74C3C;
}
.dashbord-red .detail-section{
	background-color:#CF4436;
}
.dashbord-skyblue .icon-section,.dashbord-skyblue .icon-section i{
	background-color:#8E44AD;
}
.dashbord-skyblue .detail-section{
	background-color:#803D9B;
}

.dashboard-purp .detail-section {
	background-color: #2461a0 !important;
}

.ap-input-icon.ap-icon-pin {
	display:none !important;
}

.ap-input-icon {
	display: none !important;
}

.table-color {
	color:white;
}

.specialInputForm {
	height:1px;
	width:1px;
	margin:0px;
	padding:0px;
	display: none;
}

#websiteInformation {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('../images/bg.png');
  background-size: cover;
  background-position: center center;
}