/*******************
Colors

Primary
=======

Flamingo
#F06739

Tuna
#42424E

Elm
#20938C

Coffee
#766B5D

Evil Gray
#666666

Secondary
=========

Mine Shaft
#414141

Hoki
#5C7D8F

Makara
#867B6C

Tan Hide
#FA9D50

Wax Flower
#FFC5B0


Alerts
======

Chelsea Cucumber
#6FA74E

Cornflower Blue
#4184F3

Punch
#E0584C


Backgrounds
===========

Swirl-1
#E5E0DA

Merino
#F6F1EA

Swirl
#E3DDD6

Pampas
#E7E3D8

Soft Amber
#DACEBC

Cararra
#EAEAE2


********************/

/* root variables */
:root {
	--color-primary: #F06739;
	--button-CTA-natural: #F06739;
	--button-CTA-hover: #D45B32;
	--button-CTA-active: #D45B32;
	--box-shadow: 3px 3px 12px #ccc;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%;
}

label {
	font-weight: 500;
}

label.redirect {
	padding-top: 15px;
}

label.error {
	color: #ff1205;
}

.body {
	padding: 0px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
}

.row.normal {
	margin-left: 0;
	margin-right: 0;
}

.pagination {
	margin: 10px 0;
}

/***************************************

Typography

****************************************/

a,
a:focus,
a:hover {
	color: #f05a28;
	outline: none!important;
}

p {
	font-family: 'Calibre', 'Helvetica', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Calibre', 'Helvetica', 'Helvetica Neue', sans-serif;
}


/*Desktop*/

h1 {
	font-weight: 200;
	font-size: 50px;
	color: #313131;
	line-height: 1.5;
}

h2 {
	font-weight: 200;
	font-size: 35px;
	color: var(--color-navy);
	line-height: 1.5;
}

h3 {
	font-weight: normal;
	font-size: 1.9rem;
	line-height: 1.5;
}

h1 .fa-edit {
	cursor:pointer;
}

h1 .select-style {
    width:auto;
    padding-right:20px;
    display: unset;
    position:relative;
    top:-10px;
}

p.use-defaults {
	bottom: 0;
	position: absolute;
	right: 20px;
}

.small-center {
	display: block;
	text-align: center;
}

.give-pointer {
	cursor: pointer;
}

.toggle {
	width: 0;
	height: 0;
}

.toggle + label {
	position: relative;
	width: var(--toggleWidth);
	height: var(--toggleHeight);
	display: inline-flex;
	align-items: center;
	border-radius: 25px;
	cursor: pointer;
	transition: background 0.3s ease-in-out;
	text-indent: calc(var(--toggleWidth) + 10px);
	white-space: nowrap;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	box-shadow: inset 0 1px 5px #0000004D;
	margin-bottom: 0;
	left: -8px;
	position: relative;
}

.toggle + label:after {
	content: "";
	width: calc(var(--toggleHeight) - (var(--toggleGap) * 2));
	height: calc(var(--toggleHeight) - (var(--toggleGap) * 2));
	position: absolute;
	top: var(--toggleGap);
	left: var(--toggleGap);
	border-radius: 50%;
	transition: left 0.3s ease-in-out, background 0.3s ease-in-out;
	background: #1C7D90 0% 0% no-repeat padding-box;
	box-shadow: 2px 0 3px #777777BA;
}

.toggle:checked + label {
	background: #EA8A48 0% 0% no-repeat padding-box;
	box-shadow: inset 0 1px 5px #9D4F36;
}

.toggle:checked + label:after {
	left: calc(100% - calc(var(--toggleHeight) - var(--toggleGap)));
	background: transparent linear-gradient(311deg, #00768D 0%, #446673 100%) 0% 0% no-repeat padding-box;
	box-shadow: 2px 2px 6px #A85940;
}

/*Tablet*/

@media (max-width: 768px) {
	h1 {
		font-weight: 200;
		font-size: 35px;
		color: #313131;
		line-height: 1.5;
	}

	h2 {
		font-weight: 200;
		font-size: 28px;
		line-height: 1.5;
	}

	p {
		font-size: 14px;
		font-weight: 200;
		line-height: 1.5;
	}
}

.container .text-muted {
	margin: 20px 0px;
}

.text-muted {
	color: #9D9D9D;
}

.head {
	font-weight: bold;
	font-size: 14px;
	color: blue;
}

.divider {
	border-bottom: 1px solid #ddd;
	margin: 10px 0px;
}

table.table {
	margin-bottom: 0;
	font-weight: 400;
}

thead {
	border-bottom: 2px solid #f15f47;
}

table th:first-child {
	border-radius: 5px 0 0 0;
}

table th:last-child {
	border-radius: 0 5px 0 0;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px 10px;
	vertical-align: middle;
}

.table-condensed.tbl-attach > thead > tr > th {
	text-align: left;
}

.table > thead > tr > th {
	 border: none; 
}

.table th {
	text-align: center;
}

.positive-text {
	color:#6FA74E;
}

.warning-text {
	color:orange;
}

.negative-text {
	color:#E0584C;
}

td.completed {
    background:#6FA74E;
    color: white!important;
}

td.fraud {
	background:#E0584C;
	color: white!important;
}

td.rejected {
    background: #ff9900;
    color: white!important;
}

.bordered-text {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	display: block;
	width: 100%;
}

.bordered-text strong {
	color: white;
}

.bordered-text p {
	color: #cacaca;
}

.bordered-text p:not(:first-child):not(:last-child) {
	padding-bottom: 5px;
	border-bottom: 1px dotted grey;
}

@font-face {
  font-family: 'icomoon-docs';
  src:  url('../fonts/icomoon-docs.eot?ri11pe');
  src:  url('../fonts/icomoon-docs.eot?ri11pe#iefix') format('embedded-opentype'),
  url('../fonts/icomoon-docs.ttf?ri11pe') format('truetype'),
  url('../fonts/icomoon-docs.woff?ri11pe') format('woff'),
  url('../fonts/icomoon-docs.svg?ri11pe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"],
[class*="icon-"]:not(.glyphicon) {
  font-family: 'icomoon-docs' !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-id:before {
  content: "\e500";
}

.icon-driving:before {
  content: "\e501";
}

.icon-passport:before {
  content: "\e502";
}

.icon-residence:before {
  content: "\e503";
}

span.text.icon-spacer {
    margin-left: 16px;
	-webkit-font-smoothing: initial;
    text-transform: unset;
    font-family: "Open Sans"!important;
}

.nav-sidebar span.text.icon-spacer {
	margin-left:0;
}

icon.left-side.icon-passport {
    margin-top: 4px;
    margin-right: 9px;
    font-size: 20px;
    bottom: -2px;
    position: relative;
}

td.completed a,
td.fraud a,
td.rejected a {
	color:white;
}

.col-custom-1-half {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 12.3%;
	float: left;
}


/*********************

Buttons

*********************/

.close {
	font-size: 40px;
	position: relative;
	z-index: 30;
}

.btn-default.full-width {
	width: 100%;
}

.upload-btn {
    background: #F06739;
    color: #FFFFFF;
}

.resp-btn {
	border-radius: 25px;
	line-height: 2;
	border: none;
	height: 50px;
	padding: 10px 4%;
	background: #DACEBC;
	color: #73685A;
	outline: none;
	box-shadow: none;
	font-size: 1.6rem;
	text-align: center;
	width: 100%;
	font-weight: 400;
	margin: 10px auto 10px;
	display: block;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}

.resp-btn:hover {
	color: #FFF;
	background: #C5BBAA;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
}

.resp-btn.submit-btn {
	display: inline-block;
	background: #F06739;
	color: white;
}

.resp-btn.submit-btn:hover {
	background: #D45B32;
}

.resp-btn.small {
	max-width: 300px;
}

.resp-btn.btn-danger {
	display: inline-block;
	background: #D9534F;
	color: white;
}

.resp-btn.btn-danger:hover {
	background: #C9302C;
}

.resp-btn.center {
	margin: 0 auto;
	display: block;
}

.negative-btn {
	border-radius: 25px;
	height: 50px;
	padding: 10px 4%;
	background: transparent;
	color: white;
	border: 1px solid white;
	outline: none;
	box-shadow: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	min-width: 260px;
	max-width: 400px;
	font-weight: 300;
	margin: 10px auto 10px;
	display: block;
	cursor: pointer;
}

.negative-btn:hover,
.negative-btn:focus,
.negative-btn:hover {
	color: #F06739;
	border-color: #FFF;
	background: white;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
}

.new-progress {
	height: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	background-color: #C5B7A1;
	border-radius: 0;
	width: 100%;
	float: left;
	box-shadow: none;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	border: none;
}

.resp-btn.clean-btn {
	color: #867b6c;
	border: 1px solid #bcb1a1;
	background: #fff;
}

.resp-btn.clean-btn:hover {
	color: #FFF;
	border: 1px solid #bcb1a1;
	background: #DACEBC;
}

.resp-btn.in-progress {
	background: #F1EEEA;
	border-radius: 0;
	color: #BDB7AF;
	cursor: default;
}

.resp-btn.in-progress:hover,
.resp-btn.uploaded:hover {
	background: #F1EEEA;
	color: #BDB7AF;
	cursor: default;
}

.resp-btn.in-progress i {
	color: #565656;
}

.resp-btn.uploaded {
	background: #F1EEEA;
	color: #BDB7AF;
	cursor: default;
}

.resp-btn--required {
	border: 2px solid #E0584C;
}

.resp-btn.pass {
	background: #FFF;
	color: #766B5D;
	border: 2px solid #6FA74E;
}

.resp-btn.pass:hover {
	background: inherit;
	color: inherit;
}

.resp-btn.fail {
	background: #E0584C;
	color: white;
}

.resp-btn.fail:hover {
	background: #B5443B;
}

.btn-unconfirmed {
	background: #808080;
	color: white;
}

.btn-unconfirmed:hover {
	background: #606060;
	color: white;
}

.btn-csv {
	color: #736F62;
	border: 1px solid #ABA69B;
	padding: 5px 10px;
	border-radius: 3px;
	margin-top: 7px;
}

.arrow-circle-orange {
	position: relative;
	top: -20px;
	width: 43px;
	height: 43px;
	margin: 0 auto;
	border-radius: 50px;
	background: #f1e9e6;
}

.arrow-circle-gray {
	position: relative;
	top: -20px;
	width: 43px;
	height: 43px;
	margin: 0 auto;
	border-radius: 50px;
	background: #E78039;
}

.arrow-circle-alt {
	position: relative;
	top: -20px;
	width: 43px;
	height: 43px;
	margin: 0 auto;
	border-radius: 50px;
	background: #FFF;
}

.down-arrow-gray {
	display: block;
	width: 43px;
	height: 43px;
	-webkit-animation: bounce 4s infinite;
	-moz-animation: bounce 4s infinite;
	-o-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
	background: url('../images/home-page-icons.png') no-repeat -168px -136px;
}

.down-arrow-orange {
	display: block;
	width: 43px;
	height: 43px;
	margin: 0 auto;
	-webkit-animation: bounce 4s infinite;
	-moz-animation: bounce 4s infinite;
	-o-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
	background: url('../images/home-page-icons.png') no-repeat -215px -136px;
}

.anchor-no-style,
.anchor-no-style:hover,
.anchor-no-style:focus,
.anchor-no-style:visited,
.anchor-no-style:active {
	text-decoration: none;
	color: inherit;
}

.expandable {
    cursor: pointer;
}

.nav-tabs > li > a {
	border: 1px solid rgba(0, 0, 0, 0.16) !important;
	border-bottom: none !important;
	font-weight: 400;
	margin-right: 2px;
}

.new-user {
	margin-right: 0;
}


/*********************

Forms

**********************/

.table-responsive {
	min-height: .01%;
	overflow-x: inherit;
}

.form-control {
	height: 46px;
	padding-top: 10px;
	border-radius: 2px;
	resize: vertical;
	overflow-y: hidden;
	display: block;
	font-size: 16px;
	font-weight: 500;
}

.input-new-value {
	background-color: #FCF1ED;
}

.input-group-addon:first-child {
	min-width: 45px;
}

.input-group-addon:first-child i {
	font-size: 22px;
	color: #D6D6D6;
}

.input-group-addon {
	border-radius: 2px;
}

.input-group-addon:last-child {
	background: #E6E0D2;
}

.panel {
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading h1 {
	font-size: 32px;
	margin: 0;
	text-align: center;
}

.panel-heading h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.select-style {
	padding: 0;
	color: #555555;
	padding-left: 10px;
	margin: 0;
	border: 1px solid lightgrey;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	height: 46px;
	box-shadow: none;
	background-color: #fff;
	background: #fff url('../images/arrowdown.gif') no-repeat 97% 50%;
}

select {
	padding: 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select.btn-default {
	background: #fff url('../images/arrowdown.gif') no-repeat 97% 50%;
}

.select-style select:focus {
	outline: none;
}

.lead-label {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	display: inline-block;
	color: var(--color-navy);
	border-bottom: 1px solid #e5e5e5;
	font-family: "Calibre", "Helvetica", "Helvetica Neue", sans-serif;
}

.lead-label i {
	color: #a5a5a5;
	cursor: pointer;
}

.sub-label i {
	color: #a5a5a5;
	cursor: pointer;
}

.powered-label {
	font-size: 1.4rem;
	display: inline-block;
	font-weight: 500;
	border-bottom: 1px solid #e5e5e5;
}

.color-picker .input-group-addon {
	cursor: pointer;
}

.ui-timepicker-select {
	width: unset;
}

.resp-btn.search {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 8px 10px;
	height: auto;
	width: 100%;
	color: #636261;
	border: 0;
	border-radius: 3px;
	background-color: #E6E0D2;
	outline: none;
	box-shadow: none;
	text-transform: uppercase;
}

.resp-btn.delete {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	height: 34px;
	width: 100%;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background-color: #E0584C!important;
}

.resp-btn.search-narrow {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	height: 34px;
	width: 100%;
	color: #636261;
	border: 0;
	border-radius: 3px;
	background-color: #E6E0D2;
	outline: none;
	box-shadow: none;
	text-transform: uppercase;
}

.resp-btn.submit-narrow {
	font-size: 1.6rem;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 6px 10px;
	height: 43px;
	width: 100%;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #F06739;
	outline: none;
	box-shadow: none;
	text-transform: uppercase;
}

.resp-btn.submit-narrow.tall {
	width: 100%;
	height: 46px;
	line-height: 2.3;
}

#account-settings .control-box .row .resp-btn {
	margin-top: 24px !important;
}

.plus-btn, 
.plus-btn:hover, 
.plus-btn:focus {
	border-radius: 3px;
	color: #fff;
	background: #F06739;
	padding:5px 10px;
	font-weight:bold;
	text-decoration: none;
}

.plus-btn:hover {
	background: #D45B32;
}

.minus-btn, 
.minus-btn:hover, 
.minus-btn:focus {
	border-radius: 3px;
	color: #fff;
	background: red;
	padding:5px 10px;
	font-weight:bold;
	text-decoration: none;
}

.minus-btn:hover {
	background: darkred;
}

.resp-btn[disabled] {
	opacity: 0.3;
	cursor: normal;
}

.required-field {
	color: tomato;
	font-weight: bold;
	padding-right: 2px;
}

.highlight-hover:nth-child(odd) {
	background:#f9f9f9;
}

.highlight-hover:hover {
	background: rgba(250, 157, 80, 0.08)!important;
}

.select-style.rule-type {
	padding-right: 20px;
}

/**********************

Alerts

***********************/

.alert {
	width: 100%;
	font-size: 12px;
	border: 1px solid #9A9A9A;
	border-radius: 2px;
	border-left: 5px solid var(--color-primary);
	padding: 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.alert a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	font-family: "Calibre", "Helvetica", "Helvetica Neue", sans-serif;
}

.alert.success {
	border-color: #6FA74E;
}

.alert.warning {
	border-color: orange;
}

.warning {
	padding: 5px 20px;
}

.warning p {
	border-bottom: 1px dotted #e1e1e1;
}

.warning i.fa {
	color: #e4710f;
	padding-right: 6px;
}

.alert.error {
	border-color: #E0584C;
	color: #E0584C;
}

.modal-header {
	border-bottom: 0;
}

.modal-footer {
	border-top: 0;
}

.modal-footer .btn + .btn {
	margin-left: 10px;
}

.modal-title {
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: center;
	text-transform: capitalize;
	color: #f05a28;
}

.modal-open .modal {
	background: rgba(0, 0, 0, .5);
}

.modal-content {
	border-radius: 2px;
}

.modal-liveness {
	text-align: center;
}

.modal-dialog-liveness {
	max-width: 100%;
	width: auto !important;
	display: inline-block;
}

.counter {
	background: rgba(255, 255, 255, 0.65);
	color: #f05a28;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	padding: 2px 9px;
	margin-right: 40px;
	margin-top: 8px;
	float: right;
	border-radius: 5px;
}

/**********************

 Navigation

 *********************/

 .consumer-escape {
 	position: absolute;
 	background: #FA9D50;
 	color: #FFF;
 	top: -9px;
 	right: 10%;
 	display: inline-block;
 	padding: 10px 15px 2px 15px;
 	border-radius: 0px 0px 6px 6px;
 }

 .consumer-escape:hover,
 .consumer-escape:focus,
 .consumer-escape:active {
 	background: #E89149;
 	cursor: pointer;
 	text-decoration: none;
 	color: white;
 }

 .consumer-escape--img {
 	width: 12px;
 	margin-right: 4px;
 	margin-top: -3px;
 }

 .consumer-mobile-link {
 	background: #FA9D50;
 }

 .consumer-mobile-link > a {
 	color: white!important;
 }

 .navbar-inverse .navbar-nav > .open > a,
 .navbar-inverse .navbar-nav > .open > a:hover,
 .navbar-inverse .navbar-nav > .open > a:focus {
 	color: #414141;
 	background: white;
 }

 .navbar-right {
 	margin: 0;
 }

 .dropdown-menu {
 	padding: 5px 4px;
 	border: none;
 	border-radius: 0;
 	box-shadow: 0 2px 10px rgba(0, 0, 0, .175);
	font-size: 1.8rem;
 }

.dropdown-menu > li > a.active, 
.dropdown-menu > li > a.active:hover {
	background-color: var(--color-primary);
	color: var(--color-light);
}

#decisionContainer .dropdown button.dropdown-toggle {
	height: unset;
}

#decisionContainer .bootstrap-select .dropdown-menu li a span.text {
	font-size: 14px;
}

ul.dropdown-menu > li > ul.submenu {
	left: 178px;
	top: 0px;
}

 .navbar-inverse .navbar-collapse {
 	border-color: #FA9D50;
 	margin-top: 20px;
 }

 .navbar-inverse .navbar-toggle .icon-bar {
 	width: 35px;
 	height: 3px;
 	margin-bottom: 6px;
 	background-color: var(--color-primary);
 }

 .navbar-inverse .navbar-toggle {
 	margin-top: 15px;
 	margin-right: 0;
 	padding: 0;
 	border: none;
 }

 .navbar-inverse .navbar-toggle:hover,
 .navbar-inverse .navbar-toggle:focus {
 	background: none;
 }

 .navbar {
 	margin-bottom: 0;
 }

 .navbar-nav > li > a {
 	padding-top: 10px;
 	line-height: 1;
 }

 .navbar .container {
 	padding: 0;
 }

 .navbar-inverse {
 	min-height: 85px;
 	padding: 7px 0;
 	border-top: none;
 	border-right: none;
 	border-bottom: 1px solid #fac056;
 	border-left: none;
 	background-color: #fff;
 	border-radius: 0;
 }

 .navbar-inverse .navbar-nav > li > a {
 	font-size: 15px;
 	font-weight: 400;
 	text-transform: uppercase;
 	color: #414141;
 	transition: all .2s ease-in-out;
 }

 .navbar-inverse .navbar-nav > li > a:hover {
 	color: #f06739;
 }

 .container .navbar-header {
 	margin-right: 0;
 	margin-left: 0;
 	padding: 0 15px;
 }

 .navbar-brand {
 	height: auto;
 	padding: 0;
 }

 .navbar-brand a {
 	float: left;
 }

 .navbar .menu-buttons {
	text-align: right;
 }

 .vector-logo {
 	float: left;
 	max-width: 175px;
 	height: 65px;
 }

 .vector-logo-small {
 	height: 45px;
 	max-width: 120px;
 	margin-left: -14px;
 	margin-top: -8px;
 }

 .contrast-bg {
 	background-color: rgba(230, 230, 230, 0.10);
 	border: 1px solid #ddd;
 	border-top: none;
 }

 .control-box {
 	background: white;
	border-radius: 2px;
	position: relative;
 	padding: 20px;
 	margin: 20px 0;
 	border: 2px solid #e7e7e7;
 }

.control-box .col-lg-3 {
	padding-left: 6px;
	padding-right: 6px;
}

.control-box h3, 
.control-box label.custom-message {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	color: var(--color-navy);
}

.control-box .move-left {
	float: left;
	position: relative;
	padding: 0px;
	text-align: center;
	width: calc(100% - 215px);
}

.control-box .sample-logo-img {
	text-align: center;
	display: block;
	position: relative;
}

.control-box .sample-logo-img img {
	vertical-align: middle;
	position: relative;
	max-width:250px;
}

.control-box .move-left h4 {
	font-size: 1.4rem;
}

 .control-box .user-management--title {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 29px;
	background: #FFF;
	padding: 0 5px 0 5px;
	font-size: 20px;
}

.control-box .form-group label {
	font-family: "Calibre-Medium", "Helvetica", "Helvetica Neue", sans-serif;
	font-weight: 500;
	margin-bottom: .5rem;
}

 .rule-container {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
 }


/************************

Sign In

*************************/

#signInForm .error a {
	text-decoration: underline;
}

.business--sign-in {
	margin-top: 8rem;
	margin-bottom: 2rem;
}

.business--sign-in h1 {
	font-size: 28px;
}

.business--sign-in .input-group-addon {
	background-color: #FFF;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 0;
}

.table-pagination .pagination li a {
	margin: 0 2px;
	padding: 0 6px;
	color: #867b6c;
	border: 1px solid #9a9690;
	border-radius: 4px;
	background: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: pointer;
	background-color: #9a9690;
	border-color: #9a9690;
}

/***************************************

Helpers

****************************************/

.stop-animate {
	animation-fill-mode: forwards;
}

.no-gutter--all {
	padding: 0;
	margin: 0;
}

.no-gutter-left {
	padding-left: 0;
}

.no-gutter-right {
	padding-right: 0;
}

.list-no-style {
	list-style: none;
	padding-left: 10px;
}

.padding-x-10 {
	padding: 10px;
}

#body-content.no-margin,
.no-margin {
	margin: 0;
}

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

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

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-left-20 {
	margin-left: 20px;
}

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

.margin-right-20 {
	margin-right: 20px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-60 {
	margin-left: 60px;
}

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

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

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-bottom-80 {
	margin-bottom: 80px;
}

.margin-auto {
	margin: 0 auto;
	display: block;
}

.padding-top-10{
	padding-top: 10px;
}

.padding-bottom-0 {
	padding-bottom: 0;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cl {
	clear: left;
}

.img-responsive--alt {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	position: relative;
}

/***************************************

Cards

****************************************/

.hy-card {
	border: 1px solid rgba(128,128,128,0.30);
	border-radius: 5px;
	transition: all ease-in-out .2s;
	margin-bottom: 10px;
	position: relative;
	background: white;
}

.hy-card:hover {
	box-shadow: 0px 0px 2px 2px  rgba(128,128,128,0.10);
}

.hy-card--body {
	padding: 10px 20px 5px 20px;
	position: relative;
}

.hy-card--title {
	border-bottom: 1px solid rgba(128,128,128,0.30);
	padding: 10px 12px;
	font-size: 20px;
	color: rgb(240, 104, 46);
	font-weight: 500;
}

.hy-card--title span {
	font-weight: 300;
}

.hy-card--footer {
	padding: 10px 20px;
}

.hy-card .submit-btn {
	border-radius: 0px;
	line-height: 1.5;
	padding: 10px;
	font-size: 14px;
	height: 40px;
}

.hy-card--no-pad .hy-card--body {
    padding: 0px;
}

.hy-card--body .table > tbody > tr > td {
	border-top: none;
	padding-left: 20px;
	padding-right: 20px;
}

.hy-card--body .table > tbody > tr {
	border-bottom: 1px dotted rgba(216, 216, 216, 0.50);
}

.hy-card--body .table {
    margin-top: 0px;
    margin-bottom: 10px;
}

.hy-card--body.first {
    min-height: 243px;
}

.hy-card--body .positive-text,
.hy-card--body .negative-text,
.hy-card--body .warning-text {
	font-weight: bold;
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding: 0 6px;
}

.hy-card--body .negative-text {
	border: 1px solid #e0584c;
}

.hy-card--body .muted-text {
	border: none;
	color:#a7a7a7;
}


/***************************************

Footer

****************************************/

footer {
	color: #fff;
}

.top-footer {
	background: #333;
	padding-top: 1.5em;
	padding-bottom: 1.9em;
}

h4.footer-nav--title {
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 200;
}

.footer-nav--section {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-nav--section li {
	padding: 4px 0 4px 0;
}

.footer-nav--section li a {
	color: #B3B3B3;
}

.bottom-footer {
	padding: 15px 15px;
	clear: both;
}

.bottom-footer .container {
	min-height: 47px;
}

.footer-text {
	color: var(--color-navy);
	font-size: 14px;
	margin-bottom: 10px;
}

.seals {
	min-width: 200px;
	float: right;
	display: flex;
	align-items: center;
	justify-items: center;
}

.seals img {
	height: 50px;
}

.seal-left {
	max-width: 200px;
	float: left;
	padding-right: 10px;
}

.seal-right img {
	float: left;
}

footer .location {
	font-size: 12px;
	float: right;
	padding-top: 13px;
}

footer small {
	padding-top: 13px;
	color: var(--color-navy);
	position: relative;
	display: inherit;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

footer .location {
	font-size: 12px;
	float: right;
	padding-top: 13px;
}

.footer-nav--title i {
	display: none;
}

.bottom-footer--social {
	float: left;
}

.bottom-footer--social a i {
	font-size: 40px;
	color: #F0682E;
	padding-right: 5px;
	margin: 5px 0;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.bottom-footer--social a i:hover {
	color: #FD8E6F;
}

#documentation-search .form-group {
	margin-right: 1rem;
}

#documentation-search .resp-btn.submit-btn {
	width: 46px !important;
}


/* Animations */

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-10px);
	}
	60% {
		-webkit-transform: translateY(-5px);
	}
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-10px);
	}
	60% {
		-moz-transform: translateY(-5px);
	}
}

@-o-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-10px);
	}
	60% {
		-o-transform: translateY(-5px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

@media (max-width: 1500px) {
	.select-style.rule-type {
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		display: none !important;
		visibility: hidden;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		visibility: visible;
	}

	.navbar-header .collapse,
	.navbar-toggle {
		display: block !important;
		visibility: visible;
	}

	.navbar-header {
		float: none;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		border-top: 2px solid #FA9D50;
		padding-top: 15px;
		visibility: visible;
	}

	.consumer-escape {
		right: 20%;
	}
}

@media (max-width:992px) {
	.img-responsive--alt {
		margin: 0 auto;
	}

	.footer-nav--section {
		display: none;
	}

	.footer-nav--title {
		padding-top: 10px;
		padding-bottom: 10px;
		cursor: pointer;
	}

	.footer-nav--title h4 {
		float: left;
	}

	.footer-nav--title i {
		display: inline-block;
		float: right;
	}

	.img-responsive--about {
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	li.consumer-mobile-link {
		display: none;
	}
}

@media (max-width:768px) {
    .dashboard--sidebar span.text.icon-spacer {
        margin-left: 5px;
        font-weight: 300;
        text-transform: unset;
        font-family: "Open Sans"!important;
    }

	.consumer-escape {
		display: none;
	}

	.hy-card--body .table > tbody > tr > td {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
	}

	.hy-card--title {
		padding: 6px 17px;
		font-size: 16px;
	}

	h4.footer-nav--title {
		border-bottom: 1px solid #565656;
		padding-bottom: 6px;
	}

	.navbar-inverse .navbar-nav > li > a {
		font-size: 20px;
		text-align: center;
		display: block;
		color: #414141;
	}

	.navbar-inverse .navbar-nav > li {
		border-bottom: 1px solid #e3dddb;
	}

	.id-button {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.footer-text {
		text-align: center;
		display: block;
	}

	.seals {
		float: none;
		min-width: auto;
		max-width: 190px;
		margin: 0 auto;
	}

	.bottom-footer--social {
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
}


/************************

Error Pages

************************/

.four-oh-four {
    background: url('../images/lost.jpg') no-repeat center center;
    height: 700px;
    background-size: cover;
    position: relative;
    display: block;
    padding: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.four-oh-four h1 {
    font-size: 45px;
	color:white;
}

.five-oh-three {
    background: url('../images/503.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    min-height: 700px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.five-oh-three--center {
    margin-top: 18%;
}

.five-oh-three h1 {
    color: white;
}

@media (min-width: 1200px){
	.container {
	/*	width: 1170px;*/
		width: 83%;
	}
}

@media (max-width: 992px){
	.col-custom-1-half{
		width: 100%;
	}
}

@media (max-width:320px) {
	.instruction span {
		display: block;
		margin: 0 auto 20px auto;
	}
}

.business--sign-in .disabled {
    opacity: 0.7;
}

.text-truncate {
	display:inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

div.div-with-scroll {
	height:600px;
	border: 1px solid #DDDDDD;
    overflow-y:auto;
	overflow-x:hidden;
	padding: 10px;
	margin-bottom:10px;
}

.search-bar {
	height: 34px;
    width: 70% !important;
	border: 1px solid #ccc !important;
	border-right: none;
	padding: 6px 12px;
}

.search-btn {
	height: 34px;
	width: 30% !important;
	border: 1px solid transparent;
	border-color: #F06739;
	background: #F06739;
	height: 34px;
	color: #FFFFFF;
}

.search-btn.focus, 
.search-btn.hover {
    color: #333;
    text-decoration: none;
}

.clear-field {
	position: absolute;
	right: 4%;
	top: 8px;
	z-index: 90;
	background: transparent;
	padding: 5px 4px;
	color: grey;
}

.clear-field:hover{
	color: tomato;
	cursor:pointer;
}

.box {
	background: rgba(255, 255, 255, 0.75);
	padding: 5px 10px;
	margin-top: 3px;
	font-size: 14px;
	border: 1px solid rgb(240, 107, 59);
}

.settings-box {
	background: white;
	padding: 10px;
	border: 2px solid rgba(250, 157, 80, 0.75);
	margin-bottom: 20px;
	margin-top: 10px;
}

.disable-wysiwyg .div-control {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.controls {
	margin-top: 10px;
	margin-bottom: 6px;
	font-family: Monaco, "Courier New", Courier, Monospace;
	font-size: 13px;
}

.row .controls {
	position: relative;
}

.control-label {
	padding-top: 13px;
	font-size: 13px;
}

.ocr-card-title {
	background: orange;
	color: white;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -5px;
}

.ocr-field {
	font-size: 15px;
	letter-spacing: 1px;
	font-family: Monaco, "Courier New", Courier, Monospace;
	border: 2px dotted #c5c5c5;
	border-top: none;
	background: #FFF;
	padding: 10px 5px;
	color: #426992;
	width: 100%;
	height: 200px;
	outline: none;
	resize: vertical;
}

.ocr-field.altMode {
	background: black;
	color: limegreen;
	border: 2px solid #000000;
}

#mrz,
#mrzValidation,
.barcode-box {
	border: 2px solid #fbb67c;
	padding: 1% 2%;
	margin-top: 10px;
}

#mrzValidation {
	margin-top: 45px;
}

.mrz-title {
	background: #fff2e1;
	position: absolute;
	text-align: center;
	top: -4px;
	right: 0;
	left: 0;
	display: inline-block;
	width: 11%;
	margin: 0 auto;
}

.overlay-disabled.setting-container,
.overlay-disabled.control-box {
	background: #C0C0C0;
	opacity: 0.4;
}

.overlay-disabled.control-box input {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events:none;
}

.error-page .navbar-inverse {
	min-height: 0;
}

.prev-next {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	padding-top: 15px;
}

.prev-next .btn-pill {
	width: 100%;
	padding: 0 5px;
}

.prev-next .btn-pill a.btn-prev {
	border-radius: 25px;
	border: 2px solid #283850;
	padding: 7px 15px 3px 15px;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	color: #283850;
	font-weight: 400;
	transition: 0.3s;
	line-height: 1.3em;
}

.prev-next .btn-pill a.btn-prev:hover,
.prev-next .btn-pill a.btn-next:hover {
	text-decoration: none;
}

.prev-next .btn-pill a.btn-prev:hover {
	background-color: rgba(40, 56, 80, 0.07);
}

.prev-next .btn-pill a.btn-next:hover {
	background-color: rgba(227, 108, 73, 0.07);
}

.prev-next .btn-pill a.btn-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 1rem;
	padding-right: 10px;
	color: #283850;
}

.prev-next .btn-pill a.btn-next {
	border-radius: 25px;
	border: 2px solid var(--color-navy);
	padding: 7px 15px 3px 15px;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	color: var(--color-navy);
	font-weight: 400;
	transition: 0.3s;
	line-height: 1.3em;
}

.prev-next .btn-pill a.btn-next:after {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 1rem;
	padding-left: 10px;
	color: #E36C49;
}

/* QR Modal (background) */
.qr-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* QR Modal Content */
.qr-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  height: 50%;
}

/* QR Close Button */
.qr-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.qr-close:hover,
.qr-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.qr-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.qr-link {
  font-size: 20px;
  margin: auto;
  padding-left: 10px;
}

.grey-out {
	border-bottom: 2px solid #dfe1e1!important;
}

.readonly-grey-out {
	background-color: #e9ecef !important;
	cursor: not-allowed;
}

.open-link-icon {
	width: 15px;
	height: 15px;
	background-image: url('../images/icons/SignOut.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.three-vertical-dots-icon {
	width: 20px;
	height: 20px;
	background-image: url('../images/icons/DotsThreeVertical.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

/* Send Options -- start */
.send-options-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	text-align: center;
}

.send-options-table-heading {
	font-weight: bold;
	font-size: medium;
}

.send-options-header {
	font-weight: bold;
	padding: 10px;
	font-size: medium;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.send-options-header.left-border {
	border-left: 1px solid #e7e7e7;
}

.send-options-header.right-border {
	border-right: 1px solid #e7e7e7;
}


.send-options-row-header {
	padding: 14px;
	border: 1px solid #e7e7e7;
}

.send-options-sub-header {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	border-right: 1px solid #e7e7e7;
}

.so-container-cell {
	border-right: 1px solid #e7e7e7;
}

.so-container-cell-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

/* Send Options -- end */

/* Rounded sliders */
.switch-slider.round {
	border-radius: 17px;
}

.switch-slider.round:before {
	border-radius: 50%;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch input:disabled + .switch-slider {
	cursor: not-allowed;
	background-color: var(--color-light-blue);
}

.switch-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #CFDCDF;
	-webkit-transition: 0.4s;
	transition: 0.4s;}

.switch-slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 3px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .switch-slider {
	background-color: var(--color-secondary-blue);
}

input:checked + .switch-slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}

.fa-icon-right {
	display: block;
	position: absolute;
	right: .5rem;
	top: .5rem;
	padding: .9rem;
	cursor: pointer;
	z-index: 9;
}
