html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style: none;
	vertical-align: baseline;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	color: #1768AE;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

textarea:focus,
input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	color: #000 !important;
}

input::-moz-input-placeholder {
	color: #000 !important;
}

input::-ms-input-placeholder {
	color: #000 !important;
}

@font-face {
	font-family: 'CirceBold';
	src: url('fonts/CirceBold.eot');
	src: url('fonts/CirceBold.eot') format('embedded-opentype'), url('fonts/CirceBold.woff2') format('woff2'), url('fonts/CirceBold.woff') format('woff'), url('fonts/CirceBold.ttf') format('truetype'), url('fonts/CirceBold.svg#CirceBold') format('svg');
}

@font-face {
	font-family: 'CirceRegular';
	src: url('fonts/CirceRegular.eot');
	src: url('fonts/CirceRegular.eot') format('embedded-opentype'), url('fonts/CirceRegular.woff2') format('woff2'), url('fonts/CirceRegular.woff') format('woff'), url('fonts/CirceRegular.ttf') format('truetype'), url('fonts/CirceRegular.svg#CirceRegular') format('svg');
}

body {
	background: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	float: left;
	width: 100%;
	min-height: 105vh;
}

#header {
	background: #fff;
	float: left;
	width: 100%;
	height: 83px;
	text-align: center;
}

.container {
	width: 1200px;
	max-width: 100%;
	padding: 0 15px;
	margin: auto;
}

.logo,
.logo a {
	float: left;
	height: 83px;
}

.logo img {
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header h2 {
	float: right;
	color: #000;
	font-size: 19px;
	line-height: 83px;
	font-family: 'CirceBold';
}

#content {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 0 0;
}

.content-inner {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	max-width: 100%;
}

.content-inner h1 {
	color: #333333;
	font-size: 16px;
	font-family: 'CirceBold';
	text-transform: uppercase;
	line-height: 57px;
	text-align: left;
	background: #fff;
	border: solid 1px #e5e5e5;
	padding: 0 24px;
	margin: 0 0 14px 0;
	height: 59.49px;
}

.content-inner .form-sec {
	background: #fff;
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 21px 24px 24px;
	margin: 0 0 15px 0;
	text-align: left;
	float: left;
}

.content-inner .form-row {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

.content-inner .form-row label {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceBold';
	color: #666666;
}

.content-inner .form-input {
	float: left;
	width: 350.8px;
	height: 43.25px;
	border: solid 1px #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	font-family: 'CirceRegular';
	box-sizing: border-box;
	max-width: 100%;
}

.content-inner .submit-row {
	float: left;
	width: 100%;
}

.content-inner .form-submit {
	float: left;
	width: 350.8px;
	height: 43.25px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
	font-family: 'CirceBold';
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	background: #24608B;
	max-width: 100%;
}

.forgot-pass {
	background: #fff;
	width: 100%;
	border: solid 1px #e5e5e5;
	padding: 10px 15px 13px;
	margin: 0 0 0 0;
	text-align: left;
	float: left;
}

.send-row {
	float: left;
	width: 100%;
}

.forgot-btn {
	float: left;
	width: 100%;
	color: #24608B !important;
	text-decoration: none !important;
	font-family: 'CirceRegular';
	font-size: 14px;
	background: url(images/down.png) no-repeat right center;
}

.forgot-btn.active {
	background: url(images/top.png) no-repeat right center;
}

.hideme {
	display: none;
}

.showme {
	display: block !important;
}

.error-field {
	border-color: #FF6F79 !important;
}

.error-msg {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #FF6F79;
	font-family: 'CirceRegular';
}

input[type="password"] {
	font-family: 'Roboto', sans-serif !important;
}

.footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}

.footer ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.footer ul li {
	float: left;
	margin: 0 12px;
	color: #24608B;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceBold';
}

.footer ul li a {
	color: #24608B;
	text-decoration: none !important;
}

.footer ul li a:hover {
	color: #000;
}

.signout {
	float: right;
	color: #24608B !important;
	font-size: 14px;
	font-family: 'CirceBold';
	line-height: 20px;
	text-decoration: none !important;
	margin: 33px 0 0 0;
}

.content-inner2 {
	display: inline-block;
	vertical-align: top;
	width: 680px;
	max-width: 100%;
}

.title-sec {
	float: left;
	width: 100%;
	border: solid 1px rgba(0, 0, 0, 0.10);
	background: #fff;
	margin: 0 0 15px 0;
	text-align: left;
}

.title-sec h1 {
	color: #333333;
	font-size: 16px;
	font-family: 'CirceBold';
	text-transform: uppercase;
	line-height: 23px;
	padding: 19.4px 24px 8px;
}

.content-inner2 .form-sec {
	background: #fff;
	width: 100%;
	border: solid 1px rgba(0, 0, 0, 0.10);
	padding: 21px 24px 24px;
	margin: 0 0 15px 0;
	text-align: left;
	float: left;
}

.content-inner2 .row label {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceBold';
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: -0.2px;
}

.content-inner2 .form-input {
	float: left;
	width: 350.8px;
	height: 43.25px !important;
	border: solid 1px #f6f6f6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #000;
	font-family: 'CirceRegular';
	box-sizing: border-box;
	max-width: 100%;
}

.content-inner2 .submit-row {
	float: left;
	width: 100%;
	margin: 10.37px 0 0 0;
}

.content-inner2 select.form-input {
	line-height: 37.25px;
}

.error-msg {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #FF6F79;
	font-family: 'CirceRegular';
}

.content-inner2 input[type="password"] {
	font-family: 'Roboto', sans-serif !important;
}

.content-inner2 .row {
	margin: 0 0 0 -15px;
	clear: both;
}

.content-inner2 .col8 {
	float: left;
	width: 66.666%;
	padding: 0 0 0 15px;
	margin: 0 0 15.38px 0;
}

.content-inner2 .col4 {
	float: left;
	width: 33.333%;
	padding: 0 0 0 15px;
	margin: 0 0 15.38px 0;
}

.content-inner2 .col8 .form-input {
	width: 418.8px;
}

.content-inner2 .col4 .form-input {
	width: 199.8px;
}

.content-inner2 .msg {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
	font-family: 'CirceRegular';
	line-height: 17px;
	width: 204px;
}

.save-btn {
	width: 110px;
	height: 43.25px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #24608B;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'CirceBold';
	cursor: pointer;
}

.save-btn span {
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.60);
}

.tab-menu {
	float: left;
	width: 100%;
	background: rgba(51, 51, 51, .03);
	padding: 16px 24px 10px;
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	height: 20px;
}

ul.tabs li {
	color: #24608B;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	font-family: 'CirceBold';
	line-height: 20px;
	position: relative;
}

ul.tabs li.current {
	color: #000;
	font-family: 'CirceRegular';
}

ul.tabs li.current:before {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 2px;
	width: 100%;
	background: #333333;
	content: '';
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: inherit;
}

.owl-theme .owl-nav {
	margin: 0 !important;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -25px !important;
	width: 30px;
	height: 30px;
	background: url(images/prev.png) no-repeat center center !important;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: none !important;
}

.owl-carousel .owl-nav button.owl-next {
	right: -25px !important;
	width: 30px;
	height: 30px;
	background: url(images/next.png) no-repeat center center !important;
}

.center-align {
	display: inline-block;
	float: none !important;
	margin-left: -100px;
}

.remebder-row .forgot-btn {
	float: right;
	width: auto;
	padding-right: 25px;
}

.remeber {
	float: left;
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-family: 'CirceBold';
	line-height: 20px;
}

.checkbox {
	float: left;
}

.pass-row input[type="password"] {
	font-family: 'CirceRegular' !important;
}

.bg-input {
	background: rgba(0, 0, 0, 0.05);
	border-color: rgba(0, 0, 0, 0.10) !important;
}

.error-input {
	border-color: #FF6F79 !important;
}

.col4 {
	position: relative;
}

.or {
	float: left;
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 43px;
	font-size: 14px;
	font-family: 'CirceBold';
	color: rgba(0, 0, 0, 0.60);
}

.content-inner2 .msg2 {
	width: 430px;
	float: left;
}

.content-inner2 .msg3 {
	width: 630px;
	float: left;
}

.no-thanks {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 43px;
	color: #FF6F79;
	font-size: 14px;
	font-family: 'CirceBold';
}

.upload-row {
	float: left;
	width: 100%;
	position: relative;
}

.upload-input {
	float: left;
	width: 415px;
	height: 43.25px !important;
	border: solid 1px #24608B;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 14px;
	color: #24608B;
	font-family: 'CirceBold';
	box-sizing: border-box;
	max-width: 100%;
}

.upload-row input::-webkit-input-placeholder,
.upload-row input:-moz-placeholder,
.upload-row input::-moz-placeholder,
.upload-row input:-ms-input-placeholder {
	color: #24608B !important;
}

.upload-plus {
	position: absolute;
	right: 16px;
	top: 14px;
	width: 14px;
	height: 14px;
}

.upload-plus:before {
	width: 14px;
	height: 2px;
	background: #24608B;
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
}

.upload-plus:after {
	width: 2px;
	height: 14px;
	background: #24608B;
	content: '';
	position: absolute;
	left: 6px;
	top: 0;
}

.pera1 {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.40);
	font-family: 'CirceRegular';
	line-height: 17px;
	margin: 0 0 25px 0;
}

.padding-left {
	padding-left: 15px !important;
}

.big-label {
	width: 210px !important;
}

.col12 {
	float: left;
	width: 100%;
	padding: 0 0 0 15px;
	margin: 0 0 15.38px 0;
}

.radio-row {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceBold';
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: -0.2px;
	position: relative;
	padding-left: 20px;
}

.radiobox {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}

.full-width {
	width: 100% !important;
}

.yesno {
	width: auto !important;
	margin-right: 25px;
}

.left-align label {
	float: left;
	width: 150px !important;
	margin-top: 11px;
}

.small-field {
	width: 40px !important;
	text-align: center !important;
	padding: 0 !important;
	float: right !important;
}

.two-line,
.three-line {
	margin-top: 0 !important;
}

.total-row {
	float: left;
	width: 100%;
	border-top: solid 1px rgba(0, 0, 0, 0.10);
	padding: 10px 0 0 0;
}

.total-text {
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceRegular';
	color: rgba(0, 0, 0, 0.60);
	letter-spacing: -0.2px;
}

.total-value {
	float: right;
	font-size: 14px;
	line-height: 20px;
	font-family: 'CirceRegular';
	color: #000;
}

.tab-content hr {
	float: left;
	width: 100%;
	border: none;
	height: 1px;
	background: rgba(0, 0, 0, 0.10);
	margin: 0 0 17px 0;
}

.admin-msg {
	background: #FF6F79;
	float: left;
	width: 100%;
	border-top: solid 1px rgba(0, 0, 0, 0.10);
	text-align: left;
	padding: 20.4px 25px 19.96px 25px;
	margin: 0 0 15.4px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	font-family: 'CirceRegular';
}

.admin-msg a {
	font-family: 'CirceBold';
	color: #fff;
}

@media (min-width: 1350px) {
    #errorsubmission-container{
        /* width:30%; */
    }
}
#errorsub_datetime::-webkit-inner-spin-button { display: none; }

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #505050;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 0px;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .text-area{
      width: 350.8px;
      height: 200px;
      resize: none;
      max-width: 100%;
  }
  #file::-webkit-file-upload-button{
    /* style goes here */
    margin-top: 3px;
    height: 35px;
 }
