/* Globals */

/* Custom fonts if desired */

@font-face {
	font-family: 'Calibre';
	src: url(//assets.bettyblocks.com/0d41e4e49b6f4066bcfe0d376087cc9f_assets/files/CalibreRegular.woff?_=80e5508f5dbe6b4d85da009fd86455ff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre';
	src: url(//assets.bettyblocks.com/0d41e4e49b6f4066bcfe0d376087cc9f_assets/files/CalibreSemibold.woff?_=04ee44cc256e4372f071916431636243) format('woff');
	font-weight: 600;
	font-style: bold;
}

/* Global styling */

html {
	height: 100%;
}

body {
	font-size: 16px;
	line-height: 165%;
	min-height: 100%;
	height: 100%;
	color: #246DAC;
	font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;
	image-rendering: -moz-auto;
	image-rendering: -o-auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
	-ms-interpolation-mode: nearest-neighbor;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

input.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #d0d0d0;
}

input.form-control::-moz-placeholder,
input::-moz-placeholder {
	/* Firefox 19+ */
	color: #d0d0d0;
}

input.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
	/* IE 10+ */
	color: #d0d0d0;
}

input.form-control:-moz-placeholder,
input:-moz-placeholder {
	/* Firefox 18- */
	color: #d0d0d0;
}

input.form-control::placeholder,
input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d0d0d0;
	opacity: 1;
	/* Firefox */
}

.form-group.row .radio:nth-child(2) {
    margin-left: 15px;
  	margin-right: 80px;
}

/* Logo */

.logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

/* Global basic component styles */

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Calibre', 'Helvetica neue', 'arial', sans-serif;
	font-weight: 600;
	color: #00B0CB;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

h1 {
	font-size: 28px;
	margin-bottom: 15px;
}

h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

h4 {
	font-size: 18px;
}

a {
	color: #E65A59;
	text-decoration: none;
}

a.text-link{
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #E65A59;
	text-decoration: none;
}

a.password-lost {
	text-decoration: underline;
}

.btn {
	color: #fff;
	border: none;
	border-radius: 0px;
	padding: 10px 15px;
	font-size: 16px;
	letter-spacing: 0.43px;
	cursor: pointer;
	transition: none;
	font-weight: 600;
}

.btn-sm{
	padding: 7px 12px;
}

.btn a:focus,
.btn a:active,
.btn a:hover,
.btn:focus,
.btn:active,
.btn:hover {
	color: #fff;
}

.btn:not(:hover) {
	transition: 0.2s ease box-shadow;
}

.btn:hover {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
	transition: 0.2s ease box-shadow;
}

.btn:focus,
.btn:active {
	box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.3);
	transition: 0.1s ease all;
}

.btn.btn-default {
	color: #FE585C;
	border: none;
	box-shadow: inset 0 0 0 1px #FE585C;
	background-color: #fff;
}

.btn.btn-outline {
	color: #fff;
	border: none;
	box-shadow: inset 0 0 0 1px #fff;
	background-color: transparent;
}

.btn.btn-outline:hover{
	background-color: rgba(255,255,255,1);
	color: #FE585C;
}

.btn.btn-default:hover{
	box-shadow: inset 0 0 0 1px #FE585C, inset 0 0 0 100px rgba(0, 0, 0, 0.07);
}

.btn.btn-default:focus,
.btn.btn-default:active {
	box-shadow: inset 0 0 0 1px #FE585C, inset 0 0 0 100px rgba(0, 0, 0, 0.13);
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
	background-color: #FE585C;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
	background-color: #0056b3;
}

.btn.btn-third,
.btn.btn-third:hover,
.btn.btn-third:focus,
.btn.btn-third:active {
	background-color: #a26aaa;
    border: none;
    border-radius: 18px;
    font-size: 13px!important;
}

.btn.btn-fourth,
.btn.btn-fourth:hover,
.btn.btn-fourth:focus,
.btn.btn-fourth:active {
	background-color: #28aac5;
    border: none;
    border-radius: 18px;
    font-size: 13px!important;
  
}

.btn.btn-fifth,
.btn.btn-fifth:focus,
.btn.btn-fifth:active {
	background-color: transparent;
    border: 1px solid #28aac5;
    border-radius: 18px;
    font-size: 13px!important;
    color: #28aac5;
  
}

.btn.btn-fifth:hover{
background-color: #28aac5;
color: #ffffff;
}

.btn.print.disabled .fa-spinner {
            display: inline-block;
            margin-right: 5px;
        }

 .btn.print .fa-print,
        .btn.print.clicked .fa-print {
            margin-right: 5px;
        }

        .btn.print.clicked .fa-print {
            display: none;
        }

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
	background-color: #4EBF8C;
}

.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
	background-color: #f3b611;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
	background-color: #a81818;
}

.btn.btn-inactive,
.btn.btn-inactive:focus,
.btn.btn-inactive:active {
	background-color: #fff;
	color: #ACACAC;
	border: 1px solid #ddd;
}

.btn.btn-inactive:hover {
	color: #FFFFFF;
	background-color: #ACACAC;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #FE585C;
	border-color: #FE585C;
}

/* Tables */

.table-bordered {
	border-top: 1px solid #f00;
}

/* Inputs */

.input-wrap {
	position: relative;
}

.input-inline {
	display: inline-block;
}

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

/* Word wraps */

.word-wrap {
	word-break: keep-all;
	display: inline-block;
}

/* Modal */

/* Global advanced component styles */

body.modal-open {
	overflow-y: auto;
	width: calc(100% + 15px);
	overflow-x: hidden;
	padding-right: 15px;
}

.modal-backdrop{
	background-color: #246DAC;
}

.modal-backdrop.show {
    opacity: 0.65;
}

.modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
}

.modal > .modal-dialog,
.modal.open > .modal-dialog,
.modal.fade > .modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	transform: none;
}

.modal-hero {
	position: relative;
	margin: -30px -30px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 30px 30px 15px;
	background-color: #E9F6F9;
	color: #00ACC7;
	text-align: center;
}

.modal-hero h2{
	margin-top: 5px;
	margin-bottom: 15px;
}

.modal-hero .close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 60px;
	opacity: 0.3;
}

.modal-dialog{
	max-width: 600px;
}

.modal-xl .modal-dialog{
	max-width: 900px;
}

.modal.modal-xl{
	max-width: none;
}

.modal-frame {
	background: #fff;
	pointer-events: all;
	background: #FFF;
	width: calc(100% - 60px);
	position: fixed;
	left: 0;
	top: 50%;
	right: 0;
	max-height: calc(100vh - 60px);
	max-width: 800px;
	margin: 0 auto;
	transform: translateY(-50%);
	padding: 30px;
	overflow-y: auto;
	text-align: center;
}

.modal-xl .modal-frame{
	max-width: 900px;
}


/* Alerts */

.alert {
	background-color: #fff;
	border: none;
	border-radius: 0;
	padding: 20px 22px;
}

.alert button.close {
    font-size: 16px;
    padding: 0;
    right: 8px;
    top: 7px;
    line-height: 1;
	position: absolute;
	color: #fff;
}

.alert-icon{
	font-size: 24px;
	margin-right: 10px;
}

.alert.alert-neutral {
	background: #F7F7F6;
	color: #246DAC;
}

.alert.alert-info {
	background: #246DAC;
	color: #fff;
}

.alert.alert-warning{
	background-color: #FFA941;
	color: #ffffff;
}

.alert.alert-danger{
	background-color: #FE585C;
	color: #ffffff;
}

.alert.alert-success{
	background-color: #4EBF8C;
	color: #ffffff;
}

.alert.alert-danger svg{
	font-size: 24px;
}

.alert {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

/* Global container/grid styles */

.wrapper {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	flex-shrink: 0;
}

footer {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin: auto 0 0 0;
	width: 100%;
	flex-shrink: 0;
}

.footer-help{
	background-color: #D4EEF3;
	text-align: center;
	padding: 20px 0;
	color: #246DAC;
}

.footer-help a{
	color: #009FB9;
	white-space: nowrap;
}

.footer-help a svg{
	transform: scaleX(-1);
	margin-left: 10px;
	margin-right: 1px;
	margin-top: -1px;
}

.footer-bar {
	background-color: #E9F6F9;
	color: #246DAC;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 20px;
	width: 100%;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-family: 'Calibre', 'Helvetica neue', 'arial', sans-serif;
	font-weight: 600;
}


.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	position: relative;
	padding: 0 15px;
}

header {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	z-index: 99;
}

.logo img {
	width: 162px
}

/* Menu essentials */
nav .flex-container {
	justify-content: space-between;
}

nav {
	width: 100%;
	background-color: #fff;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	color: #333;
	border-bottom: 1px solid #D4EEF3;
}

.nav-fixed-top {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.user {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	line-height: 1.5;
	color: #246DAC;
	font-weight: bold;
	margin-bottom: 1px;
}

.user a {
	font-weight: normal;
	color: #00B0CB;
}

.nav-fixed-top + div {
	margin-top: 70px;
	border: none;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
}

.navigation {
	transition: all 0.2s ease;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

.nav-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Global advanced component styles */

body.modal-open {
	overflow-y: auto;
	width: calc(100% + 15px);
	overflow-x: hidden;
	padding-right: 15px;
}

.modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
}

.modal > .modal-dialog,
.modal.open > .modal-dialog,
.modal.fade > .modal-dialog {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	transform: none;
}


/* Media queries */
@media (min-width: 576px) {
	.flex-container {
		max-width: 540px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.flex-container {
		max-width: 720px;
		margin: 0 auto;
	}

	.logo {
		margin: 0;
	}

	/* Globals */
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	/* Nav */
	.logo img {
		width: 192px;
		margin-bottom: 1px;
	}

	nav {
		width: 100%;
		height: 70px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		color: #333;
	}

	.nav-fixed-top {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}

	.nav-fixed-top + div {
		margin-top: 70px;
		border: none;
		top: 0;
		left: 0;
		right: 0;
		position: relative;
	}

	.btn {
		color: #fff;
		border: none;
		letter-spacing: 0.43px;
		cursor: pointer;
		transition: none;
	}

	/* Global advanced components styles */
	.modal.fade > .modal-dialog,
	.modal.show > .modal-dialog {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.modal-footer {
		flex-direction: row;
		align-items: center;
	}

	.modal-footer > :not(:last-child) {
		margin-bottom: 0;
		margin-right: .25rem;
	}
}

@media (min-width: 992px) {
	.flex-container {
		max-width: 970px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.flex-container {
		max-width: 1140px;
		margin: 0 auto;
	}

	h1 {
		font-size: 46px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 24px;
	}
}