﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

body {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    color: #6a6a6a;
    background-color: #fff;
    width: 100%;
    float: left;
    font-style: normal;
}

#wrapper {
	width: 100%;
    float: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins',Helvetica,Arial,sans-serif !important;
	font-weight: 400;
	color: #0e395a;
}

p {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #6a6a6a;
	line-height: 22px;
}

span {
    font-style: normal;
}
a {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight: 400;
	color: #3465B8;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}

a:hover {
	color:#0e395a;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
}


a:hover, a:focus, a:active {
	text-decoration: none !important;
}

strong {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight: 700;
}
strong a {
    font-weight: 700;
}
em {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: italic;
}
small {
	color: #6a6a6a;
	line-height:1.5em;
	width: 100%;
    float: left;
	display:block;
	margin-top:5px;
	font-style: italic;
}
small.small-regular {
    margin-top:3px;
    font-style:normal
}
hr {
	border-top:1px solid #eee;
    margin:10px 0;
}
hr.full {
	width:100%;
	float:left;
}


/* ----------------- Header ----------------- */
header {
    background-color: #fff;
    box-shadow: 0px 2px 30px 0px rgba(161, 180, 189, 0.25);
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}
header .logo {
	max-height: 60px;
    width:auto;
    max-width:150px;
	float: left;
}
header p {
	color: #3465B8;
	float: right;
    margin:0;
}
header p a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #3465B8;
    font-size:16px;
    margin:0 15px;
}
header .tool-tip:hover span {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 7px 10px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    left: -40px;
    margin: 10px 0 0 0;
    width: 100px;
    position: absolute;
    top: 20px;
    text-decoration: none;
    text-transform: none;
    cursor: default;
    background-color: #000000;
    opacity: .7;
    text-align: left;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 0px #4e4e4e24;
    -moz-box-shadow: 1px 1px 10px 0px #4e4e4e24;
    -ms-box-shadow: 1px 1px 10px 0px #4e4e4e24;
    -o-box-shadow: 1px 1px 10px 0px #4e4e4e24;
    box-shadow: 1px 1px 10px 0px #4e4e4e24;
    white-space: normal;
    text-align: center;
}
header .signed-in p a:nth-child(2) .tool-tip:hover span,
header .guest p a:nth-child(1) .tool-tip:hover span{
    width:200px;
    left:-90px;
}
header p a:hover{
	color: #014466;
}

header p a:focus,
header p a:active{
	color: #014466;
}

/* ----------------- Nav ----------------- */
.header-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav {
}
nav ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}
nav ul li {
	display:inline-block;
	cursor:pointer;	
}
nav ul li a {
    color:#3465B8;
    padding: 9px 15px;
}
nav ul li a:hover {
}
nav ul li.active a {
    background: #F1F5FA;
    color: #014466;
    border-radius: 10px;
}
nav ul li.active a:after {
}

nav ul li a i {
}

/* ----------------- Footer ----------------- */
footer {
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid #eee;
}
footer.border {
	border-top: 2px solid #eee;
}
footer img {
	width:75px;
}
footer .links {
	float:right;
	color: #3465B8;
	margin-top:6px;
}
footer .links a {font-size:14px;}

/* ----------------- banner ----------------- */
.banner {
    background: #F1F5FA;
    background-size: cover;
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.banner h3 {
	color: #014466;
	margin-top:13px;
    font-weight:600;
}
.banner p {
	color: #fff;
}

/* ----------------- Guest banner ----------------- */
.guest-banner {
	background: url(../../images/shared/order-bkgd.png) no-repeat bottom -230px center;
	background-size: cover;
    padding: 30px 0 20px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.guest-banner h3 {
	color: #014466;
    font-weight:600;
	margin-top:13px;
    font-weight:600;
}
.guest-banner .form-container {
    background-color:rgba(255, 255, 255, 0.75);
    border:none;
    padding:30px;
}
.guest-banner .form-container p {
    color: #6a6a6a;
}
.guest-banner .form-container .form-group-inline {
    display: inline;
    width: 50%;
    float: left;
    padding-right:5px;
}
.guest-banner .form-container .form-group-inline.small {
    width:30%;
}
.guest-banner .form-container .form-group-inline input {
    margin:0;
}
.guest-banner .form-container button {
    width:20%;
    float:left;
    display:inline;
    margin:0;
    padding:10px 0;
    text-align:center;
}
.guest-banner p {
	color: #fff;
}

/* ----------------- breadcrumbs ----------------- */
.breadcrumbs {
	padding: 10px 0 0 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.breadcrumbs ul {
	margin: 0;
    padding: 0 0 10px 0;
	list-style:none;
    border-bottom: 2px solid #eee;
}

.breadcrumbs ul li {
	display: inline-block;
	font-weight:700;
	color: #0e395a;
}

.breadcrumbs ul li a {
	font-weight:700;
	color: #3465B8;
}
.breadcrumbs ul li a:hover {
	color: #0e395a;
}

.breadcrumbs ul li i {
	color: #ccc;
	padding: 0 10px 0 15px;
}


/* ----------------- wizard ----------------- */
.wizard {
    background: #F1F5FA;
    padding: 20px 0;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.wizard .wizard-group {
	list-style:none;
	padding:0;
	margin:0;
	width: 100%;
	float:left;
}

.wizard .wizard-group .wizard-item {
	display:inline-block;
	width: 200px;
	position: relative;
	padding-bottom: 20px;
    margin: 50px 0 0 0;
}

.wizard .wizard-group .wizard-item a {
    color: #014466;
	font-weight:700;
	position: relative;
	width: 200px;
    display: block;
    pointer-events:none
}


.wizard .wizard-group .wizard-item.completed a {
    pointer-events:all;
}
.wizard .wizard-group .wizard-item.completed a span {
    opacity:1;
}
.wizard .wizard-group .wizard-item.active a {
    pointer-events:all;
}
.wizard .wizard-group .wizard-item.active a span {
    opacity:1;
}

.wizard .wizard-group .wizard-item .wizard-title {
    font-style: normal;
}
.wizard .wizard-group .wizard-item a::after{
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #ddd;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   top: -25px;
   pointer-events: none;
}

.wizard .wizard-group .wizard-item.completed a::after {
	background-color: #5BBCB1;
    pointer-events:all;
}
.wizard .wizard-group .wizard-item.active a::after {
	background-color: #3465B8;
	z-index:10;
    pointer-events:all;
}
    .wizard .wizard-group .wizard-item.completed a::before,
    .wizard .wizard-group .wizard-item.active a::before {
        content: '';
        display: block;
        background-color: #5BBCB1;
        width: 190px;
        height: 4px;
        position: absolute;
        bottom: -20px;
        left: -97px;
        pointer-events: none;
    }
.wizard .wizard-group .wizard-item.first.completed a::before,
.wizard .wizard-group .wizard-item.first.active a::before{
	display:none;
	pointer-events: none;
}
.wizard .wizard-group .wizard-item a::before {
	content:'';
	display:block;
	background-color: #ddd;
	width: 189px;
    height: 2px;
    position: absolute;
    top: -19px;
    left: -97px;
	pointer-events: none;
}
/* ----------------- accordion ----------------- */
.accordion-style {
	margin-top: 30px;
}
.accordion-style .accordion {
	width: 100%;
	float: left;
}
.accordion-style .accordion-group {
	border-bottom: 1px solid #eee;
	width: 100%;
	float: left;
}
.accordion-style .accordion-group .accordion-toggle {
	position: relative;
    width: 100%;
    float: left;
} 
.accordion-style .accordion-group .accordion-toggle {
	color: #0e395a;
}
.accordion-style .accordion-group .accordion-toggle.collapsed {
	color: #3465B8;
}
.accordion-style .accordion-group .accordion-toggle.collapsed:hover {
	color: #0e395a;
}
.accordion-style .accordion-group .accordion-toggle.collapsed:hover .accordion-heading span.accordion-expand:before {
	color: #0e395a;
}



.accordion-style .accordion-group .accordion-toggle:hover .accordion-heading span,
.accordion-style .accordion-group .accordion-toggle:hover .accordion-heading span.close {
	opacity:1;
}
.accordion-style .accordion-group .accordion-toggle:focus {
	color: #3465B8;
}
.accordion-style .accordion-group .accordion-toggle .accordion-heading {
    cursor: pointer;
    display: block;
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.accordion-style .accordion-group .accordion-toggle .accordion-heading span {
	position: absolute;
	right:0;
	opacity:0.7;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 17px;
	padding-left:2px;
}
.accordion-style .accordion-group .accordion-toggle .accordion-heading span.close {
	float: none;
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    text-shadow: none;
    filter: none;
    opacity: 0.7;
}
.accordion-style .accordion-group .accordion-toggle.collapsed .accordion-heading span.accordion-expand:before {
	content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #3465B8;
    font-size: 18px;
    position: relative;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.accordion-style .accordion-group .accordion-toggle .accordion-heading span.accordion-expand:before {
	content: "\f056";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #0e395a;
    font-size: 18px;
    position: relative;
}

.accordion-style .accordion-group .accordion-body {
	width: 100%;
    float: left;
}
.accordion-style .accordion-group .accordion-body .accordion-inner {
	background-color: transparent;
	padding:20px;
	margin-bottom:15px;
}
.accordion-style.guide .accordion-group .accordion-body .accordion-inner {
	background-color: #f2fcfd;
}

/* ----------------- tabs ----------------- */
.tab-style {
}

.tab-style .nav-tabs {
	border-bottom: 2px solid #eee;
}
.tab-style .nav-tabs li {
	cursor: pointer;
	position: relative;
	z-index:20;
}
.tab-style .nav-tabs li:last-child a {
	margin-right:0;
}

.tab-style .nav-tabs li.active {
}

.tab-style .nav-tabs li a.active {
	border: none;
	border-bottom: 2px solid #3465B8;
	color: #3465B8;
}

.tab-style .nav-tabs li a {
	margin: 0 15px 0 0;
    padding: 10px 0;
    font-size: 14px;
	color: #0e395a;
	border: none;
	cursor: pointer !important;
	position: relative;
	z-index:10;
}
.tab-style .nav-tabs li a:hover {
	background-color: #fff;
	border:none;
	border-bottom: 2px solid #3465B8;
	color: #3465B8;
}
.tab-style .nav-tabs li a:focus {
	background-color: transparent;
}

/* --------------- lists ----------------- */
ul.inline {
	list-style: none;
	padding:0;
	margin:0;
}
ul.inline li {
	display:inline-block;
	padding:0 5px;
}

/* alerts */
.alert {
	position:relative;
    border-radius:10px;
}
.alert i {
	float:left;
	font-size:30px;
	padding: 11px 25px 11px 10px;
	font-weight: 700;
	color: #fff;
}
.alert-icon-small i {
    display:inline-block;
    float:unset;
    font-size:14px;
    padding:0 5px 0 0;

}
.alert h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #6a6a6a;
}
.alert h4 strong {
    color:#014466;
}
.alert p {
	color: #6a6a6a;
	margin-bottom:0;
}
.alert-success {
    background-color: #E8F7EF;
    border: none;
    /*border-left: 4px solid #00bd9d;*/
}
.alert-success i {
	color: #5BBCB1;
}
.alert-info {
    background-color: #F1F5FA;
    border: none;
    /*border-left: 4px solid #3465B8;*/
}
.alert-info i {
	color: #3465B8;
}
.alert-warning {
    background-color: #FEF9F1;
    border: none;
    /*border-left: 4px solid #ffc800;*/
}
.alert-warning i {
	color: #F3BD5F;
}
.alert-danger {
    background-color: #fbf3f0;
    border: none;
    /*border-left: 4px solid #f45f63;*/
}
.alert-danger i {
	color: #EE825C;
}
.alert-dismissable .close, .alert-dismissible .close {
	position:absolute;
	top: 31px;
	right:20px;
	z-index:10;
}

.alert .btn i,
.alert .btn-primary i,
.alert .btn-secondary i {
	padding: 0;
	font-size: 14px;
	color: inherit;
	float: none;
    font-weight: inherit;
}
.alert .btn i.fa-angle-right {
	font-size: 18px;
}
.alert .btn-primary,
.alert .btn-secondary {
	margin-bottom:0;
	margin-top:5px;
	float:right;
}
.alert-small i {
    font-size: inherit;
    padding: 0 5px 0 0;
    float: none; 
}
.note-small i {
    font-size: inherit !important;
    padding: 0 5px 0 0 !important;
    float: none !important;
}
.btn-secondary:focus {
    background-color:#286090;
    color: #fff;
    border-color:#286090;
}


/* notes */
.note {
	position:relative;
    color: #6a6a6a;
	margin-bottom:0;
    width: 100%;
    float: left;
    padding: 13px 15px;
}
.note i {
	float:left;
	font-size:30px;
	padding: 11px 25px 11px 10px;
	font-weight: 700;
	color: #fff;
}
.note-info {
    background-color: rgba(23, 163, 184, 0.10);
    border-left: 4px solid #3465B8;
}
.note-info small {
    margin-top:0;
    line-height:18px;
}
.note-info i {
	color: #3465B8;
}
/* ----------------- Main content section ----------------- */

.main {
	padding: 60px 0px;
	display:block;
	width: 100%;
    float: left;
	position: relative;
}


/* ----------------- common ----------------- */
.cursor-event-all {
    pointer-events: all;
}
.height-full {
	height: 100vh;
}
.width-full {
	width: 100%;
	float: left;
}
.d-block {
    display:block !important;
}
.inline-block {
	display: inline-block;
}
.float-none {
    float:none;
}
.link-italic {
	font-family: 'Poppins',Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-style: italic;
	color: #3465B8;
	display:inline-block;
}
.text-primary {
	color:#3465B8;
}
.icon-primary {
	color: #3465B8;
}
.mt-0 {
	margin-top:0px !important;
}
.mt-5 {
	margin-top:5px !important;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px !important;
}
.mt-25 {
	margin-top:25px !important;
}
.mt-30 {
	margin-top:30px !important;
}
.mb-0 {
	margin-bottom:0px !important;
}
.mb-5 {
	margin-bottom:5px;
}
.mb-10 {
	margin-bottom:10px !important;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-20 {
	margin-bottom:20px !important;
}
.mb-30 {
	margin-bottom:30px;
}
.mr-5 {
	margin-right:5px;
}
.mr-10 {
	margin-right:10px;
}
.mr-15 {
	margin-right:15px;
}
.mr-20 {
    margin-right:20px;
}
.mr-30 {
    margin-right:30px;
}
.ml-5 {
	margin-left:5px !important;
}
.ml-10 {
	margin-left:10px !important;
}
.position-relative {
    position: relative;
}
.position-relative .heading-icon {
    font-size: 10px;
    position: relative;
    top:-3px;
}
.z-indox-100 {
    position:relative;
    z-index:100;
}
.btn-back {
    height: 34px;
    width: 34px;
    text-align: center;
    margin-right: 10px;
    margin: -5px 10px 0 0 !important;
    padding: 8px 0px !important;
    display: inline-block;
    float: left;
    text-align: center;
}
.btn-back i {
    margin:0 !important;
}
/* ----------------- Animations ----------------- */

/* link hover effect */

a.link {
  position: relative;
  text-decoration: none;
}

a.link:before {
  content: "";
  position: absolute;
  color:#0e395a;;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* input highlight */

@-webkit-keyframes highlight {
	0% {
	  	background: #ffff99 url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;  
	}
  	100% { 
		background: #fff url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;
	}
}
@-moz-keyframes highlight {
	0% {
	  	background: #ffff99 url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;  
	}
  	100% { 
		background: #fff url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;
	}
}
@-o-keyframes highlight {
	0% {
	  	background: #ffff99 url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;  
	}
  	100% { 
		background: #fff url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;
	}
}
@keyframes highlight {
	0% {
	  	background: #ffff99 url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;  
	}
  	100% { 
		background: #fff url(../images/icon-arrow.png) right 12px center no-repeat;
		background-size: 12px auto;
	}
}


.highlight {
	 -webkit-animation: highlight 2s;
	-moz-animation: highlight 2s;
	-o-animation: highlight 2s;
    animation: highlight 2s;
}


/* spinner */

.fa-spinner.animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* ----------------- Buttons ----------------- */
a {
    font-weight:600;
}
.btn {
	border: none;
    font-weight:600;
	font-size: 14px;
    padding: 9px 23px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer !important;
	margin-bottom: 10px;
	margin-top:10px;
	outline:none;
	vertical-align: unset;
    white-space:normal;
    border-radius:30px;
}
.btn:hover {
	background-color: #0e395a;
	outline:none;
}
.btn:focus {
	outline:none !important;
    background:#0e395a;
    color:#fff !important;
}
.btn-primary {
	background-color: #3465B8;
	color: #fff;
}
.btn-primary[disabled]:hover {
    background-color: #3465B8;
	color: #fff;
    cursor:default !important;
}
.btn-default {
	background-color: #adadad;
	color: #fff;
}
.btn-default:hover {
	background-color: #0e395a;
	color: #fff;
}
.btn-default[disabled]:hover {
    background-color: #0e395a;
	color: #fff;
    cursor:default !important;
}
.btn-secondary {
	background-color: transparent;
	color: #3465B8;
	border: 2px solid #3465B8;
	padding:7px 23px;
}
.btn-secondary:hover {
	background-color: #0e395a;
	border-color: #0e395a;
	color: #fff;
}
.btn-secondary[disabled]:hover {
    background-color: #0e395a;
	border-color: #0e395a;
	color: #fff;
    cursor:default !important;
}
.btn-full {
    width:100%;
}
.btn[disabled] {
    cursor: default !important;
}
.btn-disabled {
    background-color: #ccc !important;
}
.btn.disabled {
	background-color: #ccc;
	cursor:default;
}
.btn.disabled:hover {
	background-color: #ccc;
	cursor:default;
}
.btn.disabled:focus{
	background-color: #ccc;
	cursor:default;
	outline:none;
}
.btn-full {
	width: 100%;
	float:left;
	text-align:center;
}
.btn-sm {
	font-size:12px;
}
.btn-sm i {
	font-size: 12px !important;
}
.btn-xs {
	font-size:12px;
    padding: 3px 15px;
}
.input-group {
    display:block;
    position:relative;
    z-index:0;
    max-width:450px;
}
.input-group .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.btn-input-group {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 9px 15px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width:90px;
}
.btn-input-group:focus {
    background-color:#014466;
}

a i.fa-angle-left,
button i.fa-angle-left {
	margin-right: 5px;
	font-weight: 700;
}
a i.fa-angle-right, 
button i.fa-angle-right {
	margin-left: 5px;
	font-weight: 700;
}
.btn-remove {
    width: 40px;
    text-align: center;
    padding: 6px 0;
    height: 40px;
    margin-top: 26px;
}


/* ----------------- form elements ----------------- */

label {
	font-weight:400;
	color: #6a6a6a;
    pointer-events:none;
}

label.multi-line{
	padding-top:0 !important;
	line-height:20px;
    word-break: break-word;	
    word-wrap: break-word;
    hyphens: none;
    -ms-hyphens: none;
}
label.multi-line span {
    display:block;
}
label.required {
    position:relative;
}
label.required i {
    font-size: 7px;
    position: relative;
    top: -3px;;
}
.form-group {
	width: 100%;
    float: left; 
}
.form-control {
    font-size: 14px;
    height: 40px;
    -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -ms-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    border-color: #C2CAD8;
}
.form-control:hover {
	border-color:#66afe9;
}
.form-control.input-small {
	max-width:150px;
}
.form-control.input-full {
	max-width:inherit;
    width:100%;
}
.input-inline {
    width: auto;
    display:inline-block;
}
.form-container {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(161, 180, 189, 0.15);
}
.form-container .form-header {
    padding: 5px 30px;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
}
.form-container .form-header h4{
    font-size:14px;
    font-weight:600;
}
.form-container .form-body {
    padding: 30px 30px 20px;
    width: 100%;
    float: left;
}
.form-container label {
	padding-top:6px;
}
.form-container hr {
	border-color: #ddd;
}
select.form-control {
	background: #fff url(../../images/shared/icon-arrow.png) right 12px center no-repeat;
	background-size: 12px auto;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	height: 40px;
	cursor:pointer;
    padding: 6px 30px 6px 12px;
}
select.form-control:disabled { 
	background:#f9f9f9 url(../../images/shared/icon-arrow.png) right 12px center no-repeat;
	background-size: 12px auto;
	cursor:default;
	color: #999;
}
select.form-control:disabled:hover {
	border-color: #ccc;
}

.has-error .form-control {
	border-color: #CC3E3E;
}
.has-error .form-control:focus {
    border-color: #CC3E3E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
}
.has-error .checkbox-style label::before {
    border-color: #CC3E3E;
}
p.error-message {
	color: #CC3E3E !important;
	font-size: 14px;
    margin-bottom:0;
    margin-top:4px;
    line-height:1.3em;
}
.box.active .box-body p.error-message {
    color: #CC3E3E;
}
p.error-message i {
    position: relative;
    top: -1px;
}
.form-control.error {
	border-color: #CC3E3E;
}
label.error {
	color: #CC3E3E;
}

/* cross browser focus corrections */

/* remove firefox default dropdown arrow */
select::-ms-expand {
    display: none;
}

/* remove firefox default dotted outline around select elements */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* remove IE blue background on select element focus*/
select::-ms-value {
    background: transparent; /* remove blue background on ie10/ie11 when selected*/
    color: #555;
}

/* removing firefox default dotted outline around accordion header */
.accordion-style .accordion-group .accordion-toggle:-moz-focusring,
.accordion-style .accordion-group .accordion-toggle.collapsed:-moz-focusring  {
    color: transparent;
    text-shadow: 0 0 0 #000;
}



/* Change the white to any color ;) */
/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}*/
::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.5em !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.8em !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.8em !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.5em !important;
}
/* select 2 placeholder fix for firefox */
#institutionId:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.9em !important;
}
#institutionId::-moz-placeholder { /* Mozilla Firefox 19+ */
 	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.9em !important;
}


/* select 2 single */
.select2-container--default .select2-selection--single {
	background: #fff url(../../images/shared/icon-arrow.png) right 12px center no-repeat;
	background-size: 12px auto;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	height: 40px;
	cursor:pointer;
	display: block;
    width: 100%;
    padding: 6px 12px;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display:none;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.ui-select-container:focus {
    outline:none;
}
.ui-select-container .ui-select-toggle {
    background: #fff url(../../images/shared/icon-arrow.png) right 12px center no-repeat;
    background-size: 12px auto;
    padding: 6px 30px 6px 12px;
}
.ui-select-container .ui-select-placeholder {
    margin-top: 3px;
    font-style: normal;
    color: #b6b6b6;
    display:inline-block;
}
.ui-select-container .ui-select-match-text {
    margin-top: 3px;
    font-style: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.ui-select-container .ui-select-toggle .caret {
    display:none;
}
.ui-select-container .ui-select-search {
    line-height:40px;
}


/* select 2 multiselect */
select[multiple].form-control {
	background: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f1f1f1;
	border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered { 
	padding: 0px 12px;
}
.select2-container--default .select2-selection--multiple {
	border-color: #ccc;
	padding: 6px 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ccc;
}
.select2-container--default .select2-selection--multiple:focus {
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.select2-results__option {
	padding: 6px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding: 3px 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
}
/* firefox placeholder fix for select 2 */
.destination input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.9em !important;
}
.destination input::-moz-placeholder { /* Mozilla Firefox 19+ */
 	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.9em !important;
}


/* checkbox */
.checkbox-style {
	position:relative;
}
.checkbox-style .checkbox-item {
	width: 100%;
	float: left;
}
.checkbox-style input {
	margin-bottom: 10px;
    opacity: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
}
.checkbox-style label {
	display: inline-block;
    padding-top:0;
    margin-bottom: 10px;
	width: 100%;
    padding-left: 35px;
	position:relative;
    pointer-events: inherit;
}
.checkbox-style label::before, 
.checkbox-style-single label::before {
	border-radius: 3px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-style label::before, 
.checkbox-style-single label::before, 
.radio-style label::before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.checkbox-style input[type="checkbox"]:checked + label::before, .checkbox-style-single input[type="checkbox"]:checked + label::before {
    background-color: #3465B8;
    border-color: #3465B8;
}


.checkbox-style input[type="checkbox"]:checked + label::after, .checkbox-style-single input[type="checkbox"]:checked + label::after, .radio-style input[type="radio"]:checked + label::after {
    color: #FFF;
}
.checkbox-style input[type="checkbox"]:checked + label::after, .checkbox-style-single input[type="checkbox"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox-style label::after, .checkbox-style-single label::after {
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 25px;
    left: 7px;
	top: 3px;
    font-size: 1.2rem;
}


/* file upload */
.file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-label {
	pointer-events: inherit;
	cursor:pointer;
}
.file-input + label {
    font-size: 14px;
    font-weight: normal;
    color: white;
    display: inline-block;
}

.file-input:focus + label,
.file-input + label:hover {
}
.file-input + label {
	cursor: pointer; /* "hand" cursor */
}
.file-input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* ----------------- tables ----------------- */

table {
	width: 100%;
    float: left;
	border-collapse: inherit;
	border-bottom: 1px solid #eee;
}

table thead {
	background-color: #Fff;
}

table thead th {
	padding: 10px 5px;
    line-height: 18px;
    font-size:13px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

table thead th span {
	display:inline-block;
    display: inline-block;
    color: #6a6a6a;
    text-transform: uppercase;
    font-size: 12px;

}

table tbody td {
	padding: 10px 5px;
	font-size: 13px;
	border-bottom: 1px solid #eee;
    line-height:18px;
}
table .status {
    padding: 5px;
    font-size: 12px;
    width: 90px;
    text-align: center;
    display: inline-block;
    line-height:17px;
    border-radius:6px;
    font-weight:600;
    color:#014466;
    width:100px;
}
table .status.processing {
	background-color: #e4f0fa;
}
table .status.fulfilled {
	background-color: #E8F7EF;
}
table .status.cancel {
	background-color: #F9EBE6;
}
table .status.hold {
	background-color: #f1f1f1;
}
table .status.pickup {
    background-color:#FDF5E7;
}
table .checkbox-style .checkbox-item label {
	position:relative;
	top:-20px;
	margin:0;
}
table.border {
	border: 1px solid #eee;
	border-top:2px solid #eee;
}
table.border th {
	border-bottom:1px solid #eee;
}
table .btn {
    font-size: 13px;
    padding:7px 13px;
    margin:0;
}
table thead th.col-100 {
    width:100px;
}
table thead th.col-250 {
    width:250px;
}


/* modals */
.modal.fade.show {
    opacity: 1;
}
.modal-backdrop.fade.show {
    opacity:.5;
}
.modal .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}
.modal .modal-header {
	padding: 20px 30px;
	background-color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal .modal-header .modal-title {
	color: #014466;
	font-weight:700;
}
.modal .modal-header .modal-title i {
    color: #3465B8;
}
.modal .modal-body {
	padding: 20px 30px;
}
.modal-body .modal-pricing {
    display:block;
    width: 100%;
    border: 1px solid #eee;
    padding: 8px 15px;
}
.modal-body .modal-pricing p {
    margin:0;
}
.modal-body .modal-pricing p span {
    float:right;
}
.modal .modal-footer {
	padding: 20px 30px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal .close {
	padding: 5px 0 0 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.modal .close i {
	font-size:20px;
	color: #333;
    position: relative;
    top: -2px;
}
.modal-footer button {
	margin:0;
}
.modal.no-header .modal-header {
	background-color: #fff;
	border-bottom:none;
	padding-bottom: 0;
}
.modal.no-header .modal-body {
	padding: 0 40px 40px 40px;
}
.modal.no-header .modal-body h3 {
	font-size: 22px;
	margin-top:5px;
}
.modal.no-header .close i {
	color: #000;
	font-weight:400;
}
.modal #fileUpload .well {
    background-color: #f2fcfd;
    border: 2px dashed rgba(14, 57, 90, 0.30);
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.modal #fileUpload .well p {
    margin-bottom:0;
}
.modal #fileUpload .well small {
    margin-top:0;
    margin-bottom:5px;
}
.modal #fileUpload table {
    margin-top:10px;
}
.modal #fileUpload table th {
    border-bottom:none;
}
.modal #fileUpload table td {
    border-top:none;
    vertical-align:middle;
}
.modal #fileUpload table td .btn-default {
    margin: 0;
    padding: 3px 15px;
}

/* ----------------- Login ----------------- */

#wrapper.login {
	min-height:100vh;
}
.login .container-fluid {
	height: 100vh;
}
.login .logo {
	max-height: 60px;
    width:auto;
    max-width:150px;
	margin-bottom: 30px;
}
.login .bg-img {
    display: block;
    background: url(../../images/shared/login-bkgd.png) no-repeat;
    background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}
.login-content-wrap {
	width: 100%;
	float: left;
	position: relative;
}
.login-content {
    margin: 0 auto;
    padding: 30px 18%;
    position: relative;
}
.login-content h3 {
	margin-bottom:20px;
}
.login-content p {
    color:#6a6a6a;
}
.login-content.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.login-content .login-logo {
    max-width:200px;
}
.login-content.right h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
}
.login-content.right .btn-secondary {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 10px auto;
}
.login-content .alert .btn-sm {
    float:none;
    margin:0;
    padding:6px 12px;
}
.login-content .alert-danger .text-long p {
    margin-bottom:5px;
} 
.login-content .seperator-or {
    color:#6a6a6a;
    margin-top: 15px;
    display: block;
}
.login-content .seperator-or:before {
    display:inline-block;
    content:"";
    border-top: 2px solid #eee;
    width: 40%;
    margin-right: 5%;
    top: -3px;
    position: relative;
}
.login-content .seperator-or:after {
    display: inline-block;
    content: "";
    border-top: 2px solid #eee;
    width: 40%;
    margin-left: 5%;
    top: -3px;
    position: relative;
}
.login-text {
    background-color:#f1ffff;
    border-radius: 3px;
    max-height:750px;
    overflow-x: auto;
}
.login-content .btn-secondary {
    border:1px solid #ddd;
    color:#6a6a6a;
    font-weight:400;
}
.login-content .btn-secondary:hover {
    color:#fff;
}
.login-footer {
    margin: 0 auto;
    width: 100%;
}
.login-footer img {
	margin-bottom:10px;
	width: 75px;
}
.login-footer .footer-links a {
    margin:0 5px;
    font-size:13px;
	font-weight:400;
}
.login-footer .footer-links a:first-child:before {
    display:none;
}
.login-footer .footer-links a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-weight: bold;
    font-size: 4px;
    position: relative;
    top: -3px;
    right: 5px;
}
.footer-links .tool-tip:hover span {
    bottom: 20px;
    margin: 0 0 10px 0;
    top:unset;
}
/* ----------------- forgot ----------------- */
#wrapper.forgot {
    min-height: 100vh;
}
.forgot .container-fluid {
	height: 100vh;
}
.forgot .logo {
	width: 100px;
	margin-bottom: 30px;
}
.forgot .bg-img {
    display: block;
    background: url(../../images/shared/forgot-bkgd.png) no-repeat;
    background-size: 100% auto;
    background-position-y: center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.forgot-content-wrap {
	width: 100%;
	float: left;
	position: relative;
}
.forgot-content {
	margin: 0 auto;
    padding: 30px 100px;
    position: relative;
}
.forgot .tab-content {
	margin-top:50px;
}
.forgot-content h3 {
	margin-bottom:20px;
    font-weight:600;
}
.forgot-content.right {
	margin-top: 15px;
}

.forgot-footer {
	margin: 0 auto;
    padding: 0;
    position: absolute;
	bottom:30px;
	left:0;
	width: 100%;
}
.forgot-footer img {
	margin-bottom:20px;
	width: 75px;
}
.forgot-footer a {
	margin:0 5px;
    font-size: 13px;
    font-weight:400;
}
.forgot-footer a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-weight: bold;
    font-size: 4px;
    position: relative;
    top: -3px;
    right: 5px;
}
.forgot-footer a:first-child:before {
    display: none;
}
/* -------------------- create account -------------------- */
top-account-creation .breadcrumbs {
    background: #F1F5FA;
}
top-account-creation .breadcrumbs ul {
    border-bottom:none;
}
#top #create-account {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}
#top #create-account h3 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    color: #0e395a;
    text-align: center;
    margin: 10px 0;
}
#top #create-account h3 + hr {
    display:none;
}
#top #create-account .semi-bold {
    font-weight: 700 !important;
    font-style: normal;
}
#top #create-account .help {
    font-size: 14px;
}
#top #create-account .panel-default {
    width:100%;
    float:left;
    margin-left:0;
    margin-right:0;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(161, 180, 189, 0.15);
}
#top #create-account .panel-default:nth-child(5) .panel-body .flex-container:nth-child(2) .col-md-12:first-child {
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: #FEF9F1;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
}
#top #create-account .panel-default:nth-child(5) .panel-body .flex-container:nth-child(2) .col-md-12:first-child ul {
    margin-top:5px;
}
#top #create-account .panel-heading {
    padding: 5px 30px;
    border-bottom: 1px solid #eee;
    width: 100%;
    float: left;
}
#top #create-account .panel-heading h3 {
    font-size: 14px;
    font-weight: 600;
    text-align:left;
}
#top #create-account .panel-heading + p {
    padding: 20px 30px;
    float: left;
    background-color: #FEF9F1;
    margin: 30px 30px 0 !important;
    display: block;
    border-radius: 10px;
}
#top #create-account .panel-body {
    border-radius: 5px;
    padding: 30px 20px 20px 20px;
    width: 100%;
    float:left;
}
#top #create-account .question-section-divider {
    display:none;
}
#top #create-account .panel-body .wrap {
    margin:0;
}
#top #create-account .panel-body .wrap div {
    width: 100%;
    float:left;
}
#top #create-account .panel-body .wrap .flex-item {
    margin:0 0 15px 0;
    width: 100% !important;
    float: left;
    position: relative;
    padding: 0;
}

#top #create-account .panel-body .form-group .col-xl-6,
#top #create-account .panel-body .form-group .col-l-6,
#top #create-account .panel-body .form-group .col-md-6,
#top #create-account .panel-body .form-group .col-sm-6 {
    with: 100% !important;
    float:left;
}
#top #create-account .panel-body .form-group label {
    width: 41.66666667%;
    position: relative;
    padding-left:15px;
    padding-right:15px;
    float:left;
    text-align:right;
    text-transform: inherit;
    font-family:'Poppins',Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size: 14px;
    letter-spacing:inherit;
}
#top #create-account .panel-body .form-group fieldset {
  
}
#top #create-account .panel-body .form-group fieldset label {
    width: auto;
    margin: 0;
    position: relative;
    padding: 1px 0px 1px 10px !important;
    float:none;
    text-transform: inherit;
    font-family:'Poppins',Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size: 14px;
    letter-spacing:inherit;
    pointer-events:inherit;
    text-align:center;
}
#top #create-account .panel-body .form-group fieldset label::before {
    left: -10px;
    top: 5px;
    position:relative;
}

#top #create-account .checkbox-style input[type="checkbox"]:checked + label::before, 
#top #create-account .checkbox-style-single input[type="checkbox"]:checked + label::before {
    background-color: #3465B8;
    border-color: #3465B8;
}
#top #create-account .checkbox-style label::after {
    left: 5px;
    top: 8px;
    color: #fff;
}
#top .checkbox-style input {
    position:absolute;
}
#top #create-account .submit {
    background-color: #fff !important;
    border: none;
    margin:20px 0 0 0 !important;
    padding:30px 0 0 0;
}
#top #create-account .submit .panel-body {
    background-color: #fff;
    padding-top:0;
    padding-bottom:0;
    margin-bottom:0;
    margin-top:0;
    text-align:center;
}
#top #create-account .submit .panel-body .form-group {
    margin:0;
}
#top #create-account .submit .panel-body .form-group fieldset div.checkbox-style {
    padding:0px !important;
    text-align:center;
    display: inline-block;
    width: unset !important;
    margin: 0 auto;
    float: unset;
}

#top #create-account .submit .panel-body .form-control {
    margin-bottom:0;
}

#top #create-account .submit p.error-message {
    width: 100%;
    font-size: 14px !important;
    text-align: center;
    padding: 10px;
    line-height: 1.3em;
    margin-top:4px;
}
#top #create-account .panel-body .form-group .input-tooltip {
    width: 58.33333333%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
#top #create-account .panel-body .wrap .flex-item label {
    width: 41.66666667%;
    position: relative;
    padding-left:15px;
    padding-right:15px;
    float:left;
    text-align:right;
    text-transform: inherit;
    font-family:'Poppins',Helvetica,Arial,sans-serif;
    font-weight:400;
    font-size: 14px;
    letter-spacing:inherit;
    pointer-events:none;
}
#top #create-account .panel-body .has-error .flex-item label {
    color: #6a6a6a !important;
    font-weight: 400 !important;
}
#top #create-account .panel-body .wrap .has-error .flex-item .input-tooltip input {
    border-color: #CC3E3E !important;
}
#top #create-account .input-tooltip .form-control {
	width:100%;
}
#top #create-account .panel-body .wrap .has-error .flex-item .input-tooltip input:focus {
    border-color: #CC3E3E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
}
#top #create-account .has-error input#Email.form-control.m-input:focus, 
#top #create-account .panel-body .wrap .has-error .flex-item .input-group .input-tooltip input:focus {
    border-color: #CC3E3E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
}
#top #create-account .panel-body .wrap .flex-item .input-tooltip {
    width: 58.33333333%;
    position: relative;
    padding-left:15px;
    padding-right:15px;
    float:left;
}
#top #create-account .panel-body .wrap .flex-item .input-group {
    width: 58.33333333%;
    position: relative;
    padding-left:15px;
    padding-right:15px;
    float:left;
}
#top #create-account .panel-body .wrap .flex-item .input-group .input-tooltip {
    width: 100%;
    float:left;
    padding:0;
}
#top #create-account .form-control {
     -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#top #create-account .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#top #create-account .panel-body .wrap .flex-item .input-group .input-tooltip input {
    border: 1px solid #ccc; 
    border-radius: 5px ;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#top #create-account .panel-body .wrap.has-error .flex-item .input-group .input-tooltip input {
    border-color: #CC3E3E !important;
}
#top #create-account .panel-body .wrap.has-error .flex-item .input-group .input-tooltip input:focus {
    border-color: #CC3E3E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
}
#top #create-account input#Email.form-control.m-input {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
#top #create-account input#Email.form-control.m-input:hover,
#top #create-account .panel-body .wrap .flex-item .input-group .input-tooltip input:hover {
	border-color:#66afe9;
}

#top #create-account input#Email.form-control.m-input:focus,
#top #create-account .panel-body .wrap .flex-item .input-group .input-tooltip input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#top #create-account .panel-body .wrap .flex-item .input-group span {
    display:none;
}
#top #create-account p.error-message {
    width: 58.33333333%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    margin: 0;
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 5px;
    padding-bottom: 0;
    color: #CC3E3E !important;
}
#top #create-account p.error-message a {
    color:#9a0f26 !important;
}
#top #create-account p.error-message i {
    font-size: 14px !important;
}
#top #create-account p.error-message a {
	color: #9a0f26;
}
#top #create-account select.form-control {
	background: #fff url(../../images/shared/icon-arrow.png) right 12px center no-repeat;
	background-size: 12px auto;
	-webkit-appearance: none;
	-moz-appearance:none;
	appearance: none;
	height: 40px;
	cursor:pointer;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 6px 30px 6px 12px;
}

#top #create-account .wrap.has-error select.form-control:focus {
    border-color: #CC3E3E;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(244, 81, 108, 0.65);
}
#top #create-account .form-control::-webkit-input-placeholder { /* WebKit browsers */
    font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.5em !important;
}
#top #create-account .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.8em !important;
}
#top #create-account .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
 	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.8em !important;
}
#top #create-account .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  	font-family: 'Poppins', helvetic, arial, sans-serif !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #b6b6b6 !important;
	line-height: 1.5em !important;
}
#top #create-account .btn-primary.btn-submit {
    background-color: #3465B8;
    border: none;
    font-weight:600 !important;
	font-size: 14px !important;
    padding: 9px 23px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top:30px;
	outline:none;
    letter-spacing: inherit; 
    margin:30px 0;
}
#top #create-account .btn-submit:hover {
    background-color: #0e395a;
    outline: none;
}
#top #create-account .panel-body .form-group .col-xl-6, 
#top #create-account .panel-body .form-group .col-l-6, 
#top #create-account .panel-body .form-group .col-md-6, 
#top #create-account .panel-body .form-group .col-sm-6 { width: 100% !important;}

#top #create-account .panel-body .form-group {
    width: initial;
    float: none;
}
#top #create-account input#AccountName,
#top #create-account input#Email,
#top #create-account input#Password,
#top #create-account input#Cellphone,
#top #create-account input#PasswordConfirmation,
#top #create-account input#EmailConfirmation,
#top #create-account div.email.form-control {
    width:100% !important;
}
#top .input-tooltip .form-control
{
    width: 100%;
}
/* -------------------- welcome -------------- */
top-welcome header {
    background: #F1F5FA;
    box-shadow: none;
}
.welcome-top {
    text-align: center;
    margin-top: 30px;
}
.welcome-top h1{
    font-size:40px;
    font-weight:600;
}
.welcome-top p{
    font-size:16px;
}
.main.welcome {
    background: url(../../images/shared/welcome-bkgd.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 20px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-position-y: -200px;
}
.welcome-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main.welcome .welcome-box {
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 100px 30px 60px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    cursor: default !important;
    box-shadow: 0px 22px 40px 0px rgba(161, 180, 189, 0.25);
    border-radius: 10px;
    width: 340px;
    align-self: stretch;
}
.main.welcome .welcome-box img {
    max-width:75px;
    margin-bottom:20px;
}
.main.welcome .welcome-box:hover {
	background-color: rgba(255, 255, 255, 0.95);
	cursor:pointer;
	-webkit-transition: scale(1.05, 1.05);
	-moz-transition: scale(1.05, 1.05);
	-ms-transition: scale(1.05, 1.05);
	-o-transition: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.main.welcome .welcome-box:hover i {
	color: #3465B8;
}
.main.welcome .welcome-box .welcome-text {
	padding:60px 40px;
	width: 100%;
	float:left;
}
.main.welcome .welcome-box .welcome-text .btn i {
    font-size:inherit;
    color:inherit;
    margin: 0 5px 0 0;
    transition:none;
}
.main.welcome .welcome-box a.btn-welcome {
	display:block;
	padding:60px;
}
.main.welcome .welcome-box i {
	color: #0e395a;
	font-size: 70px;
	margin-bottom: 30px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.main.welcome .welcome-box p {
	font-size: 18px;
	line-height:1.5;
    font-weight:600;
    color:#014466;
}

.main.welcome .welcome-box a.full-block-btn {
	display:block;
	width:100%;
	padding:60px;
}
.welcome-box.resume {
    display: flex;
    flex-direction: column;
}
.welcome-box.resume .welcome-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
}
.welcome-box.resume .welcome-text .resume-btns {
}
.welcome-box.resume .welcome-text .resume-btns .btn-secondary{
    margin-bottom:0;
}


/* student info*/
.order-title {
    font-size: 24px;
    font-weight: 600;
}
h4.two-lines {
    line-height: 24px;
}
/* -------------- destination -------------- */
.empty-container {
    border-radius: 10px;
    border: 2px dashed rgba(194, 202, 216, 0.50);
    margin-bottom: 20px;
    padding: 40px 30px;
    text-align: center;
}
.empty-container img {
    width:85px;
    margin-bottom:15px;
}
.empty-container .btn {
    margin-top:15px;
}
.destination .box {
    margin-top: 27px;
    margin-bottom: 10px;
}
.destination .box .box-body {
	padding: 20px 20px 0 20px;
}
.destination .box .box-body .trans-item p span {
    font-style:normal;
}
.destination .box .box-body .trans-item p {
    padding-left:0;
    padding-right:20px;
}
.destination .destination-title {
    font-size:16px;
    font-weight:600;
    width:100%;
    float:left;
}
.destination .main-question {
    background: #F1F5FA;
    padding: 30px;
    border-radius: 10px;
}
.destination .destination-card {
    margin-bottom:10px;
}
.destination .form-container .form-flex {
    padding: 30px 30px 20px;
    width: 100%;
    float: left;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.destination .form-container .form-flex .form-left {
    flex-direction: row;
    display: flex;
}
.destination .form-container .form-flex strong {
    color:#014466;
}
.destination .form-container .form-flex .icon {
    background: #FEF9F1;
    color: #F3BD5F;
    height: 36px;
    width: 36px;
    text-align: center;
    padding: 8px 0;
    border-radius: 30px;
    margin-right: 20px;
}
.destination .form-container .form-footer {
	width:100%;
	float:left;
	text-align:right;
}
.destination .form-container .form-footer .btn-primary {
    margin-right: 5px;
}
.destination .form-container .multi-line2 {
    padding-top:0;
}
.destination .form-container .btn-trash {
    border: 2px solid #3465B8;
    border-radius: 30px;
    padding: 5px;
    height: 34px;
    width: 34px;
    text-align: center;
}
.destination .form-container a:hover {
    background:#014466;
    color:#fff;
}
.destination .pickup-note {
    float: right;
    font-size: 12px;
    line-height: 18px;
}
.destination .pickup-note a {
    color:#014466;
}
.destination .pickup-note a:hover {
    opacity:0.7;
}
/* -------------- recipient -------------- */
.box {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(161, 180, 189, 0.15);
    border: none;
    border-radius: 10px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.box .box-header {
	width: 100%;
    float: left;
    margin-top: 20px;
    background-color: #3465B8;
    padding: 0 20px;
}

.box .box-header h4 {
	color: #fff;
}

.box .box-body {
	width: 100%;
    float: left;
	padding: 20px 20px 10px;
	position:relative;
}

.box .box-body .trans-item {
	background-color: #fff;
    border: 1px solid #3465B8;
    border-radius: 5px;
    padding: 10px;
	position:relative;
	margin-bottom:20px;
    width:100%;
    float:left;
}

.box .box-body .trans-item p {
	margin-bottom: 0;
	line-height:22px;
	padding-left:10px;
}
.box .box-body .trans-item a {
	display:block;
	position: absolute;
	top:10px;
	right: 10px;
	color:#3465B8;
}
.box .box-body .trans-item a:hover {
	color: #0e395a;
	
}
.box .box-body .trans-item a i {
	font-size: 20px;
}

.box .accordion-style .accordion-group {
	border-color: rgba(23, 163, 184, 0.20);
}
.box .accordion-style .accordion-heading {
	border-top: 1px solid #eee;
}
.box .box-footer {
	width: 100%;
    float: left;
	padding: 10px 20px 10px;
	position:relative;
	text-align:right;
	border-top: 1px solid #eee;
}

.recipient .form-container {
	margin:0;
}
.recipient .box.active .box-body {
	padding-top:0;
}
.recipient .box-body label {
    padding-top: 6px;
}
.recipient .box-body .tab-style {
	margin-bottom:30px;
}
.recipient .box-body .tab-content {
	width: 100%;
	float:left;
	margin-bottom:15px;
}
.recipient .box-body .tab-style .nav-tabs li a {
	font-size: 14px;
	font-weight:600;
	background: none;
}
.recipient .box-body .tab-style .nav-tabs {
	border-bottom: 2px solid rgba(23, 163, 184, 0.20);
}


/* -------------- options -------------- */
.box.complete {
	border-color: #0e395a;
	background: #fff;
    cursor:pointer;
    -webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    margin:10px 0;
}
.box.complete:hover {
    box-shadow:0px 0px 10px #dcdcdc;
    -webkit-transform: scale(1.005);
	-moz-transform: scale(1.005);
	-ms-transform: scale(1.005);
	-o-transform: scale(1.005);
    transform: scale(1.005);
}
.box .box-body .box-icon {
	background-color: #ccc;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    color: #fff;
	position: absolute;
    top: 20px;
}
.box .box-body .box-icon i {
	padding: 8px 8px 7px 9px;
	display:block;
}

.box .box-body .box-remove {
	display: inline-block;
    text-align: center;
    border-radius: 15px;
    color: #3465B8;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
	cursor:pointer;
}

.box .box-body .box-remove:hover {
	color: #0e395a;
	
}

.box .box-body .box-edit {
	display: inline-block;
    text-align: center;
    border-radius: 15px;
    color: #3465B8;
    position: absolute;
    bottom: 8px;
    right: 20px;
    font-size: 20px;
}

.box .box-body .box-edit:hover {
	color: #0e395a;
	
}

.box .box-body p.address {
	padding-left:45px;
	line-height:1.5em;
    margin-bottom:20px;
}
.box .box-body p.address span.title {
    color: #0e395a;
    font-style:normal !important;
    font-size:14px;
}
.box .box-body p.address span {
    color: #6a6a6a;
    font-style:italic !important;
    font-size:13px;
}

.box .box-body hr {
	margin-bottom:10px;
}

.box .box-body small {
	margin-top:0;
}
.box .box-body .form-group small {
    margin-bottom:2px;
}
.box.complete .box-body .box-icon {
    background-color: #E8F7EF;
    color: #5BBCB1;
}

.box.complete .box-body p {
	color: #0e395a;
}
.box.complete .box-body p span{
    font-style:normal;
}
.box.complete .box-body ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.box.complete .box-body ul li {
	color: #6a6a6a;
	line-height:1em;
	display:inline-block;
	margin-top:0px;
	font-size: 14px;
    color:#0e395a;
}
.box.complete .box-body ul li:first-child:before {
	display:none;
}
.box.active {
    margin:10px 0;
}
.box.active .box-body {
	padding-bottom:0;
}
.box.active .form-group label {
    padding-top: 6px;
}
.main.option .box.active .checkbox-style input {
    top:2px;
}
.main.option .box.active .checkbox-style label::after{
    top: 6px;
    line-height: 25px;
}
.checkbox-style input:focus + label::before {
    border-color:#66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.box.active .box-body .tab-style .nav-tabs li a {
	padding: 15px 0;
}
.box.active .box-body .tab-style .nav-tabs li.disabled a {
	color: #999;
	border-color: transparent;
	cursor:no-drop !important;
}
.box.active .box-body .box-icon {
    background: #e1e8f4;
    color: #3465B8;
}

.box.active .box-body p {
	color: #0e395a;
}
.box.active .box-body .p-label {
    color:#6a6a6a !important;
}
.box.active .box-body hr {
	margin-bottom:20px;
}
.box.active .box-body .attachment p {
	margin-bottom:0;
}
.box.active .box-body .attachment hr {
	margin:5px 0;
}
.box.active .accordion-style .accordion-group:first-child {
	margin-top:10px;
}
.box.active .accordion-style .accordion-group:last-child {
	border-bottom: none;
}
.box.active .accordion-style .accordion-group .accordion-toggle .accordion-heading {
	font-weight:600;
}
.box.active .accordion-style .accordion-group .accordion-body .accordion-inner {
	padding: 0;
}
.box.active .well {
	background-color:transparent;
	border: 2px dashed #adc1cc;
	text-align:center;
    margin-bottom:10px;
    width: 100%;
    float: left;
}
.box.active .well p {
	margin:0;
}
.box.active .well small {
    font-style:normal;
}
.box.active .btn-row p {
    margin-right:10px;
}
.box.active .table {
	border-bottom: none;

}
.box.active table thead {
	background-color: transparent;
}
.box.active table thead th {
	border-bottom: 1px solid rgba(23, 163, 184, 0.20);
}
.box.active table tbody tr td {
	border-top:none;
	border-bottom: 1px solid rgba(23, 163, 184, 0.20);
	vertical-align:middle;
}
.box.active table tbody tr td .btn {
	margin:0;
	padding:5px 15px;
}
.box.active table tbody tr td .btn-secondary {
	margin:0;
	padding:3px 15px;
}

.box.default {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(161, 180, 189, 0.15);
    cursor:pointer;
    border:none;
}
.box.default:hover {
    -webkit-box-shadow:0px 0px 10px #dcdcdc;
    box-shadow:0px 0px 10px #dcdcdc;
    -webkit-transform: scale(1.005);
	-moz-transform: scale(1.005);
	-ms-transform: scale(1.005);
	-o-transform: scale(1.005);
    transform: scale(1.005);
}
.box.default .box-body p.address {
	color: #5a5a5a;
}
.box .box-body p.address .titlePickup {
    margin-top:5px;
    display:block;
}
.box.default .box-body p {
	color: #0e395a;
}
.box.default .box-body small {
	opacity: 0.8;
}
.box.default .box-body .box-icon {
	background-color: #fff;
	border: 5px solid #ccc;
}
.box.default .box-body ul {
	margin:0;
	padding: 0;
}
.box.default .box-body ul li {
    color:#6a6a6a;
	line-height:1em;
	display:inline-block;
	margin-top:0px;
	font-style: italic;
	font-size: 14px;
}
.box.default .box-body ul li:before {
	content: "|";
	padding-right:5px;
}
.box.default .box-body ul li:first-child:before{
	display:none;
}


/* ------------- payment / confirmation ---------------- */
.sticky-row {
    display: flex;
}
.sticky-sidebar {
    position: sticky;
    top: 20px;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 0;
    overflow: visible;
}
.sticky-sidebar h2 {
    margin: 0 0 20px;
}
.sticky-sidebar ul {
    padding-left: 0;
    list-style: none;
}
.sticky-sidebar ul li {
    margin-bottom:5px;
}
.sticky-sidebar ul li strong {
    color:#014466;
}
.payment h5 {
    font-size: 16px;
}
.payment .top-row .button-left {
    text-align: right;
}
.payment table thead th:first-child {
    min-width:150px;
    padding-left:10px;
}
.payment table thead th:nth-child(5) {
    min-width:122px;
}
.payment table thead th:last-child {
    padding-left:10px;
}
.payment .confirmation-buttons {
    display: inline-block;
    float:right;
}
.payment textarea {
    width:100%;
    max-width:inherit;
    height:80px;
}
.sidebar-item {
	width: 100%;
	float: left;
	margin-bottom:30px;
}
.sidebar-item ul {
	list-style:none;
	padding:0;
	margin:0;
}

.sidebar-item ul li {
	margin-bottom:10px;
}
.sidebar-item ul li a {
	display:block;
	font-size: 14px;
}
.sidebar-item .img-container {
	width:100%;
	float: left;
	padding-top:5px;
	text-align:center;
}
.sidebar-item .img-container img {
	width: 75%;
}

.sidebar-item:first-child {
	margin-top:13px;
}
.sidebar-item:first-child h2 {
	margin-top:0;
}

.sidebar-item.first {
	margin-top:0px;
}
.sidebar-item.first h2 {
	margin-top:0;
}
.sidebar-item .info-email {
	word-break: break-all;
}
.loading-wrap {
    position:fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    z-index:10
}
.loading-wrap .loading-overlay {
    position:relative;
    background-color: #fff;
    z-index: 10;
    opacity: .5;
    width: 100vw;
    height: 100vh;
}
.loading-wrap .loading-content {
    z-index: 12;
    position: fixed;
    top: 30vh;
    width: 100vw;
    text-align: center;
}
.loading-wrap .loading-content .loading-text {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -moz-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -ms-box-shadow: 1px 1px 10px 0px #f1f1f1;
    -o-box-shadow: 1px 1px 10px 0px #f1f1f1;
    box-shadow: 1px 1px 10px 0px #f1f1f1;
}
.loading-wrap .loading-content i {
    font-size: 40px;
}
.modal-footer .step-indicators {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding-top:5px;
}
.modal-footer .step-indicators i {
    color: #eee;
    font-size:9px
}
.modal-footer .step-indicators i.active {
    color: #3465B8;
}
.btn-ferpa {
    background-color: transparent;
    color: #6a6a6a;
    border: 2px solid #eee;
    padding: 20px;
    display: block;
    white-space: inherit;
    text-align: left;
    text-transform: capitalize;
    position:relative;
}
.btn-ferpa i {
    color: #3465B8;
    font-size: 33px;
    float: left;
    margin-top: -6px;
    margin-right: 10px;
}
.btn-ferpa:hover {
    color: #3465B8;
    border: 2px solid #3465B8;
    background-color:#fff;
}
.btn-ferpa.selected {
    color: #3465B8;
    border: 2px solid #3465B8;
    background-color:#fff;
}
.btn-ferpa.selected::after {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    right: 20px;
    top: 16px;
    height: 26px;
    width: 26px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    background-color: #3465B8;
    color: #fff;
    border-radius: 20px;
    line-height: 28px;
}
.modal-table {
    border: 1px solid #eee;
    padding-bottom:10px;
    margin-bottom:20px;
}
.modal-table tbody th {
    padding:8px 10px 10px 10px;
}
.modal-table tbody td {
    padding:10px 10px 0;
    border-bottom:none;
}
.complete-icon {
    float: left;
    font-size: 70px !important;
    margin-right: 20px;
    color: #3465B8;
    margin-top: 3px;
}

.signature-entry-container p {
    margin:0;
}
.signature-entry-container button {
    margin: 0 0 5px 0
}
.signature-entry-container canvas {
    width: 100%;
    height:125px;
    -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -moz-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -ms-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/* --------------- my orders --------------- */
top-my-orders header {
    background: #F1F5FA;
    box-shadow: none;
}
top-my-orders nav ul li.active a {
    background:#fff;
}
top-my-orders .banner {
    background: url(../../images/shared/history-bkgd.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 20px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-position-y: -110px;
}
top-my-orders .main {
    padding: 100px 0;
}

.order table thead th:first-child {
    padding-left: 0px;
}
.order table thead th {
	vertical-align: center;
}
.order table thead th .inline-block {
	display: inline-block;
}
.order table tbody td {
	vertical-align: top;
}

.order table tbody td p.underline {
	border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
	padding-top:0px;
    overflow: auto;
}
.order table tbody td p.underline:last-child {
    border-bottom:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* --------------- order detail --------------- */
.order-detail {
    padding:80px 0;
}
.order-detail .main-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
}
.order-detail h5 {
    font-size: 16px;
}
.order-detail .alert {
    margin-bottom:30px !important;
}
.order-detail .form-container {
    box-shadow: none;
    background:#FEF9F1;
}
.order-detail .total-badge {
    background: #F3BD5F;
    color: #014466;
    display: inline-block;
    padding: 10px 17px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.order-detail .sticky-sidebar h2 {
    font-weight:600;
    color:#014466;
    font-size:40px;
}
.order-detail table thead th:first-child {
    min-width: 150px;
    padding-left: 10px;
}
.order-detail table thead th:last-child {
    padding-right:10px;
}
.modal #fileUpload .btn-row p {
    margin-right: 10px;
}

ul.hold-list {
    margin-bottom:0;
    margin-top:5px;
    padding-left:0;
    list-style-position:inside;
}
ul.hold-list small {
    width:inherit;
    float:none;
    display:inline;
}

.history-item {
    margin-bottom:10px;
}
.history-item .history-date {
    margin-bottom:5px;
    color:#014466;
}
.history-item .history-content {
    border-bottom: 1px solid #eee;
    display: flex;    
    flex-direction: row;
    justify-content: space-between;
    padding-bottom:10px;
}
.history-item .history-content .history-title {
    margin-bottom:0;
    display:flex;
}
.history-item .history-content .history-title .text {
    display: flex;
    flex-direction: column;
    line-height:20px;
}
.history-item .history-content .history-title .text span:first-child{
    margin-bottom:3px;
}
.history-item .history-icon {
    background: #3465b8;
    color: #fff !important;
    height: 40px;
    width: 40px;
    margin-right: 13px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
}
.history-item .history-time {
    min-width: 80px;
    text-align: right;
}
.discount-strike {
    text-decoration: line-through;
}
.discount-new {
    font-weight: bold;
    display: inline-table;
}

/* tooltip */
.tool-tip {
    text-decoration: none;
}
.tool-tip:hover {
    cursor:pointer;
    position: relative;
}
.tool-tip span {
    display: none;
}
    .tool-tip:hover span {
        color: #6a6a6a;
        font-size: 13px;
        line-height: 18px;
        padding: 10px 15px;
        display: block;
        z-index: 100;
        left: 0px;
        margin: 10px 0 0 0;
        width: 250px;
        position: absolute;
        top: 20px;
        text-decoration: none;
        text-transform: none;
        cursor: default;
        background-color: #fff;
        text-align: left;
        border: 1px solid #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 10px 0px #4e4e4e24;
        -moz-box-shadow: 1px 1px 10px 0px #4e4e4e24;
        -ms-box-shadow: 1px 1px 10px 0px #4e4e4e24;
        -o-box-shadow: 1px 1px 10px 0px #4e4e4e24;
        box-shadow: 1px 1px 10px 0px #4e4e4e24;
        white-space: normal;
    }


/* ----------------- contact page ----------------- */
.contact-banner {
    background: url(../../images/shared/help-bkgd.png) no-repeat bottom -210px center;
    background-size: cover;
    padding: 110px 0 200px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
}
.contact-banner h1 {
	color: #014466;
	margin-top:13px;
    font-weight:600;
}
.contact-banner h4 {
	color: #6a6a6a;
    font-size:16px;
}
.main.contact {
    padding: 0;
}
.contact-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -100px;
    background-color: #fff;
    text-align: center;
    padding: 40px 60px;
    box-shadow: 0px 22px 40px 0px rgba(161, 180, 189, 0.25);
    border-radius: 10px;
    width: 400px;
    margin: 0 40px;
}

.contact-box h3 {
    font-weight:600;
    font-size:18px;
}
.contact-box img {
    max-width:75px;
}


/* profile */
top-profile header {
    background: #F1F5FA;
    box-shadow: none;
}
top-profile .banner {
    background: url(../../images/shared/history-bkgd.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 20px;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background-position-y: -110px;
}