/* Minification failed. Returning unminified contents.
(799,1): run-time error CSS1019: Unexpected token, found '@import'
(799,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap')'
 */
/*
/*
 * HTML5 ✰ Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
    font-family: "HelveticaNeue-Roman", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #222;
	height: 100%;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    min-height: 100%;
    height: 100%;
    border: none;
    /*background-image: -webkit-linear-gradient(3deg,rgba(255,255,255,1.00) 0%,rgba(159,175,151,1.00) 100%);
	background-image: -moz-linear-gradient(3deg,rgba(255,255,255,1.00) 0%,rgba(159,175,151,1.00) 100%);
	background-image: -o-linear-gradient(3deg,rgba(255,255,255,1.00) 0%,rgba(159,175,151,1.00) 100%);
	background-image: linear-gradient(87deg,rgba(255,255,255,1.00) 0%,rgba(159,175,151,1.00) 100%);*/
    background: #797979;
}

form{
	min-height: 100%;
	height: 100%;
    overflow:auto;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

body:not(.theme-v2) .fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

body:not(.theme-v2) .fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/*body#login div#content {
    text-align: center;
    height: 100%;
}
body#login div#content:before {
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
}*/

/* Mobile Layout: 480px and below. */

body:not(.theme-v2) .gridContainer {
    margin: 0px;
    padding-left: 0pt;
    font-family: "HelveticaNeue-Roman", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-height: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding-right: 0pt;
}

#div1 {
}

body:not(.theme-v2) .left_nav {
    width: 21.0526%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #42b864;
    min-height: 100%;
    min-width: 188px;
}

body:not(.theme-v2) .menu_item {
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0;
    line-height: 250%;
}

    body:not(.theme-v2) .menu_item:hover {
        background-color: #9dc93b;
        opacity: 0.7;
        color: #193048;
    }

body:not(.theme-v2) .menu_item_link {
    display: block;
    text-decoration: none;
    margin: 2px 8px;
    color: #fff;
    font-weight: bold;
}

body:not(.theme-v2) .header {
    background-color: #193048;
    margin-left: 11.1111%;
    clear: none;
    width: 100%;
}

body:not(.theme-v2) .logo {
    position: static;
    height: 58px;
    background-color: #193048;
    margin-bottom: 8px;
    padding-bottom: 2px;
}

body:not(.theme-v2) .content {
    min-height: 100%;
    clear: none;
    position: relative;
    margin-left: 188px;
}

body:not(.theme-v2) .quick_links {
    float: right;
    width: 100%;
    clear: none;
    text-align: right;
    color: #FFFFFF;
    margin-top: 1.5%;
    margin-right: 1.5%;
}

    body:not(.theme-v2) .quick_links a {
        color: #fff;
    }

body:not(.theme-v2) .remember-me {
    left: 8px;
    position: relative;
}

body:not(.theme-v2) .zeroMargin_mobile {
    margin-left: 0;
}

body:not(.theme-v2) .hide_mobile {
    display: none;
}

.btn.dominant {
    font-size: 18px;
    line-height: 40px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

    body:not(.theme-v2) .tablecell {
        display: table-cell;
    }

    body:not(.theme-v2) .gridContainer {
        position: relative;
        height: auto;
    }

    body:not(.theme-v2) #div1 {
    }

    body:not(.theme-v2) .left_nav {
        /*width: 23.0769%;
position: static;*/
    }

    body:not(.theme-v2) .menu_item {
        position: static;
        height: auto;
        width: 100%;
        margin-left: 0;
        display: block;
    }

    body:not(.theme-v2) .header {
        clear: both;
        margin-left: 0;
        width: 100%;
        height: 60px;
    }

    body:not(.theme-v2) .logo {
        clear: none;
        width: 100%;
    }

    body:not(.theme-v2) .content {
        clear: both;
    }

    body:not(.theme-v2) .quick_links {
        width: 100%;
        margin-left: 0;
    }

    body:not(.theme-v2) .hide_tablet {
        display: none;
    }

    body:not(.theme-v2) .zeroMargin_tablet {
        margin-left: 0;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    body:not(.theme-v2) .gridContainer {
        max-width: 1232px;
    }

    #div1 {
    }

    body:not(.theme-v2) .left_nav {
        width: 15.2542%;
        min-height: 100%;
    }

    body:not(.theme-v2) .menu_item {
        width: 100%;
        margin-left: 0;
    }

        body:not(.theme-v2) .menu_item:hover {
        }

    body:not(.theme-v2) .menu_item_link {
    }

    body:not(.theme-v2) .header {
        clear: both;
        margin-left: 0;
        width: 100%;
    }

    body:not(.theme-v2) .logo {
    }

    body:not(.theme-v2) .content {
        clear: none;
    }

    body:not(.theme-v2) .quick_links {
        width: 100%;
        margin-left: 0;
    }

    body:not(.theme-v2) .zeroMargin_desktop {
        margin-left: 0;
    }

    body:not(.theme-v2) .hide_desktop {
        display: none;
    }
}

/* Global Styles */
body:not(.theme-v2) .grid {
    width: 98%;
    margin: 20px auto;
    border: none;
}

    body:not(.theme-v2) .grid td {
        border: 1px solid #cccccc;
        min-height: 20px;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
    }

    body:not(.theme-v2) .grid td, body:not(.theme-v2) .grid th {
        padding: 2px 4px;
    }

body:not(.theme-v2) .grid_header th {
    border-collapse: collapse;
    border-color: #E0E0E0;
    border-left: 1px solid #c0d0e4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #e3eaf3;
    height: 40px;
}

    body:not(.theme-v2) .grid_header th:first-child {
        border-top-left-radius: 2px;
        border-style: none;
    }

    body:not(.theme-v2) .grid_header th:last-child {
        border-top-right-radius: 2px;
        border-style: none;
    }

body:not(.theme-v2) .grid td:first-child {
    border-left: none;
}

body:not(.theme-v2) .grid td:last-child {
    border-right: none;
}

body:not(.theme-v2) textarea, body:not(.theme-v2) input[type=text], body:not(.theme-v2) input[type=password], body:not(.theme-v2) select, body:not(.theme-v2) input[type=checkbox] {
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #193048;
    padding: 4px;
    height: 40px;
}

body:not(.theme-v2) input[type=checkbox] {
    height: 20px;
    width: 20px;
}

body:not(.theme-v2) input[type=text], body:not(.theme-v2) input[type=password] {
    width: 250px;
}

body:not(.theme-v2) .button, body:not(.theme-v2) input[type=submit] {
    background-clip: padding-box;
    border-radius: 2px;
    font-family: "HelveticaNeue-Roman", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 80px;
    cursor: pointer;
    font-size: 1.4rem;
    height: 40px;
    line-height: 34px;
    padding: 0 20px;
    border: 0;
    margin-bottom: 2px;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(151, 151, 151, 0.4);
    background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    color: #404040;
    -webkit-font-smoothing: subpixel-antialiased;
    user-select: none;
    white-space: nowrap;
}

body:not(.theme-v2) .setting-area {
    margin-left: 50px;
}

    body:not(.theme-v2) .setting-area .row {
        margin: 12px 0;
    }

body:not(.theme-v2) .setting-summary {
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #193048;
}

body:not(.theme-v2) .form-group {
    margin: 20px 0;
}

body:not(.theme-v2) .save-button {
    float: right;
    margin: 0 20px;
}

    body:not(.theme-v2) .save-button input {
        background-image: linear-gradient(to bottom, #9dc93b 0%, #42b864 100%);
        color: #fff;
    }

body:not(.theme-v2) .main-content {
    padding: 20px;
}
/*.login-container {
    background-color: #fff;
    border-radius: 4px;
    margin: -35px auto 0;
    padding: 16px 10px 16px 10px;
    text-align: center;
    width: 100%;
    min-width: 380px;
    max-width: 450px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 0px 20px 5px #00000070;
}
.login-container img {
    max-width:64%;
}
.login-container td{
    padding:4px 0;
}
.login-container .home {
    max-width:280px;
    margin: 0 auto;
}
.login-container .home > * {margin:4px 0;}
.login-container .home input[type='submit']{float:right;}
.login-container .home input[type='text'], .login-container .home input[type='password'] {
    width:CALC(100% - 10px);
}*/
.login-error {
    text-align: center;
    background: #ffdbe2;
    border: 1px solid #f76969;
    color: #f76969;
    display: block;
    padding: 10px;
    clear: both;
}

body:not(.theme-v2) .grid-container {
    overflow: auto;
}

body:not(.theme-v2) .grid_row_alt {
    background-color: #E1E5E7;
}

body:not(.theme-v2) .left_nav #LeftNavigation {
    width: 100%;
}

body:not(.theme-v2) .left_nav a.level1 {
    padding-left: 8px;
    /*background-image:none !important;*/
    border-bottom: 1px solid #38ad5a;
    border-left: 1px solid #38ad5a;
}

body:not(.theme-v2) .left_nav a.level2 {
    padding: 0 8px;
    /*background-image:none !important;*/
    color: #fff;
    /*background-color:#42b864;*/
    background-image: linear-gradient(to bottom, #42b864 0%, #4dbe6d 90%);
}

    body:not(.theme-v2) .left_nav a.level1:visited, body:not(.theme-v2) .left_nav a.level2:visited {
        color: #fff;
    }

body:not(.theme-v2) .left_nav a.level1:hover {
    background-color: #9dc93b;
    opacity: 0.7;
    color: #193048;
}

body:not(.theme-v2) .left_nav a.level2:hover {
    background-color: #9dc93b;
    opacity: 1.0;
    color: #193048;
}

body:not(.theme-v2) .left_nav ul.level1 {
    position: relative;
    width: 100% !important;
    float: left;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

body:not(.theme-v2) .left_nav li {
    width: 100% !important;
}

body:not(.theme-v2) .left_nav ul.level2 li:first-child a {
    border-top-right-radius: 4px;
}

body:not(.theme-v2) .left_nav ul.level2 li:last-child a {
    border-bottom-right-radius: 4px;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');


*,
::before,
::after {
    margin: 0;
    padding: 0;
}


body {
    background-color: #f5f6fa;
    color: #526484;
    font-family: DM Sans,sans-serif,Helvetica Neue,Arial,Noto Sans;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    text-align: left;
    scroll-behavior: smooth;
}

.theme-v2 #login-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 !important;
}

.cs-auth-wrapper {
    margin: auto;
    padding: 1.25rem;
}

    .cs-auth-wrapper .cs-logo {
        text-align: center;
    }

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(54,74,99,.05);
}

.card-bordered {
    border: 1px solid #dbdfea;
}

.card-inner {
    padding: 1.25rem;
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #526484;
    display: inline-block;
    font-family: DM Sans, sans-serif;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: .4375rem 1.125rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

label.cartsync-checkbox {
    position: relative;
    margin-right: 7px;
    padding-left: 17px;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal;
    cursor: pointer;
}

.cartsync-checkbox input[type='checkbox'] {
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-appearance: none;
    appearance: none;
}

.cartsync-checkbox span.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
    /* Create the checkmark/indicator (hidden when not checked) */
    .cartsync-checkbox span.checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
/* On mouse-over, add a grey background color */
.cartsync-checkbox:hover input ~ span.checkmark {
    background-color: #83be2640;
}
/* Show the checkmark when checked */
.cartsync-checkbox input:checked ~ span.checkmark:after {
    display: block;
}

.cartsync-checkbox span.checkmark:after {
    left: 7px;
    top: 3px;
    width: 8px;
    height: 13px;
    border: solid #83be26;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.form-control.cartsync-checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
}

    label.form-control.cartsync-checkbox .checkmark {
        position: relative;
    }


.form-label-group {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.form-control-group, .form-control-wrap {
    position: relative;
    display: flex;
}

.form-group {
    margin-bottom: 1.25rem;
    position: relative;
}


.btn-primary {
    background: #46b864;
    background-color: #46b864;
    border-color: #46b864;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

.form-label {
    color: #344357;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.form-label-group .form-label {
    margin-bottom: 0;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    color: #3c4d62;
    display: block;
    font-size: .8125rem;
    font-weight: 400;
    height: calc(2.125rem + 2px);
    line-height: 1.25rem;
    padding: .4375rem 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.sr-only {
    visibility: hidden;
    padding: 0;
    margin: 0;
}

a {
    background-color: transparent;
    color: #46b864;
    text-decoration: none;
}
body.theme-v2 #MainContent_pnlLogin {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 !important;
}

@media (min-width: 576px) {
    .card-inner {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) {
    .card-inner-lg {
        padding: 2.5rem;
    }
}


