@charset "UTF-8";
/*
Theme Name: Landing Pages
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://fivepointpayments.com/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*:not(.dropdown_content) {
    margin: 0;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;  
/*    background-image: url("../images/main_bg.gif");
	background-repeat: repeat-x; */
	background-color: rgb(213,213,213);
}

#header, #ctl00_header
{
	max-width: 1030px; 
	margin: auto; 
/*	background-color: rgb(0, 72, 148); */

}

#contentContainer
{	    
    margin: auto;		
    padding: 0;
    min-height: 250px;
    height: auto !important;
    height: 250px;
    /*width: 1000px;
    max-width: 1000px;*/
	background-color: rgb(240, 240, 240);   
}

/*#footer
{
	max-width: 1200px; 
	margin: auto; 
	background-color: rgb(213, 213, 213);
	color: rgb(128,128,128);
	position:relative  ;
	bottom: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}*/


/*Modal Popup*/
.modalBackground {
    background-color:#dddddd;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#c9d1e4;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    /*padding:5px;*/

    /*width:200px;*/
}  

.loginTitle 
{
	font-size: x-large;
	font-weight: bold;
}

.stretch
{
    position:relative;
    width:1200px;
    height:1165px;
}

.stretch img
{
    position: absolute;
    width:100%;
    height:100%;
    z-index:99;
	top: 0px;
	left: 0px;
}

.stretch span
{
    position:absolute;
    text-align:center;
    width:100%;
    z-index: 100;
    font-size: 1.2em;
    color: #ffff66;
    font-family: Arial, 'Microsoft Sans Serif';
}

.largerCheckbox, .largerCheckbox input
{
	width: 20px;
	height: 20px;
}


html .wizard-container .redColor {
    color:red;
}



/*Wizard wrapper*/

#example .wizard-container {
    /*width: 900px;
    margin: 40px auto 80px;
    padding: 0 80px;*/
    border: 0;
    background: url(Images/shadow.png) no-repeat 0 bottom;
}

.wizard-container .wizardHeader {
    width: 100%;
}

/*Wizard*/
.wizard-container .RadWizard {
    /*padding: 20px;*/
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    box-shadow: 0 0 0 1px #fff;
}

    .background-black .wizard-container .RadWizard,
    .background-blackmetrotouch .wizard-container .RadWizard,
    .background-glow .wizard-container .RadWizard,
    .background-office2010black .wizard-container .RadWizard {
        border: 0;
        box-shadow: 0;
    }

    .rwzImage {
        background-image: url(Images/bread-crumb-icons.png);
    }

    html .RadWizard .rwzBreadCrumb span.rwzImage {
        width: 24px;
        height: 24px;
    }

        .wizard-container .accountInfo.rwzImage {
            background-position: 0 0;
        }

        .wizard-container .rwzSelected .accountInfo.rwzImage {
            background-position: -25px 0;
        }

        .wizard-container .rwzDisabled .accountInfo.rwzImage {
            background-position: -50px 0;
        }

        .wizard-container .personalInfo.rwzImage {
            background-position: 0 -25px;
        }

        .wizard-container .rwzSelected .personalInfo.rwzImage {
            background-position: -25px  -25px;
        }

        .wizard-container .rwzDisabled .personalInfo.rwzImage{
            background-position: -50px  -25px;
        }

        .wizard-container .contactDetails.rwzImage {
            background-position: 0 -50px;
        }

        .wizard-container .rwzSelected .contactDetails.rwzImage {
            background-position: -25px -50px;
        }

        .wizard-container .rwzDisabled .contactDetails.rwzImage {
            background-position: -50px -50px;
        }

        .wizard-container .confirmation.rwzImage {
            background-position: 0 -75px;
        }

        .wizard-container .rwzSelected .confirmation.rwzImage {
            background-position: -25px -75px;
        }

        .wizard-container .rwzDisabled .confirmation.rwzImage {
            background-position: -50px -75px;
        }

.wizard-container .RadWizard .rwzContent {
    overflow: hidden;
    background-color: #f5f5f6;
    line-height: 2em;
    margin: 0 -20px;
    /*padding: 0 20px;*/
}

    .background-black .wizard-container .rwzContent,
    .background-blackmetrotouch .wizard-container .rwzContent,
    .background-glow .wizard-container .rwzContent,
    .background-office2010black .wizard-container .rwzContent {
        background-color: transparent;
        background-color: rgba(255,255,255,0.1);
    }

    .background-silver .wizard-container .rwzContent {
        background-color: transparent;
        background-color: rgba(255,255,255,0.5);
    }

    .background-sunset .wizard-container .rwzContent {
        background: #f9f5f0;
    }
/*Wizard content*/

.wizard-container .inputBox 
{
	font-size: 1.4em;
}

.wizard-container .inputWapper {
    display: inline-block;
    *display: inline;
    width: 320px;
    position: relative;
    zoom: 1;
}

    .wizard-container .inputWapper.first {
        margin-right: 35px;
    }

.wizard-container .inputWapper label {
    display: block;
    margin: 5px 0 0;
}

.wizard-container .validator {
    color: #ff0000;
    position: absolute;
    top: 10px;
    right: 0;
}

.wizard-container .anti-spam-policy {
    margin-top: 40px;
}

.wizard-container .conditions {
    display: block;
    color: #a7a7a7;
    font-size: 0.857em;
}

.wizard-container .inputWapper.date .riLabel {
    position: absolute;
}

.wizard-container .RadWizard .rwzStep {
    height: 100%;
    position: relative;
}

.wizard-container .RadWizard.rwzComplete {
    padding-top: 95px; 
}

/*Modal Popup*/
.modalBackground {
    background-color:#dddddd;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:#c9d1e4;
    border-width:3px;
    border-style:solid;
    border-color:Gray;
    /*padding:5px;*/

    /*width:200px;*/
}  

/* Style the Telerik read only text boxes */
.riSingle .riTextBox[type="text"]:read-only 
{
    background-color: #EEEEEE;
}

.searchArea 
{
    display: flex;
}

.searchPanel 
{
    /*padding:5px;*/
    /*float: left; */
    /*display: inline-block;*/
}

.searchSep
{
    padding:5px;
    width:5%;
    /*float: left;*/
    /*border-left:solid 1px DarkGray;*/
    font-weight:bolder;
    font-size:large;
    display: inline-block;
    margin-right:50px;
    padding-bottom:50px;
}

.searchField
{
    margin-right: 25px;
    /*display:inline-block;*/    
}

.searchPanelHeader 
{
    margin-bottom: 12px;
    width: 100%;
    /* float: left; */
    display:inline-block;
}

.tab-pane{
    display:none;
    /*height:450px;*/
    margin-top:10px;
    width:100%;
}

.styledtextbox {
    font-family: 'Open Sans', sans-serif !important;
    margin: 0 auto;
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    vertical-align: top !important;
    display: block;
    overflow:hidden;
    height: 50px !important;
    line-height: 1.15 !important;
}

.styledtextbox-inline {
    font-family: 'Open Sans', sans-serif !important;
    /*margin: 0 auto;*/
    /*padding: 25px !important;*/
    font-size: 16px !important;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    vertical-align: top !important;
    display: inline;
    overflow: hidden;
    height: 50px !important;
    line-height: 1.15 !important;
}

@viewport ,
@-ms-viewport {
  width: device-width;
}

/* 
    Page CSS Customizations
*/

.primary-color {
    color: #ff8971;
}

.label-color {
    color: #83bde6
}

.button-color {
    background-image: -webkit-linear-gradient(135deg, #ff8080 0%, #ff9460 100%);
    background-image: linear-gradient(135deg, #ff8080 0%, #ff9460 100%);
}

.secondary-color {
    color: #8ca0b0
}

.text-color {
    color: #8d9093
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

input:focus,
text-box:focus {
  outline: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?94byaf");
  src: url("../fonts/icomoon.eot?94byaf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?94byaf") format("truetype"), url("../fonts/icomoon.woff?94byaf") format("woff"), url("../fonts/icomoon.svg?94byaf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e906";
}

input.button-email {
    /*background-image: url(../Images/icon-email-25.png);*/ 
    background-color: transparent;
    background-repeat: no-repeat;  
    background-position: 0px 0px;  
    border: none;          
    cursor: pointer;       
    height: 25px;              
    vertical-align: middle; 
    background-color:transparent; background-repeat:no-repeat; border:none; cursor:pointer; overflow:hidden; outline:none;
}

input.button-print {
    /*background-image: url(../Images/icon-print-25.png);*/ 
    background-color: transparent;
    background-repeat: no-repeat;  
    background-position: 0px 0px;  
    border: none;          
    cursor: pointer;       
    height: 25px;           
    padding-left: 25px;     
    vertical-align: middle; 
}

input.button-download {
    background-image: url(../Images/icon-download-25.png); 
    background-color: transparent;
    background-repeat: no-repeat;  
    background-position: 0px 0px;  
    border: none;          
    cursor: pointer;       
    height: 25px;           
    padding-left: 25px;     
    vertical-align: middle; 
}

input.button-close {
    background-image: url(../Images/close.png); 
    background-color: transparent;
    background-repeat: no-repeat;  
    background-position: 0px 0px;  
    border: none;          
    cursor: pointer;       
    height: 25px;           
    padding-left: 25px;     
    vertical-align: middle; 
}

.icon-email:before {
  content: "\e907";
}

.icon-print:before {
  content: "\e908";
}

.icon-dropdown:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e904";
}

.icon-info:before {
  content: "\e900";
}

.icon-lookup:before {
  content: "\1f5f5";
}

.icon-pay:before {
  content: "\e902";
}

.icon-receipt:before {
  content: "\e903";
}

/* Process Steps
----------------------------------- */
/* (no gradiant support) */
/* Heading Icon
----------------------------------- */
/* Text Colors
----------------------------------- */
/* Links
----------------------------------- */
/* Buttons
----------------------------------- */
/* (no gradiant support) */
/* (no gradiant support) */
/* (no gradiant support) */
/* Background Colors
----------------------------------- */
/* .info_box */
/* Errors
----------------------------------- */
/* Transitions
----------------------------------- */
/**** Alternate ****/
body {
  width: 100%;
  margin:0 auto;
  max-width: 1200px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3c4f5e;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: 38px;
  color: #3c4f5e;
  text-transform: capitalize;
  font-weight: 300;
  /* -webkit-transition: font-size $trans_time;*/
  /* transition: font-size $trans_time;*/
}
h1 .icon {
  color: #f16334;
  display: inline-block;
  margin-right: 5px;
}

h2,
h3 {
  color: #83bde6;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* -webkit-transition: font-size $trans_time;*/
  /* transition: font-size $trans_time;*/
}

h2 {
  margin: 0 0 30px;
  font-size: 22px;
}

h3 {
  margin: 1px 0 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

a {
  color: #3c4f5e;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
a:hover, a:active {
  color: #f16334;
}

input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.hidden {
  display: none;
}

.visible {
  display: inline-block;
}

header {
  width: 85%;
  margin: 25px auto;
}

#super_sub_heading {
  margin: 25px 2px -10px;
}

#sub_heading {
  margin: 22px 2px 30px;
  line-height: 1.5;
  font-size: 16px;
}

#sub_headingReceipt {
  margin: 22px 2px 50px;
  line-height: 1.5;
  font-size: 16px;
}

#process_steps,
#main_content {
  float: left;
}

/* Process Steps Bar
----------------------------------- */
#process_steps {
  width: 20%;
  text-align: center;
  padding-top: 120px;
}
#process_steps ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
}
#process_steps li {
  width: 80px;
  background-color: #8ca0b0;
  padding: 18px 0 17px;
  margin: 0 auto 1px;
}
#process_steps li:first-of-type {
  border-radius: 20px 20px 0 0;
}
#process_steps li:last-of-type {
  border-radius: 0 0 20px 20px;
}
#process_steps .step {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
#process_steps .step_number {
  display: block;
  font-size: 30px;
  margin: 2px 0;
  text-transform: uppercase;
}
#process_steps .active {
  width: 100px;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  border-radius: 5px;
  background-color: #ff8971;
  background-image: -webkit-linear-gradient(145deg, #ff8080 0%, #ff9460 100%);
  background-image: linear-gradient(145deg, #ff8080 0%, #ff9460 100%);
  box-shadow: 0px 2px 10px 0px rgba(32, 48, 60, 0.29);
}

#lookup #process_steps .active {
  border-radius: 20px 20px 5px 5px;
}

#receipt #process_steps .active {
  border-radius: 5px 5px 20px 20px;
}

/* Main Content
----------------------------------- */
#main_content {
  width: 80%;
  padding: 0 60px 0 10px;
  display: table;
}
#main_content .row {
  display: table-row;
}
#main_content section {
  display: table-cell;
}
#main_content label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #83bde6;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#main_content input[type='text'],
#main_content select {
  width: 100%;
  margin: 7px 0 40px;
  padding: 15px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
}
#main_content select {
  background-color: #fff;
  background-image: url("../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}
#main_content select:focus {
  outline: none;
}

/* Tables
----------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 5px 0;
}

.label {
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.info_box {
  width: 100%;
  background-color: #f2f5f7;
  padding: 30px 40px;
  text-transform: uppercase;
}
.info_box tr:first-of-type td {
  border-top: 0;
}
.info_box td {
  text-align: right;
  border-top: 1px solid #b9d0e2;
  padding: 13px 0;
}
.info_box .label {
  font-weight: 600;
  text-align: left;
  font-size: 13px;
  color: #83bde6;
}

.table_wrapper {
  border-top: 1px solid #b9d0e2;
  padding: 15px 0;
}
.table_wrapper td {
  width: 50%;
}
.table_wrapper td:last-of-type {
  padding-left: 10px;
}

/* Back / Next Buttons
----------------------------------- */
#controls {
  clear: both;
  padding-top: 50px;
}

.back, .next, .cancel {
  border: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.back, .cancel {
  float: left;
  width: 140px;
  background-color: #fff;
  color: #adadad;
  padding: 15px 0;
  border: 2px solid #d4d4d4;
  border-radius: 30px;
  margin-right: 40px;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.back:hover {
  background-color: #f7f7f7;
  color: #a5a5a5;
}
.back:active {
  background-color: #ebebeb;
}

.cancel:hover {
  background-color: #f7f7f7;
  color: #a5a5a5;
}
.cancel:active {
  background-color: #ebebeb;
}
.next {
  float: right;
  width: 220px;
  background-color: #ff8971;
  background-image: -webkit-linear-gradient(135deg, #ff8080 0%, #ff9460 100%);
  background-image: linear-gradient(135deg, #ff8080 0%, #ff9460 100%);
  box-shadow: 0px 20px 20px -17px rgba(32, 48, 60, 0.3);
  color: #fff;
  padding: 24px 0;
  border-radius: 30px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.next:hover {
  opacity: 0.85;
}
.next:active {
  background-color: #e85e5e;
  background-image: -webkit-linear-gradient(135deg, #e85e5e 0%, #e97e4a 100%);
  background-image: linear-gradient(135deg, #e85e5e 0%, #e97e4a 100%);
  opacity: 1;
}

/* Footer
----------------------------------- */
footer {
  width: 100%;
  clear: both;
  padding: 60px 0;
  margin-bottom: 50px;
  color: #8d9093;
}
footer #copy {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 20px;
}
footer #statement {
  float: right;
  width: 80%;
  padding: 0 50px 0 20px;
}
footer p, footer a {
  margin: 0;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}
footer a {
  color: #8d9093;
}

/* Styled Radio Button / Checkbox
----------------------------------- */
label.style_radio {
  position: relative;
}
label.style_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
label.style_radio input:checked ~ .radio_select {
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
label.style_radio .radio_select {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
}

/* Select Boxes
----------------------------------- */
.style_select {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.style_select .select {
  width: 100%;
  height: 50px;
  position: relative;
  display: inline-block;
  padding: 12px 10px 8px;
  margin: 7px 0 40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
}
.style_select .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 14px 15px 8px;
  font-size: 16px;
  border: 0;
  border-radius: 8px;
  color: #000;
  background-image: url("../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  font-weight:normal !important;
}
.style_select .styledSelect:hover {
  color: #f16334;
}
.style_select .styledSelect:active {
  background-color: #fbfbfb;
}
.style_select .options {
  display: none;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  z-index: 15;
  margin: 0;
  padding: 4px 15px 8px;
  list-style: none;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.style_select .options li {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 16px;
  color: #000;
  -webkit-transition: color 200ms;
  transition: color 200ms;
    font-weight:normal !important;
}
.style_select .options li:hover {
  color: #f16334;
}
.style_select .options li.placeholder {
  color: #888;
  cursor: default;
  font-weight:normal !important;
}
.style_select .options li.selected::after {
  content: '\2713';
  position: absolute;
  right: 10px;
}
.style_select .option.icon {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 10px;
  color: #bfbfbf;
  z-index: 3;
}
.style_select label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.divider {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}

.js select {
  visibility: hidden;
}

/*** Remove Select Background Image From IE 10 / 11 ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select {
    background-image: none !important;
  }
}
#lookup body {
  max-width: 1050px;
}
#lookup header {
  width: 87%;
}
#lookup #process_steps {
  padding-top: 90px;
}
#lookup #main_content {
  width: 70%;
}
#lookup form {
  width: 100%;
  margin-top: 75px;
}
#lookup input[type='text'] {
  max-width: 400px;
}
#lookup #controls {
  padding-top: 30px;
}
#lookup footer #copy {
  width: 20%;
}
#lookup footer #statement {
  width: 70%;
  padding-left: 10px;
  margin-right: 10%;
}

#payment_info {
  float: left;
  width: 55%;
}
#payment_info h2 {
  width: 200px;
}

#citation_info {
  float: left;
  width: 45%;
}

#pay input[type="text"],
#pay select {
  margin-bottom: 50px;
}
#pay #sub_heading {
  max-width: 55%;
}

#payment_details {
  padding-right: 10px;
  vertical-align: top;
}

#payment_total {
  float: right;
  width: 315px;
  padding-left: 5px;
}
#payment_total p {
  margin: 0 0 30px;
  padding-right: 25px;
}

#payment_ack {
    float: left;
    width: 575px;
}
/* Form Fields
----------------------------------- */
#form_group_name,
#form_group_card_type,
#form_group_card_number,
#form_group_exp_date,
#form_group_billing_zip,
#form_group_cvv,
#form_group_select_payment {
  margin-right: 5%;
}

#form_group_name {
  display: inline-block;
  width: 48%;
  min-width: 180px;
}

#form_group_card_type {
  display: inline-block;
  width: 40%;
}
@media (max-width: 1060px) {
  #form_group_card_type {
    margin-left: -4px;
  }
}

#form_group_card_number {
  min-width: 180px;
  display: inline-block;
  width: 48%;
}
@media (max-width: 1060px) {
  #form_group_card_number {
    float: left;
    max-width: 100%;
  }
}

#form_group_exp_date {
  display: inline-block;
  width: 40%;
  min-width: 180px;
}
#form_group_exp_date.style_select .select {
  float: left;
  width: 46%;
  margin-right: 8%;
}
#form_group_exp_date.style_select .select:last-of-type {
  margin-right: 0;
}
@media (max-width: 1060px) {
  #form_group_exp_date {
    float: left;
    width: 48%;
  }
}

#main_content #expiration_month {
  float: left;
  width: 42%;
  margin-right: 8%;
}
#main_content #expiration_year {
    width: 45% !important;
    clear: left;
}

#form_group_billing_zip {
  display: inline-block;
  width: 35%;
}
@media (max-width: 1060px) {
  #form_group_billing_zip {
    width: 40%;
  }
}

#form_group_cvv {
  display: inline-block;
  width: 25%;
}
@media (max-width: 1060px) {
  #form_group_cvv {
    width: 40%;
  }
}

/* Pay Fine / Partial Payment Row
----------------------------------- */
td.label.pay_fine {
  border-top: 1px solid #b9d0e2;
}

td.pay_fine {
  text-align: left;
  border-top: 0;
}
td.pay_fine .style_radio {
  float: left;
  width: 50%;
  padding: 0 0 0 40px;
}
td.pay_fine .style_radio span {
  color: #3c4f5e;
  text-transform: none;
  font-weight: 400;
  padding-top: 1px;
  display: inline-block;
  vertical-align: bottom;
}
td.pay_fine.label {
  padding-bottom: 0;
}
td.pay_fine input[type='text'] {
  margin: 15px 0 0 !important;
}

.style_radio span {
  display: block;
  width: 65px;
}

#agree_to_terms_label {
  float: left;
  display: block;
  margin-top: 5px;
}
#agree_to_terms_label a {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0 0 40px;
  color: #83bde6;
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: capitalize;
}
#agree_to_terms_label a:hover, #agree_to_terms_label a:active {
  color: #f16334;
}

#receipt #main_content {
  display: block;
}

#payment_receipt {
  width: 50%;
  padding-right: 3%;
  display: block;
  float: left;
}

#cardholder_info {
  width: 50%;
  padding-left: 3%;
  display: block;
  float: left;
}

#save_receipt {
  width: 100%;
}
#save_receipt div, #save_receipt p {
  width: 50%;
  margin: 40px 0 0;
}
#save_receipt div {
  float: left;
}
#save_receipt p {
  float: right;
  padding-left: 5%;
  line-height: 1.5;
}
#save_receipt a {
  text-decoration: none;
  margin-right: 6%;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 10px;
}
#save_receipt a:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
#save_receipt .icon {
  color: #f16334;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/*
    Swipe Here Popup
*/
.swipe-here-popup {
    position: absolute;
    z-index: 15;
    top: 15%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 90%;
    max-width: 800px;
    padding: 10px 25px;
    margin: 0;
    border-radius: 20px;
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
    color: #3c4f5e;
    background-color: #fff !important;
}

.swipe-here-popup-column {
    float: left;
    width: 33%
}

.swipe-here-popup-column:after {
    content: "";
    display: table;
    clear: both;
}

.swipe-here-popup-left-container {

}

.swipe-here-popup-center-container {
}

.swipe-here-popup-right-container {
}

.swipe-here-popup-card-icon {
    padding-top: 10px;
    padding-bottom: 10px;
}

.swipe-here-popup-arrow-right {
    float: right;
    vertical-align: top;
    padding-top: 10%;
}

.swipe-here-popup-arrow-left {
    float: left;
    vertical-align: top;
    padding-top: 10%;
}

.swipe-here-popup-arrow-top {
    float: right;
    vertical-align: top;
    padding-top: 10%;
}

.swipe-here-popup-arrow-bottom {
    float: left;
    vertical-align: top;
    padding-top: 10%;
}

/* Error Popup
----------------------------------- */
#overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#error_popup {
  position: absolute;
  z-index: 15;
  top: 30%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 90%;
  max-width: 800px;
  padding: 10px 25px;
  margin: 0;
  border-radius: 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  color: #3c4f5e;
  background-color: #fff !important;
}

#error_popup p {
  width: 100%;
  line-height: 1.5;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  color: #767676;
}

#error_popup i {
    color: #ff9460;
    padding-top: 10px;
    padding-bottom: 10px;
}

#processing_popup {
  position: absolute;
  z-index: 15;
  top: 30%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 90%;
  max-width: 800px;
  padding: 60px 50px;
  margin: 0;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  color: #f04040;
  font-size: 20px;
  line-height: 1.7;
  /* -webkit-transition: top $trans_time;*/
  /* -ms-transition: top $trans_time;*/
  /* transition: top $trans_time;*/
}

#processing_popup p {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  line-height: 1.5;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
}

#error_popup .icon-close{
  top:auto !important;
  bottom: 5px !important;
  left: 44% !important;
  color: #fff !important;
  font-size: 13px;
  box-shadow: 0px 20px 20px -17px rgba(32, 48, 60, 0.3);
  padding: 12px 0;
  border-radius: 30px;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100px;
  height: 40px;
}
#error_popup .icon-close:hover {
  opacity: 0.85;
}
#error_popup .icon-close:active {
  opacity: 1;
}

#error_popup .icon-close:before {
  content: "OK";
}

.note {
    font-size: 75%;
    font-style: italic;
}

#email_popup {
    position: absolute;
    z-index: 15;
    top: 30%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 90%;
    max-width: 800px;
    padding: 40px 50px;
    margin: 0;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    /* -webkit-transition: top $trans_time;*/
    /* -ms-transition: top $trans_time;*/
    /* transition: top $trans_time;*/
}

.email_popup_row {
    display: block;
}

.email_popup_row:after {
    content: "";
    display: table;
    clear: both;
}

.email_popup_label {
    width: 40%;
    float: left;
    margin-top: 6px;
    text-align: right;
}

.email_popup_label label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.email_popup_element {
    width: 60%;
    float: left;
    margin-top: 6px;
}

.email_popup_input {
    width: 100%;
    max-width: 400px;
    line-height: 1.5;
    -webkit-transition: font-size 200ms;
    transition: font-size 200ms;
    padding-left: 5px;
}

.email_popup_button {
    height: 40px;
    width: 150px;
    margin-bottom: 10px;
    box-shadow: 0px 20px 20px -17px;
    border-radius: 30px;
    transition: opacity 200ms;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    border: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}

.error_popup_button {
    height: 40px;
    width: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 20px 20px -17px;
    border-radius: 30px;
    transition: opacity 200ms;
    padding: 12px 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    border: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
}

#popup_close {

  color: #f04040;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

.popup_close_upper_right {
    position: absolute;
    top: 12px;
    right: 12px;
}

.cursor_pointer {
    cursor: pointer;
}

#popup_close:hover {
  color: #bd4141;
}

/* Form Errors
----------------------------------- */
label.form_error,
a.form_error {
  color: #f04040 !important;
}

label.form_error:after,
a.form_error:after {
  content: '*';
}

.form_error {
    border:medium;
  border-color: red !important;
}

input.form_error,
select.form_error {
  border-color: #f04040 !important;
}

.error_message {
  display: none;
  float: right;
  margin: 13px 0 0;
  margin-right: 5%;
  padding-right: 7px;
  //max-width: 130px;
  text-align: right;
  color: #f04040;
}

@media (max-width: 970px) {
  h1 {
    font-size: 28px;
  }
  h1 .icon {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #process_steps {
    width: 25%;
  }

  /* Main Content
  ----------------------------------- */
  #main_content {
    width: 75%;
    display: block;
  }
  #main_content .row {
    display: block;
  }
  #main_content section {
    display: block;
    float: none;
    width: 100%;
    max-width: 450px;
  }

  .back,
  .next {
    font-size: 14px;
  }

  .back {
    width: 130px;
    /*margin-top: 3px;*/
    padding: 15px 0;
  }

  .cancel {
    width: 130px;
    /*margin-top: 3px;*/
    padding: 15px 0;
  }

  .next {
    width: 160px;
    padding: 20px 0;
    box-shadow: 0px 18px 20px -17px rgba(32, 48, 60, 0.3);
  }

  #payment .next{
      width:200px !important;
  }

  #payment_info {
    padding-bottom: 40px;
  }
  #payment_info h2 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  #payment_receipt {
    padding: 0 0 30px;
  }

  #cardholder_info {
    padding: 0;
  }

  #save_receipt div, #save_receipt p {
    width: 100%;
    float: none;
    padding: 0;
    margin: 30px 0 0;
  }
  #save_receipt p {
    max-width: 450px;
  }

  footer {
    margin-bottom: 0;
    padding: 50px 40px 40px 0;
    margin-left: 25%;
    width: auto;
  }
  footer #statement,
  footer #copy {
    float: none;
    width: 100%;
  }
  footer #statement {
    padding: 0 20px;
    max-width: 450px;
  }
  footer #statement{
    padding-bottom: 40px;
  }
  footer #copy {
    text-align: left;
    max-width: 450px;
  }
  footer #copy p, footer #copy a {
    display: inline-block;
  }
  footer #copy a {
    margin-left: 15px;
  }

  #lookup footer {
    margin-left: 5%;
  }
  #lookup footer #statement,
  #lookup footer #copy {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
  }

  /* Payment
  ----------------------------------- */
  #pay #sub_heading {
    max-width: 100%;
  }
  #pay #controls {
    max-width: 450px;
  }
  #pay .back {
    margin: 0;
  }
  #pay .back.right {
    float: right;
  }
  #pay .next {
    width: 100%;
    margin-bottom: 30px;
  }

  #form_group_card_type,
  #form_group_billing_zip,
  #form_group_cvv {
    margin-right: 0;
  }

  #form_group_name,
  #form_group_card_number,
  #form_group_exp_date {
    width: 54%;
  }

  #payment_details {
    padding: 0;
  }

  #payment_total {
    clear: both;
    padding: 45px 0 0;
  }

  #agree_to_terms {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #receipt #controls {
    max-width: 450px;
  }
  .error_message {
    margin-right: 0;
  }

    #email input[type='text'] {
    max-width: 60%;
  }
}
@media (max-width: 590px) {
  #process_steps,
  #main_content {
    width: 100%;
  }

  h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }

  h3 {
    margin-bottom: 25px;
  }

  #sub_heading {
    margin-bottom: 40px;
  }

 #sub_headingReceipt {
    margin-bottom: 40px;
  }

  /* Process Steps Bar
  ----------------------------------- */
  #process_steps {
    padding: 0 10px 50px !important;
  }
  #process_steps ul {
    width: 300px;
    margin: 0 auto;
    font-size: 9px;
  }
  #process_steps li {
    float: left;
    width: 74px;
    margin: 5px 0;
    border-right: 1px solid #fff;
    padding: 8px 0 7px;
  }
  #process_steps li:first-of-type {
    border-radius: 15px 0 0 15px;
  }
  #process_steps li:last-of-type {
    border-radius: 0 15px 15px 0;
  }
  #process_steps .icon {
    font-size: 24px;
  }
  #process_steps .step_number {
    font-size: 22px;
    margin: 1px 0;
    text-transform: uppercase;
  }
  #process_steps .active {
    margin: 0 0 0 -1px;
    width: 75px;
    padding: 13px 0 12px;
    border: 0;
    border-radius: 4px;
  }

  #lookup #process_steps .active {
    border-radius: 15px 4px 4px 15px;
  }

  #receipt #process_steps .active {
    border-radius: 4px 15px 15px 4px;
  }

  /* Main Content
  ----------------------------------- */
  #main_content {
    padding: 0 20px;
  }
  #main_content form {
    margin-top: 40px;
  }
  #main_content input[type='text'] {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #main_content select {
    max-width: 100%;
  }
  #main_content #form_group_exp_date,
  #main_content section {
    max-width: 100%;
  }

  #lookup header {
    width: 85%;
  }
  #lookup #main_content {
    width: 100%;
  }
  #lookup footer #copy,
  #lookup footer #statement {
    width: 100%;
  }

  #controls {
    padding-top: 50px;
  }

  .back,
  .next {
    font-size: 12px;
  }

  .back {
    width: 100px;
    margin-top: 3px;
    padding: 13px 0;
    clear:both !important;
  }

  .next {
    width: 120px;
    padding: 15px 0;
  }

  #receipt .next {
    width: 100%;
    padding: 15px 0;
  }

  footer {
    padding-right: 0;
    margin-left: 0;
    max-width: 100%;
  }

  #lookup footer {
    margin-left: 0;
  }

  /* Error
  ----------------------------------- */
  #error_popup {
    top: 20%;
  }
  #error_popup p {
    font-size: 18px;
  }

  /* Payment
  ----------------------------------- */
  #pay #controls {
    max-width: 100%;
  }
  #pay .back {
    width: 150px;
  }
  #receipt #controls {
    max-width: 100%;
  }
  #email_popup input[type='text'] {
    max-width: 250px;
  }
}
@media (max-width: 590px) and (max-width: 420px) {
  #pay .back {
    width: 120px;
  }
}
@media (max-width: 590px) {
  #pay .next {
    width: 100%;
  }

  #receipt .next {
    width: 100%;
  }

  #form_group_name,
  #form_group_card_number,
  #form_group_card_type,
  #form_group_exp_date,
  #form_group_cvv,
  #form_group_select_payment {
    width: 100%;
    margin-right: 0;
  }

  #form_group_card_type {
    margin-left: 0;
  }

  #form_group_billing_zip,
  #form_group_cvv {
    width: 47%;
  }

  #expiration_month,
  #expiration_year,
  #form_group_billing_zip,
  #form_group_cvv {
    width: 46%;
  }

  #form_group_billing_zip,
  #expiration_month {
    margin-right: 6.5%;
  }

  #payment_details {
    padding-right: 0;
  }

   #email_popup input[type='text'] {
    max-width: 250px;
  }
}

.nohover:hover{
    color:#3c4f5e;
}

.hover:hover{
    color:#ff8971 !important;
    cursor:pointer;
}
div.tab-pane:focus{
    border: none;
    outline:none;
}

.aspLabel{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #83bde6;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.RadButton.rbLinkButton.navButton
{
    border-radius: 3px;
    box-shadow: 1px 3px 7px #666;
    background: #eeeeee;
    border: 0;
}

.RadButton.rbLinkButton.navButton:hover
{
    border-radius: 3px;
    box-shadow: 1px 3px 7px #666;
    background: #cccccc;
    border: 0;
}
       
.RadButton.rbLinkButton.navButtonDefault
{
    border-radius: 3px;
    box-shadow: 1px 3px 7px #666;
    /* background: #ee5315;  */
    background: #0098bb;
    border: 0;
    color: White;
}

.RadButton.rbLinkButton.navButtonDefault:hover
{
    border-radius: 3px;
    /* background: #c2410e; */
    background: #00849b;
    border: 0;
    color: White;
}

  /* New widths for controls to fix JW changes --- NOTE 1) change .cancel width to 140px in this file line 676 and 2) remove !important from hover:hover on line 1642 in base user but add in custom user css stylesheet
  ----------------------------------- */
  #payment #controls {
    max-width: 100%;
  }
  #payment .back {
    width: 150px;
  }

@media (max-width: 590px) and (max-width: 420px) {
  #lookup .back {
    width: 100px !important;
  }
  #info .back {
    width: 100px !important;
  }
  #payment .back {
    width: 100px !important;
  }
  #creditcard .back {
    width: 100px !important;
  }
  #receipt .back {
    width: 100px !important;
  }
  #lookup .cancel {
    width: 100px !important;
    float: right;
    margin-right:0;
  }
  #info .cancel {
    width: 100px !important;
    float: right;
    margin-right:0;
  }
  #payment .cancel {
    width: 100px !important;
    float: right;
    margin-right:0;
  }
  #creditcard .cancel {
    width: 100px !important;
    float: left !important;
    margin-right:0;
  }
  #creditcard #clear {
    width: 100px !important;
    float: left !important;
    margin-right:0;
  }
  #receipt .cancel {
    width: 100px !important;
    float: right;
    margin-right:0;
  }
}
@media (max-width: 590px) {
    #lookup .next {
        width: 100% !important;
        margin-bottom:30px;
    }
    #info .next {
        width: 100% !important;
        margin-bottom:30px;
        margin-top:30px;
    }
    #payment .next {
        width: 100% !important;
        margin-bottom:30px;
    }
    #creditcard .next {
        width: 100% !important;
        margin-bottom:30px;
    }
    #receipt .next {
        width: 100% !important;
        margin-bottom:30px;
    }

    #process_steps li{
        width: 55px !important;
    }

     #main_content .cancel {
        width: 100px;
        float:right;
        margin-right:0;
    }
    #main_content .back {
        width: 100px !important;
    }
}

@media (max-width: 1130px) and (min-width:971px){
    #payment_ack {
        width:445px !important;
    }
}

@media(max-width: 590px) {
    #imgLogo{
        height:46px !important;
    }

    .swipe-here-popup {
        top: 5%;
    }

    .swipe-here-popup-column {
        width: 90%;
        float: none;
    }

    .swipe-here-popup-arrow-right {
        float: none;
    }

    .swipe-here-popup-arrow-left {
        float: none;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/** 
    Size classes to normalize boundaries
*/

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}
