

.theme-text{color: #000866 ;}
.theme-bg{background-color: #000866 ;}
.subtheme-text{color:#}
.subtheme-bg{background-color:#
}
.clear {clear:both;}
.clear:before, .clear:after {display:table;line-height:0;content:'';}
.clear:after {clear:both;}

html.public{
	height: 100%
}

body.public{
	display: table-cell;
	background-image: url('bg-login.jpg') ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
body.public footer.public-footer{
	background-color:rgba(255,255,255,0) !important;
}
body.public .card-panel{
	background-color:rgba(255,255,255,0.6);
}

a{
	color: #6d6d6d ;
}
.btn {
	background:#35114a !important;
	/*text-shadow: 1px 1px 1px #444444;*/
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color:rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating i {
    color: #fff;
		line-height: 48px;
	}

.btn-floating:hover {
  background-color: rgba(255, 255, 255, 0);
}
.btn:focus, .btn-large:focus, .btn-floating:focus {
    background-color: rgba(255, 255, 255, 0);
}
.btn-small{
	border-radius: 2px;
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0 0.5rem;
margin-top: 5px;
font-size: 8pt;
background-color:#969696;
}
.error{
	font-style: italic;
	color: #a21f1f;
}
.success{
	color: green;
}
.public-error{
	color: red;
	font-size: 12px;
}
.close{
	background-color: transparent;
	border: none;
}

.public-btn{
	background-color:green;!important;
}

.row {
    margin:0;
}

.text-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}
/*Register**/
.register-free{
	width: 50%
}
@media only screen and (max-width: 991px) {
.register-free{
	width: 95%
}
}
/*NAV EDIT**/
nav{
	height: 64px;
}
nav .nav-wrapper {
	position: relative;
	height: 100%;

}

nav ul.nav-logo{
	text-align: left;
	width:100%;
}
nav .nav-wrapper img{
	text-align: left;
	height: 100%;
	margin-left: 260px;
}
@media only screen and (max-width: 991px) {
	nav .nav-wrapper img{
		text-align: center;
		height: 100%;
	}
	nav ul.nav-logo{
		text-align: center;
		width: 100%;
	}
	nav ul.nav-logo li{
		text-align: center;
		width:100% ;
	}
	/* nav .nav-wrapper img{ */
		/* margin-left: 0px; */
	/* } */
}
ul.side-nav.leftside-navigation li:not(.no-padding).user-details {
  background: url("../images/user-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 15px;
  padding: 15px 0 0 0;
}
nav, /*footer */{
    background: #fff !important;
}
img{
  max-width: 100%;
  height: unset;
}
.sidenav {
    top: 6.125em;
	}
@media only screen and (min-width: 993px){
	.sidenav{
		height: 100%;
	}
  .wallet-history #breadcrumbs-wrapper {
    margin-top: 0;
  }
}
.sidenav-dark .brand-sidebar {
    background: #01002d;
    -webkit-box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 -4px 7px 1px rgba(0, 0, 0, .2);
}
.sidenav-dark {
        background: #fff; /* #1f192b */ /*#544463*/;
	}
	@media only screen and (max-width: 992px){
	.sidenav-dark.sidenav-main .sidenav {
	        background: #fff;/*#01002d;*/ /* #1f192b */ /*#544463*/;
		}
  .wallet-history #breadcrumbs-wrapper {
    margin-top: 6em;
  }
	}

.plans-container .card .card-image .card-title {
  position: relative;
  font-size: 1.28rem;
  line-height: 1.6em;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  background:#9e9e9e;
}

.dropdown-content li > a, .dropdown-content li > span{
	color:#9e9e9e;
}
.pagination li.active{
	background:#9e9e9e;
}
/*TABLE*/
table.striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}
table.striped > tbody > tr:nth-child(even) {
  background-color: #f0f0f0;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
thead tr th{
  background-color: #343a40;
  color: #ffffff;
  text-align: left;
  border-radius: 0px;
}
.fix-wrapper {
    position: relative;
}
.fix-scroller-50 {
    margin-left: 50px;
    overflow-x: auto;
}
.fix-scroller-100 {
    margin-left: 100px;
    overflow-x: auto;
}
.fix-scroller-150 {
    margin-left: 150px;
    overflow-x: auto;
}
.fix-scroller-200 {
    margin-left: 200px;
    overflow-x: auto;
}
.fix-table {
	white-space: nowrap;
	font-size: 12px;
}
.fix-col-50 {
    left: 0;
    position: absolute;
    top: auto;
    width: 50px;
	border-right: 1px outset #fefefe;
}
.fix-col-100 {
    left: 0;
    position: absolute;
    top: auto;
    width: 100px;
	border-right: 1px outset #fefefe;
}
.fix-col-150 {
    left: 0;
    position: absolute;
    top: auto;
    width: 150px;
	border-right: 1px outset #fefefe;
}
.fix-col-200 {
    left: 0;
    position: absolute;
    top: auto;
    width: 200px;
	border-right: 1px outset #fefefe;
}
tbody .fix-col-50,tbody .fix-col-100,tbody .fix-col-150,tbody .fix-col-200{
	background-color:inherit;
}
@media screen and (max-width: 992px) {
	table.table-primary {
		position: relative;
		border: 0;
	}
	table.table-primary thead {
		display: none;
	}
	table.table-primary tr {
		margin: 5px;
		display: block;
		box-shadow: 1px 1px 5px #aaa;
	}
	table.table-primary td {
		display: block;
		background-color: #fff;
		font-size: 10px;
		border: 1px solid #e0e0e0;
		padding-left: 50%;
	}
	table.table-primary td:last-child {
		border-bottom: 0;
	}
	table.table-primary td:before {
		content: attr(data-label);
		position: absolute;
		left: 5%;
		width: 45%;
		padding-right: 10px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.fix-table {
		white-space: nowrap;
		font-size: 10px;
	}
}
/*END TABLE*/

/*FORM*/
input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label{
	color: #000866;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
	border-bottom: 1px solid #000866;
	box-shadow: 0 1px 0 0 #000866;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown {
  border-bottom: 1px solid #ff3b00;
  box-shadow: 0 1px 0 0 #ff3b00;
}
[type="checkbox"]:checked + label:before {

    border-right: 2px solid #ff3b00;
    border-bottom: 2px solid #ff3b00;

}
.input-field .prefix:focus{
  color: #ff3b00;
}
.input-field .prefix.active{
	color: #000866;
}
/* Unchecked styles */
[type="radio"].checkbox-design:not(:checked) + label:before,
[type="radio"].checkbox-design:not(:checked) + label:after,
[type="radio"].checkbox-design:checked + label:before,
[type="radio"].checkbox-design:checked + label:after,
[type="radio"].checkbox-design.with-gap:checked + label:before,
[type="radio"].checkbox-design.with-gap:checked + label:after {
  border-radius: 0%;
}
/* Remove default checkbox */
[type="radio"].checkbox-design:not(:checked),
[type="radio"].checkbox-design:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="radio"] {
  /* checkbox aspect */
}

[type="radio"].checkbox-design + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}

[type="radio"].checkbox-design + label:before,
[type="radio"].checkbox-design:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="radio"].checkbox-design:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}

[type="radio"].checkbox-design:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="radio"].checkbox-design.tabbed:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="radio"].checkbox-design:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #00bcd4;
  border-bottom: 2px solid #00bcd4;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="radio"].checkbox-design:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
	height: 1em;
	width: 1em;
}

/* Indeterminate checkbox */
[type="radio"].checkbox-design:indeterminate + label:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #00bcd4;
  border-bottom: none;

  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

[type="radio"].checkbox-design:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="radio"].checkbox-design.filled-in + label:after {
  border-radius: 2px;
}

[type="radio"].checkbox-design.filled-in + label:before,
[type="radio"].checkbox-design.filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="radio"].checkbox-design.filled-in:not(:checked) + label:before {
	height: 20px;
	width: 20px;
  border: 2px solid #5a5a5a;
  left: 6px;
  top: 10px;
  /*transform: rotateZ(37deg); */
  transform-origin: 100% 100%;
}

[type="radio"].checkbox-design.filled-in:not(:checked) + label:after {
	height: 20px;
	width: 20px;
  border: 2px solid #5a5a5a;
  left: 6px;
  top: 10px;
  /*transform: rotateZ(37deg); */
  transform-origin: 100% 100%;
}

[type="radio"].checkbox-design.filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

[type="radio"].checkbox-design.filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #00bcd4;
  background-color: #00bcd4;
  z-index: 0;
}

[type="radio"].checkbox-design.filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="radio"].checkbox-design.filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #00bcd4;
  border-color: #00bcd4;
}

[type="radio"].checkbox-design.filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="radio"].checkbox-design.filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494;
}

[type="radio"].checkbox-design.filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="radio"].checkbox-design.filled-in:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494;
}

[type="radio"].checkbox-design:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;

}


/*END FORM*/


/************************CARD*************************/
.card {
    overflow: hidden;
    margin: .5rem 0 1rem;
}

.card-tabs-header{
        padding: 8px;
        max-width: 98%;
        margin: -21px auto;
        border-radius: 15px;
}

.card-depth{
        box-shadow: 1px 4px 9px #222222bf;
}

.card-tabs-content{
      background-color: #fff;
        padding-top: 50px;
        min-height: 185px;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #222;
        border-radius: 7px;
}

.wallet-card-title{
	margin:0 !important;
}
@media screen and (max-width: 991px){
	.wallet-card-title{
		margin:5px !important;
	}
}
/************************END CARD*************************/



/************************Product Redemption*************************/



.product-card-content  {
    padding: 1em  !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card-image{
  position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.product-card-img{
  position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

img.product-card-img{
  height: 100%;
  width: 100%;
}

.product-title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.product-confirm-form tr td:first-child{
  text-align: left;
  font-weight: bold;
  width: 50%;
}

table.product-confirm-form tr td:last-child{
  text-align: left;
  font-weight: normal;
  width: 50%;
}
@media screen and (max-width: 991px){
  table.product-confirm-form tr td:first-child{
    width: 100%;
  }

  table.product-confirm-form tr td:last-child{
    width: 100%;
  }
}



		#breadcrumbs-wrapper .breadcrumbs a{
			color: #000866;
		}

		/*ANNOUNCEMENT*/
				.announcement-title{
					font-size: 12pt;
					font-weight: bold;
				}

footer {
	background: #141419 !important;
}
footer.page-footer{
	margin:1em 0 0;
}

/*----------------------------------------
    Margin - Padding
------------------------------------------*/
.m-t-0p{
  margin-top: 0px;
}
.m-t-10p{
  margin-top: 10px;
}
.m-t-20p{
  margin-top: 20px;
}
.m-t-30p{
  margin-top: 30px;
}
.m-b-0p{
  margin-bottom: 0px;
}
.m-b-10p{
  margin-bottom: 10px
}
.m-b-20p{
  margin-bottom: 20px;
}
.m-b-30p{
  margin-bottom: 30px;
}