

:root {
	--main-color: #3b3b3d;
	--light-color: #8686a0;
	--main-hover: #494949;
	--primary-color: #2aa0da;
	--primary-hover: #56b5e3;
	--primary-light: #e6f7ff;
	--primary-dark: #605a7c;
	--success-color: #00AD81;
	--success-hover: #11ca9b;
	--warning-color: #ffc107;
	--warning-hover: #f0be27;
	--danger-color: #eb6358;
	--danger-hover: #e3574b;
	--bg-lighter: #fafafa;
	--bg-light: #f7f7f9;
	--border-color: #ced4da;
	--transition: all .3s ease;
}



/*Base*/
html, body {
	overflow-x: hidden;
	min-height: 100vh;
	min-width: 100vw;
	font-family: 'Quicksand', sans-serif;
	color: #3b3b3d;
	font-size: 16px;
	font-weight: 500;
}
ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul.margins {
	margin-bottom: 10px;
	padding-left: 30px;
}
ul.margins li {
	list-style-type: disc;
}
a, a:hover {
	text-decoration: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	height: auto;
	cursor: default;
	background-color: #fff;
	opacity: 1;
}



/*General*/
.display-none {
	display: none;
}
.width100 {
	width: 100%;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.img-responsive {
	max-width: 100%;
}
.container-fluid.full {
	padding-left: 0px;
	padding-right: 0px;
}

.p-0
{
    padding: 0px !important;
}






/*Text*/
.upper {
	text-transform: uppercase;
}
.heading1 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: bold;
}
.heading2 {

}
.heading3 {

}
.heading4 {

}
.heading5 {

}
.heading6 {

}
.text-white {
	color: #fff;
}
.text-light {
	color: #8686a0 !important;
}
.text-main {
	color: #3b3b3d !important;
}
.text-primary {
	color: #2aa0da !important;
}
.text-success {
	color: #00AD81 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-danger {
	color: #eb6358 !important;
}



/*Backgrounds*/
.bg-primary {
	background: #2aa0da !important;
}



/*Buttons*/
.btn {
	transition: all .3s ease;
	font-weight: 700;
	text-decoration: none;
	padding: 13px 32px;
	border-radius: 10px;
}
.btn-sm {
	padding: 13px 23px;
}
.btn:hover,
.btn:focus,
.btn:active:hover,
.btn:not(:disabled):not(.disabled):active:focus {
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none;
}
.btn-primary {
	background: #2aa0da;
	border: 1px solid #2aa0da;
	color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #56b5e3;
	border: 1px solid #56b5e3;
	color: white;
}
.btn-success {
	background: #00AD81;
	border: 1px solid #00AD81;
	color: white;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active:hover,
.btn-success:not(:disabled):not(.disabled):active:focus {
	background: #11ca9b;
	border: 1px solid #11ca9b;
	color: white;
}
.btn-link {
	background: transparent;
	border: 1px solid transparent;
	color: #3b3b3d;
	opacity: .7;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active:hover,
.btn-link:not(:disabled):not(.disabled):active:focus {
	background: transparent;
	border: 1px solid transparent;
	color: #3b3b3d;
	opacity: 1;
}
.btn-outline-secondary {
	background: transparent;
	border-color: #ced4da;
	color: #3b3b3d;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	background: transparent;
	border-color: #2aa0da;
	color: #2aa0da;
}





/*Sidebar*/
.sidebar {
	display: block;
	width: 260px;
	height: 100vh;
	background: #fafafa;
	position: fixed;
	left: -260px;
	transition: all .3s ease;
	z-index: 10;
	float: left;
}

.logo-area {
	max-height: 70px;
	min-height: 70px;
	width: 100%;
	line-height: 70px;
	padding-left: 30px;
}
.logo-area a {
	display: block;
}
.logo-area a img {
	margin-top: -7px;
	max-height: 30px;
}





ul.sidebar-items {
	padding-top: 20px;
	font-weight: 700;
}
ul.sidebar-items>li {
	position: relative;
}
ul.sidebar-items li a {
	display: block;
	padding: 12px 0px 12px 14px;
	color: #3b3b3d;
	border-left: 3px solid transparent;
	transition: all .3s ease;
	font-size: 15px;
}

ul.sidebar-items li a i {
	display: inline-block;
	margin-right: 10px;
	width: 22px;
	text-align: center;
	transition: all .3s ease;
}
ul.sidebar-items li a i.fa-chevron-down {
	position: absolute;
	top: 17px;
	right: 12px;
	margin-right: 0px;
}

ul.sidebar-items li a em {
	display: inline-block;
	margin-right: 10px;
	width: 22px;
	text-align: center;
	transition: all .3s ease;
}
ul.sidebar-items li a em.fa-chevron-down {
	position: absolute;
	top: 17px;
	right: 12px;
	margin-right: 0px;
}

ul.sidebar-items li.active>a,
ul.sidebar-items li.selected>a,
ul.sidebar-items li:hover>a {
	border-left: 3px solid #2aa0da;
	color: #2aa0da;
	background: #e6f7ff;
}

.sidebar.open {
	left: 0px;
}
ul.sidebar-items li.has-children ul {
	display: none;
}
ul.sidebar-items li.has-children ul li a {
	padding: 12px 0px 12px 24px;
}


/*Content Wrap*/
.content-wrap {
	display: block;
	width: 100vw;
	background: #fff;
	position: relative;
	padding-bottom: 60px;
}


/*Top Bar*/
.top-bar {
	/*position: fixed;*/
	top: 0px;
	width: 100vw;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 20;
}
.top-bar .top-left p {
	display: inline-block;
	font-size: 21px;
	margin: -4px 0px 0px 0px;
	font-weight: 700;
}

.top-bar .top-right {
	padding: 17px 5px;
}
.top-bar .top-right>a, .top-bar .top-right>div {
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background: #3b3b3d;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	color: white;
	margin-left: 10px;
}

/*Top Bar Right Buttons*/
.top-bar .top-right>a.primary {
	display: inline-block;
	background: #2aa0da;
	transition: all .3s ease;
}
.top-bar .top-right>a.primary:hover {
	background: #56b5e3;
	border-radius: 10px;
}
.top-bar .top-right>a i {
	transition: all .3s ease;
}
.top-bar .top-right>a:hover i {
	transform: rotate(360deg);
}


.top-bar .top-right>.nots {
	position: relative;
	display: none;
	transition: all .3s ease;
}
.top-bar .top-right>.nots:hover {
	border-radius: 10px;
}


/*User Dropdown*/
.top-bar .top-right>.nots .user-dropdown {
	display: none;
	position: absolute;
	width: 300px;
	top: 36px;
	right: 0px;
	text-align: left;
	color: #3b3b3d;
	background: white;
	border-radius: 10px;
	border: 1px solid #ced4da;
	padding: 10px 0;
}
.top-bar .top-right>.nots .user-dropdown.shown {
	display: block;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top {
	padding: 10px 20px;
	border-bottom: 1px solid #ced4da;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top p {
	margin-bottom: 10px;
	font-weight: 700;
	line-height: 1;
	color: #2aa0da;
	font-size: 16px;
}
.top-bar .top-right>.nots .user-dropdown .user-dropdown-top span {
	margin-bottom: 10px;
	display: block;
	line-height: 1;
	font-size: 16px;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body {
	padding: 10px 0;
	border-bottom: 1px solid #ced4da;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a {
	display: block;
	padding: 10px 20px;
	line-height: 1;
	color: #3b3b3d;
	transition: all .3s ease;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a i {
	display: inline-block;
	margin-right: 5px;
	color: #2aa0da;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom {
	padding: 10px 0 0;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a {
	display: block;
	padding: 10px 20px;
	line-height: 1;
	color: #3b3b3d;
	transition: all .3s ease;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a i {
	display: inline-block;
	margin-right: 5px;
	color: #2aa0da;
}
.top-bar .top-right .nots .user-dropdown .user-dropdown-body a:hover,
.top-bar .top-right .nots .user-dropdown .user-dropdown-bottom a:hover {
	background: #e6f7ff;
}

/*Content*/
/*.content {
	margin-top: 77px;
}*/

/*Table Filters*/
.table-filters {
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

/*Datatables*/
.dataTables_wrapper {
	width: 100%;
	margin: 0 auto;
}
.toDatatableFilter, .toDatatable, .dataTables_scrollHeadInner, .dataTables_scrollHead {
	width: 100% !important;
}
.table, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #3b3b3d !important;
}
table.dataTable.no-footer, .dataTables_scroll {
	border-bottom: 0px;
	padding: 18px 0;
}
table.toDatatableX.dataTable.no-footer {
	border-bottom: 0px;
	padding: 0;
}
.table thead tr th, .table tbody tr td {
	border-bottom: 0px;
	border: 0;
	white-space: nowrap;
}
.table tbody tr td {
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.table>thead th {
	background: #f7f7f9;
	color: #000;
}
.table>thead th:first-child {
	border-radius: 6px 0 0 6px;
}
.table>thead th:last-child {
	border-radius: 0 6px 6px 0;
}
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
	background-image: none;
}
table.dataTable thead th, table.dataTable tbody td {
	padding: 12px 18px;
}
.dataTables_wrapper .dataTables_filter input {
	border-color: #f7f7f9;
	background: #f7f7f9;
	margin-left: 10px;
	font-weight: 900;
	color: #3b3b3d;
	border-radius: 4px;
}
.dataTables_wrapper .dataTables_length select {
	border-color: #f7f7f9;
	background: #f7f7f9;
	margin: 0 5px;
	font-weight: 900;
	color: #3b3b3d;
	border-radius: 4px;
}
.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus {
	border-color: #2aa0da;
	outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border-color: #2aa0da;
	background: #2aa0da;
	color: white !important;
	border-radius: 5px;
}
.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: #f7f7f9;
}
.table>thead th.sorting_asc, .table>thead th.sorting_desc {
	color: #3b3b3d;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 0px;
	margin-bottom: 10px;
}
.toDatatableFilter input {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 5px 10px;
}
.toDatatableFilter input:focus {
	outline: none;
	box-shadow: none;
	border-color: #2aa0da;
}
table.toDatatableFilter thead tr th {
	padding: 0px 18px;
}
table.toDatatableFilter thead tr:first-child th {
	padding-top: 12px;
	padding-bottom: 5px;
}
table.toDatatableFilter thead tr:last-child th {
	padding-bottom: 12px;
}
.dataTables_scrollHeadInner .toDatatableFilter, .dataTables_scrollHeadInner .toDatatable {
	padding: 0px !important;
}
.dataTables_scrollBody .toDatatableFilter, .dataTables_scrollBody .toDatatable {
	padding-top: 10px !important;
}
table.dataTable.no-footer, .dataTables_scroll {
	padding-top: 0px !important;
}


/*Progress Flow*/
.ProgressBar {
	margin: 0 auto 30px;
	padding: 2em 0 3em;
	list-style: none;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.ProgressBar-step {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	background: transparent;
	border: none;
}
.ProgressBar-step:before, .ProgressBar-step:after {
	content: "";
	height: 0.5em;
	background-color: #bbb;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: -50%;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after {
	display: none;
}
.ProgressBar-step:after {
	background-color: #2aa0da;
	width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after, .ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
	width: 100%;
}

.ProgressBar-icon {
	width: 1.5em;
	height: 1.5em;
	background-color: #bbb;
	fill: #bbb;
	border-radius: 50%;
	padding: 0.5em;
	max-width: 100%;
	z-index: 10;
	position: relative;
	transition: all 0.25s ease-out;
}
.is-current .ProgressBar-icon {
	fill: #2aa0da;
	background-color: #2aa0da;
}
.is-complete .ProgressBar-icon {
	fill: #dbf1ff;
	background-color: #2aa0da;
}

.ProgressBar-stepLabel {
	display: block;
	color: #3b3b3d;
	position: absolute;
	padding-top: 0.5em;
	width: 100%;
	transition: all 0.25s ease-out;
	font-weight: 700;
}
.ProgressBar-step:hover .ProgressBar-stepLabel {
	color: #2aa0da;
}
.is-current > .ProgressBar-stepLabel, .is-complete > .ProgressBar-stepLabel {
	color: #2aa0da;
}
.wrapper {
  max-width: 1000px;
  margin: 4em auto;
  font-size: 16px;
}


/* Tabs */
.nav-tabs .nav-link {
	color: #495057;
	font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	color: #2aa0da;
}


/*Border Data*/
.border-data .data-item {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.border-data .data-item:last-child {
    border-bottom: 0px solid #ddd;
}
.border-data .data-item p {
	margin-bottom: 0px;
	font-weight: 800;
}
.border-data .data-item span {
	font-weight: 600;
	font-size: 32px;
}
.border-data .data-item i {
	display: block;
	font-weight: 400;
	font-style: normal;
}


/*Badge*/
.badge {
	transition: all .3s ease;
	color: white;
	padding: 6px 10px;
}
.badge.badge-primary {
	background: #2aa0da;
}
.badge.badge-primary:hover {
	background: #56b5e3;
}
.badge.badge-success {
	background: #00AD81;
}
.badge.badge-success:hover {
	background: #11ca9b;
}
.badge-warning {
	color: white;
	background: #ffc107;
}
a.badge-warning:focus, a.badge-warning:hover {
	color: white;
	background: #f0be27;
}
.badge-danger {
	background: #eb6358;
}
a.badge-danger:focus, a.badge-danger:hover {
	background: #e3574b;
}
.badge:hover i {
	color: white;
}



/*Form Page*/
.form-top {
	position: fixed;
	top: 0px;
	height: 70px;
	width: 100%;
	background: white;
	border-bottom: 1px solid #eee;
	z-index: 20;
}
.form-top .logo {
	display: block;
}
.form-top .logo img {
	height: 30px;
	display: block;
}
.form-top .cancel-transaction {
	height: 70px;
	line-height: 64px;
	color: #3b3b3d;
	font-weight: 700;
}
.form-top .cancel-transaction i {
	display: inline-block;
	margin-right: 10px;
}
.form-top .cancel-transaction span {
	display: none;
}

.form-wrap {
	margin: 87px auto 60px;
}
.form-nav {
	display: none;
	background: white;
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 40px;
	width: 930px;
}
.form-nav .form-nav-item {
	padding: 0 30px;
	display: block;
	border-right: 1px solid #ced4da;
}
.form-nav .col-sm-3:last-child .form-nav-item,
.form-nav .col-sm-4:last-child .form-nav-item,
.form-nav .col-sm-6:last-child .form-nav-item {
	border: none;
}
.form-nav .form-nav-item i {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background: #e6f7ff;
	color: #2aa0da;
	float: left;
	transition: all .3s ease;
}
.form-nav .form-nav-item .form-nav-content {
	display: block;
	white-space: nowrap;
	text-align: left;
	color: #3b3b3d;
	transition: width .3s ease;
	padding-bottom: 4px;
	margin-left: 60px;
}
.form-nav .form-nav-item .form-nav-content span {
	font-size: 12px;
	color: #2aa0da;
}
.form-nav .form-nav-item .form-nav-content p {
	margin-bottom: 0px;
	line-height: 1;
	font-weight: 700;
}
.form-nav .form-nav-item.active i, .form-nav .form-nav-item:hover i {
	background: #2aa0da;
	color: white;
}
.form-nav .form-nav-item.active .form-nav-content, .form-nav .form-nav-item:hover .form-nav-content {
}


/*Form Step*/
.above-title-icon {
	font-size: 72px;
	margin-bottom: 20px;
	display: block;
}
.form-step .title {
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
}
.form-step .subtitle {
	color: #8686a0;
	font-weight: 500;
	margin-bottom: 10px;
}
.form-step ul.subtitle li {
	margin-left: 20px;
}
.form-step .subtitle.dark {
	color: #3b3b3d;
}
.form-step b span {
	margin-bottom: 5px;
	display: block;
	font-weight: 500;
}

/*Form Scn Wrap*/
.form-scn-wrap {
	margin-bottom: 20px;
}


/*Summary Wrap*/
.summary-wrap {
	background: #fafafa;
	padding: 20px 28px;
	margin-bottom: 20px;
}
.summary-wrap .title {
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
}
.summary-wrap .title a {
	position: absolute;
	bottom: 1px;
	right: 0px;
	font-size: 15px;
	color: #2aa0da;
}
.summary-wrap .summary-block {
	margin-bottom: 30px;
}
.summary-wrap .summary-block:last-child {
	margin-bottom: 0px;
}
.summary-wrap.white .summary-block .row:hover {
	background: #f7f7f9;
}


.summary-wrap.tabs {
	background: white;
	padding: 0px;
}
.summary-wrap.tabs .summary-wrap-header {
	margin-bottom: 30px;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 10px;
}
.summary-wrap.tabs .summary-wrap-content-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0px;
}
.summary-wrap.tabs .title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
}
.summary-wrap.tabs .form-group b {
	height: 49px;
	line-height: 49px;
	padding-left: 10px;
}


/* CodeBlock */
xmp {
	background: #f8f8f8;
	padding: 15px 25px;
	margin: 0 0 0px 0;
}
.code-copy {
	font-size: 24px;
	color: #2aa0da;
}

/* Popover */
.popover-body {
	padding: 2px 10px;
	background: #212529;
	color: white;
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
	border-right-color: #212529;
}



/*Checkbox Replace Box*/
.checkbox-replace-box {
	margin-top: 5px;
	margin-bottom: 20px;
}
.checkbox-replace-box input {
	display: none;
}
.checkbox-replace-box label {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #605a7c;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}
.checkbox-replace-box label i {
	font-size: 70px;
	color: #605a7c;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.checkbox-replace-box label p {
	margin-bottom: 0px;
	text-align: center;
	transition: all .3s ease;
	font-weight: 700;
}

.checkbox-replace-box label:hover,
.checkbox-replace-box.active label {
	background: #e6f7ff;
	border-color: #2aa0da;
}
.checkbox-replace-box label:hover i,
.checkbox-replace-box label:hover p,
.checkbox-replace-box.active label i,
.checkbox-replace-box.active label p {
	color: #2aa0da;
}


/*Checkbox Replace Box check*/
.checkbox-replace-box-check {
	margin-top: 5px;
	margin-bottom: 20px;
}
.checkbox-replace-box-check input {
	display: none;
}
.checkbox-replace-box-check label {
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #605a7c;
	width: 100%;
	cursor: pointer;
	transition: all .3s ease;
}
.checkbox-replace-box-check label i {
	font-size: 70px;
	color: #605a7c;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.checkbox-replace-box-check label p {
	margin-bottom: 0px;
	text-align: center;
	transition: all .3s ease;
	font-weight: 700;
}

.checkbox-replace-box-check label:hover,
.checkbox-replace-box-check.active label {
	background: #e6f7ff;
	border-color: #2aa0da;
}
.checkbox-replace-box-check label:hover i,
.checkbox-replace-box-check label:hover p,
.checkbox-replace-box-check.active label i,
.checkbox-replace-box-check.active label p {
	color: #2aa0da;
}


/*Inputs and Select*/
.form-group	{
	margin-bottom: 20px;
}
.form-group b {
	display: block;
	position: relative;
}
.form-group b span {
	display: inline-block;
    background: #eee;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 18px;
    line-height: 18px;
    font-size: 13px;
}
.form-group b em {
	font-style: normal;
	color: #eb6358;
	font-size: 21px;
	position: absolute;
	top: -3px;
}
.form-group label em {
	font-style: normal;
	color: #eb6358;
	font-size: 21px;
	position: absolute;
	top: -3px;
}
.form-group b s {
	color: #00AD81;
}
.form-control {
	height: auto;
	padding: 10px 15px 13px;
	border-radius: 10px;
	font-weight: 600;
	text-align: left !important;
}
.form-control:focus,
.form-control:active {
	box-shadow: none;
	outline: none;
	background: #e6f7ff;
	border-color: #2aa0da;
}
.password {
	position: relative;
}
.password i {
    position: absolute;
    top: 16px;
    right: 17px;
    cursor: pointer;
}


/*Select2*/
.select2-dropdown {
	border-color: #ced4da;
}
.select2-container {
	width: 100% !important;
}
.select2-container:focus {
	outline: none;
}
.select2-container--default .select2-selection--single {
	padding: 9px 15px 10px;
	border-radius: 10px;
	height: auto;
	border-color: #ced4da;
}
.select2-container--default .select2-selection--multiple {
	padding: 9px 15px 14px;
	border-radius: 10px;
	height: auto;
	border-color: #ced4da;
}
.select2-container--default.select2-container--focus .select2-selection--single {
	box-shadow: none;
	outline: none;
	background: #e6f7ff;
	border-color: #2aa0da;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	box-shadow: none;
	outline: none;
	background: #e6f7ff;
	border-color: #2aa0da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	font-size: 12px;
	margin-top: 0px;
	background-color: #fff;
	border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
	margin-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 11px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none;
	border-color: white;
	color: #3b3b3d;
	font-weight: 600;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #2aa0da;
	color: #fff;
}
.select2-container--default .select2-results__option--selected {
	background: #e6f7ff;
	color: #3b3b3d;
}
.select2-container--default .select2-results__option--selected:hover {
	background: #2aa0da;
	color: #fff;
}
.select2-container--default .select2-selection--single:focus {
	outline: none;
}
.select2-selection__arrow b {
	height: 0 !important;
	padding-left: 0px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: white;
}


/*Select Toggle*/
.switch input {
	display: none;
}
.switch {
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.switch .slider:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	height: 35px;
	width: 60px;
	border-radius: 50px;
	border: 1px solid #ced4da;
	transition: .3s;
}
.switch .slider:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	background: #2aa0da;
	height: 27px;
	width: 27px;
	border-radius: 50%;
	transition: .3s;
}
.switch input:checked + .slider:before {
	background: #2aa0da;
	border: 1px solid #2aa0da;
}
.switch input:checked + .slider:after {
	transform: translateX(25px);
	background: white;
}
.switch p {
	display: inline-block;
	margin: 4px 0 0 70px;
}


/*Input Group*/
.input-group .form-control {

}
.input-group .dropdown-menu {
	border-radius: 10px;
	padding: 0px;
	max-height: 300px;
	overflow: auto;
}
.input-group .btn {
	padding: 11px 20px 12px;
}
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: #e6f7ff;
	color: #3b3b3d;
	border-color: #2aa0da;
}
.input-group .dropdown-item, .input-group .dropdown-item {
	color: #3b3b3d;
}
.input-group .dropdown-item:focus, .input-group .dropdown-item:hover {
	background-color: #e6f7ff;
}
.dropdown-item {
	font-weight: 600;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	background-image: none;
}


/*Phone*/
.phone-number .flag {
	display: inline-block;
	background-image: url(/includes/img/telephone_flags.png);
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	width: 20px;
	height: 10px;
	margin-right: 5px;
}
.phone-number .flag.canada {
	background-position: -834px 0px;
}
.phone-number .flag.united-states {
	background-position: -5263px 0px;
}
.phone-number .flag.brazil {
	background-position: -680px 0px;
}
.phone-number .flag.india {
	background-position: -2413px 0px;
}
.phone-number .flag.philippines {
	background-position: -3987px 0px;
}



/*Checkboxes and Radios*/
.form-check-input {
	display: none;
}
.form-check-input:checked {
	border-color: #2aa0da;
	background: #2aa0da;
}
.form-check-input:focus {
	box-shadow: none;
}


/*Form Check Check*/
.form-check.check {
	position: relative;
	padding-left: 0px;
}
.form-check.check label {
	position: relative;
	padding-left: 25px;
}
.form-check.check label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	height: 18px;
	width: 18px;
	background: white;
	border-radius: 6px;
	border: 1px solid #ced4da;
}

.form-check.check input:checked + label:after {
	background: #2aa0da;
	border-color: #2aa0da;
}
.form-check.check input + label:before {
	content: '';
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 8px;
	left: 5px;
	height: 9px;
	width: 9px;
	font-size: 9px;
	color: #333;
	z-index: 1;
}
.form-check.check input:checked + label:before {
	content: '\e90d';
	color: white;
}

/*Form Check Box*/
.form-check.box {
	padding-left: 0px;
	position: relative;
}

.form-check.box label {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 10px 18px 13px 49px;
	min-width: 100%;
	font-weight: 700;
	cursor: pointer;
}
.form-check.box label:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 18px;
	height: 16px;
	width: 16px;
	background: white;
	border-radius: 50%;
	border: 1px solid #ced4da;
}
.form-check.box label:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 22px;
	height: 8px;
	width: 8px;
	background: white;
	border-radius: 50%;
}
.form-check.box input {
	position: absolute;
	top: 12px;
	left: 20px;
	margin-left: 0px;
	cursor: pointer;
}
.form-check.box input:checked + label {
	border-color: #2aa0da;
	color: #2aa0da;
	background: #e6f7ff;
}
.form-check.box input:checked + label:before {
	background: #2aa0da;
	border-color: #2aa0da;
}


/*DatePicker*/
.datepicker table tr td, .datepicker table tr th {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.datepicker table tr th {
	opacity: 0.5;
}
.datepicker .datepicker-switch {
	opacity: 1;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	background: #e6f7ff;
}
.dropdown-menu {
	color: #3b3b3d;
}
.datepicker table tr td.new, .datepicker table tr td.old {
	opacity: 0.5;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
	background-color: #2aa0da;
	border-color: #2aa0da;
	color: white;
}
.datepicker .next, .datepicker .prev {
	opacity: 1;
	font-size: 22px;
	top: -2px;
	position: relative;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background-color: transparent;
}
.datepicker table tr td span.focused {
	background: #2aa0da;
	color: white;
}
.datepicker table tr td span:not(.focused):hover {
	background: #e6f7ff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background: #e6f7ff;
	color: #3b3b3d;
}


/*File Upload*/
input[type='file'] {
	display: none;
}

.file-upload-replace label {
	display: block;
	border: 1px dashed #ced4da;
	max-width: 360px;
	text-align: center;
	padding: 40px 0px 50px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .3s ease;
	margin: 0 auto 20px;
}
.file-upload-replace label i {
	display: block;
	font-size: 82px;
	color: #e6f7ff;
	margin-bottom: 30px;
	transition: all .3s ease;
}
.file-upload-replace label p {
	margin-bottom: 10px;
}
.file-upload-replace label:hover {
	background-color: #e6f7ff;
}
.file-upload-replace label:hover a {
	background: #56b5e3;
	border: 1px solid #56b5e3;
	color: white;
}
.file-upload-replace label:hover i {
	color: #56b5e3;
}

/*File Upload 2*/
.input-group>.custom-file {
	height: 49px;
}
.input-group>.custom-file {
	cursor: pointer;
}
.custom-file-label:after {
	height: auto;
	line-height: 45px;
	padding: 0px 20px;
	background: #2aa0da;
	color: white;
	transition: all .3s ease;
}
.input-group>.custom-file:hover .custom-file-label:after {
	background: #56b5e3;
	cursor: pointer;
}


/*Tabs*/
.nav-pills .nav-link {
	background-color: #e6f7ff;
	margin-right: 5px;
	font-weight: 700;
	color: #3b3b3d;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #2aa0da;
}
.tab-content {
	padding: 20px 0;
}


/*User Profile*/
.user-details {
	margin-bottom: 30px;
}
.user-details i {
	height: 60px;
	width: 60px;
	background: #2aa0da;
	border-radius: 50%;
	color: white;
	font-size: 21px;
	line-height: 60px;
	text-align: center;
	margin-right: 20px;
}
.user-details p {
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 21px;
}
.user-details span {
	color: #8686a0;
}

.user-contact {
	margin-bottom: 20px;
}
.user-contact p {
	margin-bottom: 5px;
}


.available-funding {
	margin-bottom: 30px;
}
.available-funding span {
	color: #8686a0;
}
.available-funding p {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0px;
}
.available-funding a {
	font-size: 14px;
}



/*Custom Tabs*/
.custom-tab-tabs a {
	display: block;
	color: #3b3b3d;
	padding: 6px 15px 6px 10px;
	font-weight: 700;
	margin-bottom: 10px;
	border-radius: 10px;
	transition: all .3s ease;
}
.custom-tab-tabs a:hover,
.custom-tab-tabs a.active {
	color: white;
	background: #2aa0da;
}
.custom-tab-tabs i {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.custom-tab-content-wrap .custom-tab-content {
	display: none;
}
.custom-tab-content-wrap .custom-tab-content.active {
	display: block;
}


/*Profile Details*/
.user-profile-block {
	margin-bottom: 50px;
}
.user-profile-title {
	color: #2aa0da;
	background: #e6f7ff;
	padding: 5px 10px;
	font-weight: 700;
	margin-bottom: 30px;
}


/*Form Validation*/
.error-trigger {
	border-color: red;
	background: #fff2f2;
}
span.error {
	display: block;
    color: red;
    font-size: 14px;
}

/*Form List*/
.form-list {
	margin-left: 20px;
	margin-bottom: 30px;
}
.form-list li {
	margin-bottom: 10px;
}




/*Overview Card*/
.overview-card {
	border: 1px solid #ced4da;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
.overview-card i {
	font-size: 48px;
	margin-right: 20px;
	color: #2aa0da;
}
.overview-card p {
	margin-bottom: 0px;
	color: #8686a0;
}
.overview-card span {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.overview-card span b {
	font-size: 16px;
	color: #8686a0;
}


/*Table Status*/
.fa.fa-check-circle {
	color: #00AD81;
	display: inline-block;
	margin-right: 4px;
}


/*Modal*/
.modal-header, .modal-footer {
	border: 0px;
}
.modal-title {
	font-weight: 700;
}



/*Login*/
.login-wrap {
	min-height: 100vh;
}
.login-bg {
	background-color: #2aa0da;
	background-image: url(../img/pattern.png);
	min-height: 100vh;
	position: relative;
	display: none;
}
.login-bg .logo {
	margin: auto;
	max-width: 360px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.login-form {
	max-width: 460px;
	margin: 60px auto 0;
	padding: 20px;
}
.login-form .login-subtitle {
	color: #2aa0da;
	margin-bottom: 0px;
}
.login-form .login-title {
	font-size: 36px;
	margin-bottom: 20px;
}


/*Confirmation Message*/
.confirmation-message {
	margin-bottom: 30px;
	text-align: center;
}
.confirmation-message i {
	font-size: 72px;
	height: 120px;
	width: 120px;
	line-height: 120px;
	border-radius: 50%;
	color: white;
	margin-bottom: 20px;
}
.confirmation-message i.fa.fa-check {
	background: #00AD81;
}
.confirmation-message i.fa.fa-user {
	background: #ffc107;
}
.confirmation-message i.fa.fa-times {
	background: #eb6358;
}
.confirmation-message p.title {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 700;
}



/*Apt Verify*/
@keyframes verify {
	0% {
		top: 40px;
		left: 60px; }
		25% {
			top: 40px;
			left: calc(100% - 120px); }
			50% {
				top: calc(100% - 100px);
				left: calc(100% - 120px); }
				75% {
					top: calc(100% - 100px);
					left: 60px; }
					100% {
						top: 40px;
						left: 60px; }
					}
					.animation-holder {
						position: relative;
					}
					.animation-holder .finder {
						position: absolute;
						animation-name: verify;
						animation-duration: 4s;
						animation-iteration-count: infinite;
					}


					/*Verify Error Catch*/
					.verify-error-catch {
						display: block;
						margin-top: 10px;
						font-weight: 600;
					}
					.rolling-loader {
						margin: 0 auto 20px;
						display: block;
					}
@media (min-width: 768px) {
						.form-nav {
							display: block;
						}
					}
					@media (min-width: 992px) {

						.login-bg {
							display: block;
						}
						.login-form {
							max-width: 460px;
							margin: 0px auto 0;
							padding: 0px;
						}
						.sidebar {
							left: 0px;
						}
						.content-wrap {
							width: calc(100vw - 260px);
							display: block;
							margin-left: 260px;
						}
						.top-bar {
							width: 100%; /*calc(100% - 260px);*/
							padding: 0 15px;
						}
						.top-bar .top-right a.mobile-menu, .top-bar .top-right a.mobile-menu-notifications {
							display: none;
						}
						.top-bar .top-right .nots {
							display: inline-block;
						}
						.content {
							/*margin-top: 87px;*/
							padding: 0px 15px;
						}

						.form-top .cancel-transaction span {
							display: inline;
						}

					}
@media (min-width: 1200px) {

}

.invalid-feedback{
    display: block !important;
    font-size: 1rem !important;
}



.close{
    line-height: 10px !important;
}
.alert-close {
    position: absolute;
    top: 0;
    right: 5px;
}
em.fa-times.fas {
    font-size: 15px;
}

.container-fluid{
    padding-top: 15px;
}

.alert-main{
    display: flex;
}
.alert-left{
    width: 100%;
    display: inline-block;
    float: left;
}
.alert-right{
    width: 0%;
    display: inline-block;
    margin: auto;
}

#startDate[readonly],
#endDate[readonly],
.datePicker[readonly]
{
    cursor: pointer !important;
}

.border-none { border: none !important; }
.mt-20 { margin-top: 20% !important; }
.ml-33 { margin-left: 33% !important;  }
.overflow-hidden { overflow: hidden; }

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}