html {
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
    -ms-font-smoothing: antialiased!important;
}

body {
    margin: 0;
    font-family: 'Arial', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    background-color: #f8f8f8 !important;
}

body > .container {
  padding: 10px 10px 0;
}

code {
    font-family: 'Arial', source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: 80%;
}

.header {
    height: 100px;
    background-color: #fff;
    border-bottom: solid 0.5px #e6e7e8;
    font-family: Arial;
    width:100%;
    margin:0 auto;
}

.siteName {
  /* width: 310px;
  height: 55px; */
  font-family: Arial;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #02584c;
  margin-left: 10px;
}

/** Stepper */
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:10px;
}

/**
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
**/

.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}

.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/*
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
*/

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}

.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}

.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color: #007367;
}

.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color: #F2A900;
}

.md-stepper-horizontal.gray .md-step.active .md-step-circle {
	background-color:#00AE4D;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}

.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}

.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}

/*
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
*/
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:10px;
	font-size:16px;
	font-weight:600;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}

.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:25px;
	height:1px;
	border-top:1px solid #DDDDDD;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
/** Stepper end **/

.footerText {
  height: 14px;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

#content {
  background-color: #f8f8f8;
  padding-bottom: 40px;
  text-align: center;
}

#progressSteps {
  background-color: white;
  padding-bottom: 20px;;
}

#findTicket #highlight {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #007363;
}

h2 {
  color: #007363;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #007363;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #007363;
}

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
  color:white;
  text-align: right;
  border: solid 1px #707070;
  background-color: #6c757d;
  /* margin-right: -100px; */
}

.footer > .container {
  width: 100%;
  max-width: 100%;
}

/*
#monerisCheckoutDiv {
    height: 100vh;
    min-height: 100vh;
}
*/
@media only screen and (max-width: 1200px) {
  #monerisPaymentDiv {
      height:920px !important;
  }
}

@media only screen and (max-width: 1000px) {
  #monerisPaymentDiv {
      height:1020px !important;
  }
}

@media only screen and (max-width: 550px) {
  .md-stepper-horizontal .md-step .md-step-title {
	  font-size:12px !important;
  }
  .footer span {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 420px) {
  .footer span {
    font-size: 9px !important;
  }
}

@media only screen and (max-width: 375px) {
  #monerisPaymentDiv {
      height:1020px !important;
  }
}

#monerisPaymentDiv {
    height:880px;
    width:100%;
    overflow:auto;
    overflow-y:hidden;
}

div.info,div.success,div.warning,div.error {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

::-ms-reveal {
	display: none !important;
}

span.success {
	color: #4F8A10;
}

span.error {
	color: #D8000C;
}

ul.choices li {
	list-style:none;
	display:inline;
	font-size:10pt;
	padding-left: 5px;
	border-left: 1px solid #000;
}

ul.choices li:first-child {
	padding-left: 0px;
	border-left: none;
}

ul.friends li {
	padding-top:5px;
	padding-bottom:5px;
	list-style:none;
}

div.accountConnection {
	margin: 10px;
	width: 600px;
	background-color: #ffffff;
	border: 1px solid #006600;
}

div.accountConnection h4 {
	margin-top: 0;
	color: #ebf1e7;
	background-color: #666;
}

div.accountConnection h4 img {
	vertical-align: middle;
}

.jumbotron {
	padding-top: 0px;
	color: #ebf1e7;
	background-color: #666;
	font-family: "Varela Round",sans-serif;"
}

.jumbotron h1 {
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #ebf1e7;
}

.jumbotron p {
	font-weight: 400;
	font-size: 15px;
	width: 50%;
}

.jumbotron .project-title {
    display: inline-block;
    border-top: 3px solid #6db33f;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    padding-top: 8px;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 30px;
    margin-top: 60px;
}

.jumbotron label {
	width: 100px;
}

.btn-form {
	background-color: #34302d;
    background-image: none;
    border-radius: 0;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat",sans-serif;
    border: 2px solid #6db33f;
    text-shadow: none;
    transition: border 0.15s;
    -webkit-transition: border 0.15s;
    -moz-transition: border 0.15s;
    -o-transition: border 0.15s;
    -ms-transition: border 0.15s;
    text-transform: uppercase;
}

.page-link {
    color: #212529 !important;
    font-weight: 400 !important;
}

/**
.btn-primary {
	background-color: #34302d;
    background-image: none;
    border-radius: 0;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 14px;
    font-family: "Montserrat",sans-serif;
    border: 2px solid #6db33f;
    padding: 21px 60px;
    text-shadow: none;
    transition: border 0.15s;
    -webkit-transition: border 0.15s;
    -moz-transition: border 0.15s;
    -o-transition: border 0.15s;
    -ms-transition: border 0.15s;
    text-transform: uppercase;
}
**/

/* *********************************************************** */

.panel {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

.panel > .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}

.panel > .panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel > .panel-heading a.active {
    color: #029f5b;
    font-size: 18px;
}

.panel > .panel-header hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.panel input[type="text"],
.panel input[type="password"],
.panel input[type="email"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.panel input:hover,
.panel input:focus {
    outline:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

.btn {
    width: 30%;
}

.btn-cpa-green {
    background-color: #007367;
    border-color: #005A4F;
    color: #FFFFFF;
}

.btn-cpa-green:hover,
.btn-cpa-green:active,
.btn-cpa-green:focus{
    background-color: #023E38;
    border-color: #005A4F;
    color: #FFFFFF;
}

.btn-cpa-green:disabled,
.btn-cpa-green[disabled]{
  border: 1px solid #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-primary {
    background-color: #007367;
    border-color: #005A4F;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background-color: #023E38;
    border-color: #005A4F;
    color: #FFFFFF;
}

.btn-primary:disabled,
.btn-primary[disabled]{
  border: 1px solid #6C757D;
  background-color: #6C757D;
  color: #FFFFFF;
}

.btn-outline-secondary {
    background-color: #FFFFFF;
    border-color: #02584c;
    color: #02584c;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus{
    background-color: #023e38;
    border-color: #02584c;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus{
    background-color: #9c2833;
    border-color: #9c2833;
    color: #FFFFFF;
}

.btn-success {
    background-color: #6cc24a;
    border-color: #6cc24a;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus{
    background-color: #54953a;
    border-color: #54953a;
    color: #FFFFFF;
}

a {
	color: #007367;
}

a:hover,
a:focus{
	color: #023E38;
}

a.cancel-form-link {
	color: #888;
}

/**
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}

*/

tr {
    width: 100%;
    display: inline-table;
    table-layout: fixed;
}

table{
    height: 350px;
    display: -moz-groupbox;
}

tbody{
    overflow-y: scroll;
    height: 325px;
    display: block;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

input::-webkit-input-placeholder {
    font: 14px/3 sans-serif;
    overflow: visible;
    line-height: 4;
}

.hidden {
    display: none;
}

/* Banner */
.banner {
  margin: 10px auto 0;
  width: 800px;
  max-width: 90%;
  margin-bottom: 10px;
  padding: 13px 24px 33px;
  position: relative;
  border-style: solid;
  border-width: 4px 4px 4px 36px;
  font: 16px/24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #333;
}

.banner::before {
  top: 19px;
  left: -28px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  clear: both;
  font-size: 12px;
  line-height: 14px;
  content: ""; /* ensure the pseudo-element renders */
}

.banner_notification {
  border-color: #0057b8;
}

.banner_notification::before {
  background: #fff;
  content: "\2139";
  color: #0057b8;
}

.banner__header {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  color: #333;
}

.banner__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.banner__content p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
/* Banner end */


/**
input {
    display: block;
    width: 400px;
    padding: 0 20px;
}
**/
