.full-brending {
	color: #00064E;
	background-color: #fff;
	font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.table-body {
	background: none;
	padding: 0;
	margin-bottom: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header {
	min-height: 85px !important;
}

.main-logo {
	height: 85px;
	line-height: 85px;
	margin-bottom: 15px;
}

div.main-logo img {
	min-height: min-content;
	min-width: min-content;
}

.footer {
	background: none !important;
}

.under-footer, .above-header {
	background: #fff !important;
}

.back-to button {
	outline: 0 none;
	border: 0 none;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background: #1ec28d;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-webkit-linear-gradient(#3179fd,#3179fd);
	background-image: -moz-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-moz-linear-gradient(#3179fd,#3179fd);
	background-image: -o-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-o-linear-gradient(#3179fd,#3179fd);
	background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),linear-gradient(#3179fd,#3179fd);
}

.back-to button:hover {
	background: #1ec28d;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-webkit-linear-gradient(#1869fd,#1869fd);
	background-image: -moz-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-moz-linear-gradient(#1869fd,#1869fd);
	background-image: -o-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-o-linear-gradient(#1869fd,#1869fd);
	background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),linear-gradient(#1869fd,#1869fd);
}

.back-to button[disabled] {
	background: #b6ecde;
}

.ok-center {
	border: none;
	margin: 0;
}

.table-body-error,
.table-body-error .ok-center {
	background: none !important;
	border: none;
	box-shadow: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.warning {
	line-height: initial;
}

.form .go-back-confirm {
	background-color: #6c7f9d;
	font-weight: 600;
}

.mpcBtn {
    margin-left: 0 !important;
    height: 65px;
    width: 50%;
    min-width: 285px;
    max-width: 445px;
    border: none;
    text-transform: uppercase;
	color: white;
	font-weight: 600;
	background: #3179fd;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-webkit-linear-gradient(#3179fd,#3179fd);
	background-image: -moz-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-moz-linear-gradient(#3179fd,#3179fd);
	background-image: -o-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-o-linear-gradient(#3179fd,#3179fd);
	background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),linear-gradient(#3179fd,#3179fd);
}

.mpcBtn:focus,
.mpcBtn:hover {
	color: white;
	background: #1869fd;
	background-image: -webkit-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-webkit-linear-gradient(#1869fd,#1869fd);
	background-image: -moz-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-moz-linear-gradient(#1869fd,#1869fd);
	background-image: -o-linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),-o-linear-gradient(#1869fd,#1869fd);
	background-image: linear-gradient(rgba(255,255,255,.1),rgba(0,0,0,.05)),linear-gradient(#1869fd,#1869fd);
}

.table-body-bg {
	padding-top: 10px;
	padding-left: 75px;
}

.table-body-bg .description,
.table-body-bg .right-column--header {
	margin-left: 0;
}

.table-body-bg .description {
	border-bottom: 1px solid #163768;
}

.right-column--header {
	border-bottom: none;
}

.mpc-input-label {
	color: #7777b9;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

#mpcAlertBox {
	width: 92%;
	margin-bottom: 5px;
}

.mpc-input {
	width: 92%;
	border: 1px solid #e7e8e8;
}

.mpc-input input {
	color: #5378af;
	height: 38px;
	font-weight: 100;
	font-size: 20px;
	outline: none;
	border: none;
	text-align: center;
	width: 100%;
}

.mpc-input input:focus {
	outline: none !important;
}

.mpc-input input::-webkit-input-placeholder {color:grey;}
.mpc-input input::-moz-placeholder          {color:grey;}
.mpc-input input:-moz-placeholder           {color:grey;}
.mpc-input input:-ms-input-placeholder      {color:grey;}

.mpc-leftpad {
	padding-left: 50px;
}

#mpcFormHolder .row {
	margin-bottom: 15px;
}

#mpcFormHolder a {
	text-decoration: underline;
}

.pay-options {
	padding: 0 15px;
}