/* Backoffice Custom Styles */

body {
	background: #ffffff;
	position: relative;
}

body, #wrapper {
	min-width: 960px;
}

.my-align-right {
	display: inline-block;
	float: right;
}

/* Navbar */
#wrapper .navbar-static-top {
	position: fixed;
	width: 250px;
	height: 100%;
	border-right: 1px solid #e7e7e7;
	overflow-y: scroll;
	overflow-x: hidden;
}
.sidebar {
	z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 50px;
}
.navbar-toggle {
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.sidebar {
		margin-top: 0;
	}
	.navbar-collapse {
		width: auto;
    	border-top: 0;
    	box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block!important;
    	height: auto!important;
    	padding-bottom: 0;
    	overflow: visible!important;
	}
}
.navbar-default {
	border-right: 1px solid #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #34404f;
	font-size: 22px;
	font-weight: 300;
	width: 250px;
	padding-left: 22px;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-brand:before {
	content: '';
	width: 67px;
	height: 49px;
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.navbar-default .navbar-brand:after {
	content: '';
	width: 47px;
	height: 30px;
	background: url('https://images.gyft.com/gyft-logo-blue.png') no-repeat left top;
	background-size: 47px 30px;
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:visited {
	color: #34404f;
	background: #eee;
}
.navbar-default .navbar-brand:hover:before {
	background: #eee;
}
.nav > li > a {
	font-size: 15px;
	line-height: 20px;
}
.nav > li > a .glyphicon {
	margin-right: 5px;
	vertical-align: middle;
	top: -1px;
}
.app-navigator .my-container {
	text-transform: uppercase;
	font-size: 14px;
	top: 10px !important;
	right: 15px !important;
}
.app-navigator .my-container a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #f8f8f8;
	cursor: pointer;
}
.app-navigator .my-container a:hover {
	text-decoration: none;
	border-color: #ccc;
	background: #eee;
}
.my-profile {
	padding: 20px 15px;
	font-size: 15px;
}

/* Header */
#page-wrapper {
	border-left: none;
	margin-left: 250px !important;
	padding: 0 15px 0 30px !important;
}
#page-wrapper .page-header {
	margin-top: 30px;
	font-size: 26px;
	font-weight: 300;
}
#page-wrapper .page-header ma-view-actions {
	margin-right: 110px;
	position: relative;
	top: -23px;
}
#page-wrapper .page-header .btn {
	border: 1px solid #e7e7e7;
	display: inline-block;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #f8f8f8;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	color: #337ab7;
}
#page-wrapper .page-header .btn.dropdown-toggle {
	right: 234px;
	top: -38px;
}
#page-wrapper .page-header .dropdown-menu {
	position: absolute;
	left: auto;
	right: 226px;
}
#page-wrapper .page-header .btn:hover {
	text-decoration: none;
	border-color: #ccc;
	background: #eee;
	color: #23527c;
}
.page-header {
	position: relative;
}
.page-header h1 {
	color: #34404f;
}


/* Dashboard */
.panel-heading {
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 15px;
	font-weight: bold;
}
.dashboard-content .panel table {
	font-size: 14px;
}
.dashboard-content .col-lg-6 {
	width: 100% !important;
}


/* Tables */
.list-view {
	margin-bottom: 34px;
	overflow: hidden;
	padding-left: 15px;
	margin-right: 0 !important;
}
.list-header {
	margin-right: 0;
}
.list-header .col-lg-12 {
	padding-right: 0;
}
.list-view .col-lg-12 {
	width: 100%;
	overflow: auto;
	display: block;
	padding-left: 0;
	padding-right: 0;
}
.col-lg-12 .pagination-bar {
	font-size: 14px;
	color: #aaa;
	position: fixed;
	margin: 0;
	padding: 15px;
	bottom: 0;
	left: 250px;
	right: 15px;
	background: #ffffff;
	border-top: 1px solid #e7e7e7;
}
.grid.table {
	margin-right: 50px;
	border: 1px solid #ddd;
}
.table-condensed thead {
	font-size: 15px;
}
.table-condensed tbody {
	font-size: 14px;
}
.table-condensed > tbody > tr > td {
	border-right: 1px solid #ddd;
}
.table > thead > tr > th {
	border-right: 1px solid #ddd;
}
.ng-admin-column-apiKeys .ng-admin-type-string span  {
	font-size: 14px;
}
.my-template-value {
	position: relative; top: 7px;
}

#show-view .control-label {
	width: 33%;
	padding-top: 5px !important;
	padding-bottom: 5px;
}
#show-view .show-value {
	padding-top: 5px;
	padding-bottom: 5px;
}
#show-view>div:nth-child(odd) {
	background-color: #f6f6f6;
}
#show-view>div {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 15px;
}
#show-view>div:after {
    content: '';
    display: table;
    clear: both;
}
#show-view .form-group {
	margin-bottom: 0;
}

/* make loading spinner available */
.my-spinner{
	float: right;
	position:absolute;
	z-index:1031;
	top:70px;
	right:20px;
}
.my-spinner-icon{
	width:18px;
	height:18px;
	box-sizing:border-box;
	border:2px solid transparent;
	border-top-color:#29d;
	border-left-color:#29d;
	border-radius:50%;
	-webkit-animation:nprogress-spinner .4s linear infinite;
	animation:nprogress-spinner .4s linear infinite;
}


/* ----------------------- */
/* -- HTML Reset Styles -- */
/* ----------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------ */
/* -- App Default Styles -- */
/* ------------------------ */

input:focus, textarea:focus, select:focus, button:focus, span:focus, img:focus, div:focus {
    outline: none;
}

input[type="text"],
input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}

body {
    font-family: sans-serif;
}


/* ---------------------------------------------------- */
/* -- Merchant Card Template Thumbnail Layout Styles -- */
/* ---------------------------------------------------- */

.app-merchant-card-template-thumbnail {
    display: inline-block;
    height: 130px;
    padding: 15px;
    margin-left: 20px;
}

.app-merchant-card-template-thumbnail .my-image {
    height: 100px;
}

/* --------------------------------------------------- */
/* -- Merchant Card Template Thumbnail Theme Styles -- */
/* --------------------------------------------------- */

.app-merchant-card-template-thumbnail {
    border: dashed 1px #808080;
    border-radius: 5px;
}

/* ----------------------------- */
/* -- Navigator Layout Styles -- */
/* ----------------------------- */

.app-navigator {
    position: relative;
    z-index: 10000;
}

.app-navigator .my-container {
    position: absolute;
    top: 18px;
    right: 74px;
}

@media (min-width: 768px) {
    .app-navigator .my-container {
        right: 35px;
    }
}

/* ------------------------------------- */
/* -- Order Detail Tabs Layout Styles -- */
/* ------------------------------------- */

.app-order-detail-tabs {
    position: relative;
    display: block;
}

.app-order-detail-tabs .my-resend-modal {
    padding: 15px;
    position: absolute;
    top: -250px;
    right: 30px;
    width: 300px;
    z-index: 10000;
}

.app-order-detail-tabs .my-resend-modal .my-title {
    display: block;
    padding-bottom: 10px;
}

.app-order-detail-tabs .my-resend-modal label {
    padding: 5px 0px;
}

.app-order-detail-tabs .my-resend-modal .my-submit-group {
	display: block;
	text-align: center;
}

.app-order-detail-tabs .my-resend-modal button {
    margin-top: 10px;
}

/* ------------------------------------ */
/* -- Order Detail Tabs State Styles -- */
/* ------------------------------------ */

.app-order-detail-tabs .my-selected {
    background-color: #676767;
    color: #fff;
}

/* ------------------------------------ */
/* -- Order Detail Tabs Theme Styles -- */
/* ------------------------------------ */

.app-order-detail-tabs .btn {
    outline: 0;
}

.app-order-detail-tabs .my-resend-modal {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1em #000;
}

/* ----------------------------------------- */
/* -- Order Detail Tabs Typography Styles -- */
/* ----------------------------------------- */

.app-order-detail-tabs .my-resend-modal .my-title {
    font-size: 20px;
}

/* --------------------------------- */
/* -- Reinvite User Layout Styles -- */
/* --------------------------------- */

.app-reinvite-user .my-main {
    position: relative;
}

.app-reinvite-user .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

/* -------------------------------- */
/* -- Reinvite User State Styles -- */
/* -------------------------------- */

.app-reinvite-user .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

/* -------------------------------- */
/* -- Reinvite User Theme Styles -- */
/* -------------------------------- */


/* ------------------------------------- */
/* -- Reinvite User Typography Styles -- */
/* ------------------------------------- */

/* --------------------------------- */
/* -- Add Inventory Layout Styles -- */
/* --------------------------------- */

.app-add-inventory .my-main {
    position: relative;
}

.app-add-inventory .my-shopcard-info {
    padding-bottom: 10px;
}

.app-add-inventory .my-shopcard-info .my-detail {
    padding-top: 5px;
}

.app-add-inventory .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

.app-add-inventory .my-form-group, .my-form-submit {
    display: block;
}

.app-add-inventory .my-form-group input[type="text"] {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-add-inventory .my-form-group textarea {
    margin-top: 10px;
    height: 100px;
    padding: 5px;
    width: 300px;
}

.app-add-inventory .my-form-group select {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-add-inventory .my-form-submit button {
    margin-top: 20px;
}

.app-add-inventory .my-message {
    display: block;
    margin-top: 5px;
}

.app-add-inventory .my-error {
    display: block;
    margin-top: 5px;
}

/* -------------------------------- */
/* -- Add Inventory State Styles -- */
/* -------------------------------- */

.app-add-inventory .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

/* -------------------------------- */
/* -- Add Inventory Theme Styles -- */
/* -------------------------------- */

.app-add-inventory .my-form-group input[type="text"] {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-add-inventory .my-form-group textarea {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-add-inventory .my-form-group select {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

/* ------------------------------------- */
/* -- Add Inventory Typography Styles -- */
/* ------------------------------------- */


.app-add-inventory .my-shopcard-info .my-content {
    font-weight: bold;
}

.app-add-inventory .my-message {
    font-size: 15px;
    color: #5cab56;
}

.app-add-inventory .my-error {
    font-size: 15px;
    color: #dd4b4c;
}
/* ---------------------------------- */
/* -- Check Supplier Layout Styles -- */
/* ---------------------------------- */

.app-check-supplier .my-main {
    position: relative;
}

.app-check-supplier .my-shopcard-info {
    padding-bottom: 20px;
}

.app-check-supplier .my-shopcard-info .my-detail {
    padding-top: 5px;
}

.app-check-supplier .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

.app-check-supplier .my-label {
    padding: 20px 20px 0 20px;
}

.app-check-supplier .my-message {
    padding: 15px 20px 0 20px;
}

.app-check-supplier .my-response {
    display: inline-block;
    min-height: 100px;
    min-width: 400px;
    margin-bottom: 20px;
}

/* --------------------------------- */
/* -- Check Supplier State Styles -- */
/* --------------------------------- */

.app-check-supplier .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

.app-check-supplier .my-hidden {
    visibility: hidden;
}

/* --------------------------------- */
/* -- Check Supplier Theme Styles -- */
/* --------------------------------- */

.app-check-supplier .my-response {
    border-radius: 5px;
    background-color: #f8f8f8;
}

/* -------------------------------------- */
/* -- Check Supplier Typography Styles -- */
/* -------------------------------------- */


.app-check-supplier .my-shopcard-info .my-content {
    font-weight: bold;
}

.app-check-supplier .my-label {
    font-weight: bold;
}

.app-check-supplier .my-message {
    font-size: 16px;
    color: #5cab56;
}

/* -------------------------------------------- */
/* -- Create Shopcard Template Layout Styles -- */
/* -------------------------------------------- */

.app-create-shopcard-template .my-back-container {
    position: absolute;
    right: 15px;
    top: 5px;
}

.app-create-shopcard-template .my-search-container {
    padding-bottom: 10px;
    width: 29.16666%;
}

.app-create-shopcard-template .my-search-container input {
}

.app-create-shopcard-template .my-loading-message {
    text-align: center;
}

/* ------------------------------------------------ */
/* -- Create Shopcard Template Typography Styles -- */
/* ------------------------------------------------ */


/* ----------------------------------- */
/* -- Forgot Password Layout Styles -- */
/* ----------------------------------- */

.app-forgot-password h1 {
    padding-top: 19%;
    text-align: center;
}

.app-forgot-password .my-message {
    padding-top: 40px;
    padding-bottom: 20px;
}

.app-forgot-password .my-user-image {
    position: absolute;
    top: -18.6%;
    left: 35%;
    width: 32%;
}

.app-forgot-password .my-form {
    position: relative;
    text-align: center;
    width: 26%;
    margin: 9% auto 4% auto;
}

.app-forgot-password .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

.app-forgot-password .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-forgot-password .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-forgot-password input[type="text"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    margin-bottom: 6%;
}

.app-forgot-password button[type="submit"] {
    width: 92%;
    padding: 3%;
    margin-bottom: 8%;
}

.app-forgot-password .my-error {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
}

.app-forgot-password .my-login {
    position: relative;
    bottom: 5px;
    display: block;
}

/* ---------------------------------- */
/* -- Forgot Password Theme Styles -- */
/* ---------------------------------- */

.app-forgot-password input[type="text"] {
    background: #d3d3d3;
    border-radius: 5px;
    border: 1px solid #ded6d6;
}

.app-forgot-password button[type="submit"] {
}

.app-forgot-password .my-form {
    background: #eee;
}

.app-forgot-password .my-user-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
    max-width: 100%;
}

.app-forgot-password .my-error {
    color: #dd4b4c;
}

/* --------------------------------------- */
/* -- Forgot Password Typography Styles -- */
/* --------------------------------------- */

.app-forgot-password h1 {
    font-size: 25px;
    color: #676767;
    font-weight: 400;
}

.app-forgot-password input[type="text"] {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
}

.app-forgot-password .my-login {
    font-size: 14px;
}

.app-forgot-password .my-login a {
    text-decoration: none;
}

/* ------------------------------------- */
/* -- Inventory History Layout Styles -- */
/* ------------------------------------- */

.app-inventory-history .my-main {
    position: relative;
}

.app-inventory-history .my-shopcard-info {
    padding-bottom: 10px;
}

.app-inventory-history .my-shopcard-info .my-detail {
    padding-top: 5px;
}

.app-inventory-history .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

.app-inventory-history .my-table-history {
    margin-top: 20px;
}

.app-inventory-history .my-table-history td {
    padding: 5px 40px 5px 0;
}

/* ------------------------------------ */
/* -- Inventory History State Styles -- */
/* ------------------------------------ */

.app-inventory-history .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

/* ------------------------------------ */
/* -- Inventory History Theme Styles -- */
/* ------------------------------------ */


/* ----------------------------------------- */
/* -- Inventory History Typography Styles -- */
/* ----------------------------------------- */

.app-inventory-history .my-shopcard-info .my-content {
    font-weight: bold;
}

.app-inventory-history .my-table-header td {
    font-weight: bold;
}

.app-inventory-history .my-error {
    font-size: 15px;
    color: #dd4b4c;
}
/* ------------------------------- */
/* -- Invite User Layout Styles -- */
/* ------------------------------- */

.app-invite-user .my-main {
    position: relative;
}

.app-invite-user .my-reseller-info {
    padding-bottom: 10px;
}

.app-invite-user .my-reseller-info .my-detail {
    padding-top: 5px;
}

.app-invite-user .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

.app-invite-user .my-form-group, .my-form-submit {
    display: block;
}

.app-invite-user .my-form-group input[type="text"] {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-invite-user .my-form-group textarea {
    margin-top: 10px;
    height: 100px;
    padding: 5px;
    width: 300px;
}

.app-invite-user .my-form-group select {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-invite-user .my-form-submit button {
    margin-top: 20px;
}

.app-invite-user .my-message {
    display: block;
    margin-top: 5px;
}

.app-invite-user .my-error {
    display: block;
    margin-top: 5px;
}

.app-invite-user .my-checkbox-group {
    padding: 30px 0 10px 0;
}

.app-invite-user .my-checkbox-group .my-title {
    padding-bottom: 5px;
}

.app-invite-user .my-checkbox {
    display: block;
    padding-top: 5px;
}

.app-invite-user .my-role-name {
    display: inline-block;
    width: 275px;
}

.app-invite-user .my-checkbox input {
    margin-left: 5px;
}

/* ------------------------------ */
/* -- Invite User State Styles -- */
/* ------------------------------ */

.app-invite-user .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

/* ------------------------------ */
/* -- Invite User Theme Styles -- */
/* ------------------------------ */

.app-invite-user .my-form-group input[type="text"] {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-invite-user .my-form-group textarea {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-invite-user .my-form-group select {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

/* ----------------------------------- */
/* -- Invite User Typography Styles -- */
/* ----------------------------------- */


.app-invite-user .my-reseller-info .my-content {
    font-weight: bold;
}

.app-invite-user .my-message {
    font-size: 15px;
    color: #5cab56;
}

.app-invite-user .my-error {
    font-size: 15px;
    color: #dd4b4c;
}

.app-invite-user .my-checkbox-group .my-title {
    font-weight: bold;
}


/* ------------------------- */
/* -- Login Layout Styles -- */
/* ------------------------- */

.app-login h1 {
    padding-top: 19%;
    text-align: center;
}

.app-login .my-user-image {
    position: absolute;
    top: -15%;
    left: 35%;
    width: 32%;
}

.app-login .my-form {
    position: relative;
    text-align: center;
    width: 26%;
    margin: 9% auto 1% auto;
}

.app-login .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

.app-login .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-login .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-login input[type="text"],
.app-login input[type="password"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    margin-bottom: 6%;
}

.app-login button[type="submit"] {
    width: 92%;
    padding: 3%;
    margin-bottom: 8%;
}

.app-login .my-error {
    text-align: center;
}

.app-login .my-forgot {
    position: relative;
    bottom: 5px;
    display: block;
}

.app-login .my-signup {
    display: block;
    padding-top: 5px;
}

/* ------------------------ */
/* -- Login Theme Styles -- */
/* ------------------------ */

.app-login input[type="text"],
.app-login input[type="password"] {
    background: #d3d3d3;
    border-radius: 5px;
    border: 1px solid #ded6d6;
}

.app-login button[type="submit"] {
}

.app-login .my-form {
    background: #eee;
}

.app-login .my-user-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
    max-width: 100%;
}

.app-login .my-error {
    color: #dd4b4c;
}

/* ----------------------------- */
/* -- Login Typography Styles -- */
/* ----------------------------- */

.app-login h1 {
    font-size: 25px;
    color: #676767;
    font-weight: 400;
}

.app-login input[type="text"],
.app-login input[type="password"] {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
}

.app-login .my-forgot,
.app-login .my-signup {
    font-size: 14px;
}

.app-login .my-forgot a,
.app-login .my-signup a {
    text-decoration: none;
}

.app-login .my-signup .my-copy {
    color: #808080;
}
/* ----------------------- */
/* -- MFA Layout Styles -- */
/* ----------------------- */

.app-mfa .my-main {
    position: relative;
}

.app-mfa .my-instructions {
    padding-top: 30px;
    padding-bottom: 5px;
}

.app-mfa .my-qr-img {
    max-width: 300px;
}

.app-mfa .my-form-group, .my-form-submit {
    display: block;
}

.app-mfa .my-form-group input[type="text"] {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-mfa .my-form-submit button {
    margin-top: 20px;
}

.app-mfa .my-message {
    display: block;
    margin-top: 5px;
}

.app-mfa .my-error {
    display: block;
    margin-top: 5px;
}

/* ---------------------- */
/* -- MFA State Styles -- */
/* ---------------------- */

/* ---------------------- */
/* -- MFA Theme Styles -- */
/* ---------------------- */

.app-mfa .my-form-group input[type="text"] {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

/* --------------------------- */
/* -- MFA Typography Styles -- */
/* --------------------------- */

.app-mfa .my-message {
    font-size: 15px;
    color: #5cab56;
}

.app-mfa .my-error {
    font-size: 15px;
    color: #dd4b4c;
}


/* ---------------------------------- */
/* -- Reset Password Layout Styles -- */
/* ---------------------------------- */

.app-reset-password h1 {
    padding-top: 19%;
    text-align: center;
}

.app-reset-password .my-user-image {
    position: absolute;
    top: -18.6%;
    left: 35%;
    width: 32%;
}

.app-reset-password .my-form {
    position: relative;
    text-align: center;
    width: 26%;
    margin: 9% auto 1% auto;
}

.app-reset-password .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

.app-reset-password .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-reset-password .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-reset-password input[type="password"],
.app-reset-password input[type="text"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    margin-bottom: 6%;
}

.app-reset-password button[type="submit"] {
    width: 92%;
    padding: 3%;
    margin-bottom: 8%;
}

.app-reset-password .my-error {
    text-align: center;
}

.app-reset-password .my-login {
    position: relative;
    bottom: 5px;
    display: block;
}

/* --------------------------------- */
/* -- Reset Password Theme Styles -- */
/* --------------------------------- */

.app-reset-password input[type="password"],
.app-reset-password input[type="text"] {
    background: #d3d3d3;
    border-radius: 5px;
    border: 1px solid #ded6d6;
}

.app-reset-password button[type="submit"] {
}

.app-reset-password .my-form {
    background: #eee;
}

.app-reset-password .my-user-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
    max-width: 100%;
}

.app-reset-password .my-error {
    color: #dd4b4c;
}

/* -------------------------------------- */
/* -- Reset Password Typography Styles -- */
/* -------------------------------------- */

.app-reset-password h1 {
    font-size: 25px;
    color: #676767;
    font-weight: 400;
}

.app-reset-password input[type="password"],
.app-reset-password input[type="text"] {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
}

.app-reset-password .my-login {
    font-size: 14px;
}

.app-reset-password .my-login a {
    text-decoration: none;
}

/* -------------------------------------------- */
/* -- Reset Password Logged In Layout Styles -- */
/* -------------------------------------------- */

.app-reset-password-logged-in.my-main {
    position: relative;
}

.app-reset-password-logged-in.my-form-group, .my-form-submit {
    display: block;
}

.app-reset-password-logged-in.my-form-submit button {
    margin-top: 20px;
}

.app-reset-password-logged-in.my-message {
    display: block;
    margin-top: 5px;
}

.app-reset-password-logged-in.my-error {
    display: block;
    margin-top: 5px;
}

/* ------------------------------------------- */
/* -- Reset Password Logged In State Styles -- */
/* ------------------------------------------- */

/* ------------------------------------------- */
/* -- Reset Password Logged In Theme Styles -- */
/* ------------------------------------------- */

/* ------------------------------------------------ */
/* -- Reset Password Logged In Typography Styles -- */
/* ------------------------------------------------ */

.app-reset-password-logged-in.my-message {
    font-size: 15px;
    color: #5cab56;
}

.app-reset-password-logged-in.my-error {
    font-size: 15px;
    color: #dd4b4c;
}


/* --------------------------- */
/* -- Sign Up Layout Styles -- */
/* --------------------------- */

.app-sign-up h1 {
    padding-top: 19%;
    text-align: center;
}

.app-sign-up .my-user-image {
    position: absolute;
    top: -18.6%;
    left: 35%;
    width: 32%;
}

.app-sign-up .my-form {
    position: relative;
    text-align: center;
    width: 26%;
    margin: 9% auto 4% auto;
}

.app-sign-up .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

.app-sign-up .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-sign-up .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-sign-up input[type="password"],
.app-sign-up input[type="text"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    margin-bottom: 6%;
}

.app-sign-up button[type="submit"] {
    width: 92%;
    padding: 3%;
    margin-bottom: 8%;
}

.app-sign-up .my-error {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
}

.app-sign-up .my-login {
    position: relative;
    bottom: 5px;
    display: block;
}

/* -------------------------- */
/* -- Sign Up Theme Styles -- */
/* -------------------------- */

.app-sign-up input[type="password"],
.app-sign-up input[type="text"] {
    background: #d3d3d3;
    border-radius: 5px;
    border: 1px solid #ded6d6;
}

.app-sign-up button[type="submit"] {
}

.app-sign-up .my-form {
    background: #eee;
}

.app-sign-up .my-user-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
    max-width: 100%;
}

.app-sign-up .my-error {
    color: #dd4b4c;
}

/* ------------------------------- */
/* -- Sign Up Typography Styles -- */
/* ------------------------------- */

.app-sign-up h1 {
    font-size: 25px;
    color: #676767;
    font-weight: 400;
}

.app-sign-up input[type="password"],
.app-sign-up input[type="text"] {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
}

.app-sign-up .my-login {
    font-size: 14px;
}

.app-sign-up .my-login a {
    text-decoration: none;
}


/* -------------------------------- */
/* -- Unified Test Layout Styles -- */
/* -------------------------------- */

.app-unifiedTest h1 {
    padding-top: 19%;
    text-align: center;
}

.app-unifiedTest .my-form {
    position: relative;
}

.app-unifiedTest .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
    overflow: hidden;
}

.app-unifiedTest .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-unifiedTest .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-unifiedTest .my-form-section {
    padding: 20px 0;
    overflow: hidden;
}

.app-unifiedTest .my-form-section button {
    margin-top: 10px;
    float: left;
    clear: left;
}

.app-unifiedTest select, .app-unifiedTest input {
    float: left;
    margin-right: 10px;
    height: 29px;
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-unifiedTest .my-error {
    color: #dd4b4c;
    margin-top: 4%;
}

.app-unifiedTest .my-result {
    overflow: hidden;
}

.app-unifiedTest table {
    width: 100%;
    margin-bottom: 20px;
    border:none;
}

.app-unifiedTest td {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.app-unifiedTest tr:nth-child(even) {
    background-color: #e0e0e0;
}

.app-unifiedTest .my-balance {
    padding: 20px;
    font-size: 2em;
    font-weight: bold;
}

.app-unifiedTest .balanceCheck {
    margin-bottom: 20px;
}


/* --------------------------------------- */
/* -- Update Balance Edit Layout Styles -- */
/* --------------------------------------- */

.app-update-balance-edit .my-main {
    position: relative;
}

.app-update-balance-edit .my-reseller-info {
    padding-bottom: 10px;
}

.app-update-balance-edit .my-reseller-info .my-detail {
    padding-top: 5px;
}

.app-update-balance-edit .my-back-container {
    position: absolute;
    right: 0;
    top: 0;
}

.app-update-balance-edit .my-form-group, .my-form-submit {
    display: block;
}

.app-update-balance-edit .my-form-group input[type="text"] {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-update-balance-edit .my-form-group textarea {
    margin-top: 10px;
    height: 100px;
    padding: 5px;
    width: 300px;
}

.app-update-balance-edit .my-form-group select {
    margin-top: 10px;
    height: 29px;
    padding: 5px;
    width: 300px;
}

.app-update-balance-edit .my-form-submit button {
    margin-top: 20px;
}

.app-update-balance-edit .my-message {
    display: block;
    margin-top: 5px;
}

.app-update-balance-edit .my-error {
    display: block;
    margin-top: 5px;
}

/* --------------------------------- */
/* -- Update Balance State Styles -- */
/* --------------------------------- */

.app-update-balance-edit .my-back-container .my-back-link:hover {
    text-decoration: none;
    color: #337ab7;
}

/* --------------------------------- */
/* -- Update Balance Theme Styles -- */
/* --------------------------------- */

.app-update-balance-edit .my-form-group input[type="text"] {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-update-balance-edit .my-form-group textarea {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

.app-update-balance-edit .my-form-group select {
    border: 1px solid rgb(169, 169, 169);
    border-radius: 4px;
}

/* ------------------------------------------- */
/* -- Update Balance Edit Typography Styles -- */
/* ------------------------------------------- */


.app-update-balance-edit .my-reseller-info .my-content {
    font-weight: bold;
}

.app-update-balance-edit .my-message {
    font-size: 15px;
    color: #5cab56;
}

.app-update-balance-edit .my-error {
    font-size: 15px;
    color: #dd4b4c;
}
/* ---------------------------------- */
/* -- Update Balance Layout Styles -- */
/* ---------------------------------- */

.app-update-balance .my-search-container {
    padding-bottom: 10px;
}

.app-update-balance .my-search-container input {
    max-width: 800px;
}

.app-update-balance .my-loading-message {
    text-align: center;
}

.app-update-balance .ng-admin-column-balance {
    text-align: right;
}

.app-update-balance .ng-admin-column-balanceUpdatedWhen {
    text-align: right;
}

.app-update-balance .ng-admin-column-action {
    text-align: right;
}

/* -------------------------------------- */
/* -- Update Balance Typography Styles -- */
/* -------------------------------------- */

/* -------------------------------------------- */
/* -- Update Shopcard Template Layout Styles -- */
/* -------------------------------------------- */

.app-update-shopcard-template .my-back-container {
    position: absolute;
    right: 15px;
    top: 5px;
}

.app-update-shopcard-template .my-search-container {
    padding-bottom: 10px;
    width: 29.16666%;
}

.app-update-shopcard-template .my-search-container input {

}

.app-update-shopcard-template .my-loading-message {
    text-align: center;
}

/* ------------------------------------------------ */
/* -- Update Shopcard Template Typography Styles -- */
/* ------------------------------------------------ */


/* ------------------------------ */
/* -- Verify Mfa Layout Styles -- */
/* ------------------------------ */

.app-verify-mfa h1 {
    padding-top: 19%;
    text-align: center;
}

.app-verify-mfa .my-user-image {
    position: absolute;
    top: -18.6%;
    left: 35%;
    width: 32%;
}

.app-verify-mfa .my-form {
    position: relative;
    text-align: center;
    width: 26%;
    margin: 9% auto 4% auto;
}

.app-verify-mfa .my-form-body {
    width: 80%;
    margin: 0 auto;
    padding: 6% 0 9% 0;
}

.app-verify-mfa .my-form-group {
    display: block;
    padding: 10px 0;
}

.app-verify-mfa .my-form-submit {
    display: block;
    padding: 10px 0;
    position: relative;
}

.app-verify-mfa input[type="text"] {
    text-align: left;
    position: relative;
    width: 92%;
    padding: 3%;
    margin-bottom: 6%;
}

.app-verify-mfa button[type="submit"] {
    width: 92%;
    padding: 3%;
    margin-bottom: 8%;
}

.app-verify-mfa .my-error {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
}

/* ----------------------------- */
/* -- Verify Mfa Theme Styles -- */
/* ----------------------------- */

.app-verify-mfa input[type="text"] {
    background: #d3d3d3;
    border-radius: 5px;
    border: 1px solid #ded6d6;
}

.app-verify-mfa button[type="submit"] {
}

.app-verify-mfa .my-form {
    background: #eee;
}

.app-verify-mfa .my-user-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid rgba(221, 218, 215, 0.23);
    max-width: 100%;
}

.app-verify-mfa .my-error {
    color: #dd4b4c;
}

/* ---------------------------------- */
/* -- Verify Mfa Typography Styles -- */
/* ---------------------------------- */

.app-verify-mfa h1 {
    font-size: 25px;
    color: #676767;
    font-weight: 400;
}

.app-verify-mfa input[type="text"] {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
}
