﻿html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

*, ::after, ::before {
	box-sizing: border-box;
}

body {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	height: 100% !important;
	line-height: 1.7 !important;
	vertical-align: baseline !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	color: #646464 !important;
	background-color: #fff !important;
}

.tt-footer-left a, .tt-footer-left a:active, .tt-footer-left a:visited,
.tt-footer-right a, .tt-footer-right a:active, .tt-footer-right a:visited {
	color: #9f9f9f;
	text-decoration: none;
}

a, a:active, a.visited {
	color: #9f9f9f;
	text-decoration: none;
}

h1 {
	font-size: 36px !important;
}

h1, h2 {
	line-height: 1.2 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400 !important;
	font-family: 'Roboto', sans-serif !important;
	margin: 0 0 20px 0 !important;
	color: #111;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

button, input {
	overflow: visible;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}


.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}



@media (min-width: 768px) {
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.fxt-bg-white {
	background-color: #ffffff;
	min-height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 60px 30px;
}

.fxt-bg-color {
	background-color: #0092d6;
	min-height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 15px;
}

.fxt-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 480px;
	width: 100%;
	text-align: center;
}

.fxt-header h1 {
	color: #fff;
}


.fxt-header p {
	color: #fff;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
	min-height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
	color: #111111;
}

.fxt-checkbox-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fxt-content {
	max-width: 550px;
	width: 100%;
}

.fxt-form .form-group {
	position: relative;
	z-index: 1;
}

.form-group {
	margin-bottom: 1rem;
}

.text-center {
	text-align: center !important;
}

.checkbox {
	padding-left: 5px;
	margin-right: 10px;
}

.switcher-text2:last-child {
	margin-right: 0;
}

.switcher-text2 {
	font-size: 15px;
	margin-top: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.switcher-text2:hover {
	color: #666;
}


.fxt-checkbox-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fxt-btn-fill:hover {
	background-color: #53b1dc;
}

.fxt-btn-fill {
	font-family: 'Roboto', sans-serif;
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	font-weight: 500;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: 0;
	color: #fff;
	border-radius: 3px;
	background-color: #0092d6;
	padding: 10px 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.checkbox input[type="checkbox"] {
	display: none;
}

.checkbox label {
	padding-left: 20px;
	color: #9f9f9f;
	margin-bottom: 0;
	font-size: 15px;
	position: relative;
}

.checkbox label:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 4px;
	left: 0;
	margin-left: -5px;
	border: 1px solid;
	border-color: #dcdcdc;
	border-radius: 2px;
	background-color: transparent;
	-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 label:after {
	position: absolute;
	margin-left: -20px;
	padding-left: 3px;
	font-size: 10px;
	color: #555555;
}

.checkbox input[type="checkbox"]:checked + label::before {
	background-color: #ffbd3f;
	border-color: #ffbd3f;
}

.checkbox input[type="checkbox"]:checked + label::after {
	content: "";
	left: 16px;
	top: 5px;
	background: transparent url(../../Images/Svg/tick.svg) 0 0 no-repeat;
	background-size: 100%;
	width: 13px;
	height: 13px;
}


.pre-release-warning {
	color: #444;
	background-color: gold;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	line-height: 32px;
	height: 32px;
	padding: 0;
	border-bottom: 1px solid goldenrod;
}

.test-environment-warning {
	color: #fff;
	background-color: #c32222;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	line-height: 32px;
	height: 32px;
	padding: 0;
	border-bottom: 1px solid #8e0b0b;
}

.tt-response {
	background-color: aliceblue;
	padding: 10px;
	border-radius: 2px;
	color: #444;
	text-align: center;
	display: block;
}

.tt-error {
	background-color: gold;
}

.tt-footer-left {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.tt-footer-right {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.tt-logout:after {
	content: " | ";
}

.fxt-header img:not(.tt-logo) {
	max-width: 250px;
	max-height: 200px;
}

#btnLogin:disabled {
	background: #ccc;
}