body {
	background-image: url("../images/bg.jpg");
	background-size: 100vw 100vh;
	/* position: fixed; */
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}
p{
	margin: 16px 16px 0px;
}
.justify-content-center{
	justify-content: center!important;
}
.checkBox{
	display:flex;
}
.container {
	margin-top: 5%;
	margin-bottom: 5%;
}

.wrap {
	float: left;
	margin: 0 20px 0 0;
}
.content {
	background-color: #444;
	width: 200px;
	height: 250px;
	position: absolute;
	display: none;
}

.hitter {
	width: 500px;
	height: 500px;
	border: 1px solid #ee0000;
	display: none;
}

.track-container {
	margin-top: 5%;
	margin-bottom: 5%;
}

.track {
	padding: 1% 1.5%;
	width: 50%;
	background: #fff;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.track h3,
h4 {
	margin-top: 10px;
	margin-bottom: 3%;
	color: #000061;
	font-size: 25px;
}
/* .track img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
} */

/* background-image: url(side.jpg);*/

#hidden_div {
	display: none;
}

.btnSubmit {
	font-weight: 600;
	width: 10%;
	height: 10%;
	background: #009bff;
	background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
	color: #fff;
	border-radius: 1rem;
	padding: 1%;
	margin-top:20px;
}
.tab-content {
	margin-top: 50px;
}
.btnSubmit:hover {
	text-decoration: none;
	color: #fff;
}

.tranSearch-form {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.tranSearch-form .tranSearch-row {
	display: table-row;
}

.tranSearch-form .tranSearch-row .tranSearch-step {
	display: table-cell;
	text-align: center;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
	margin: auto;
}

.btn-indigo {
	color: #fff;
	background-color: #3f51b5 !important;
}
/* Change background color of buttons on hover */
.btn button:hover {
	background-color: yellow;
}
/* Create an active/current tablink class */
.btn button.active {
	background-color: yellow;
}

.btn-default {
	color: #fff;
	background-color: #23cfea !important;
}
.mandatoryFiels{
	color: red;
}
.center {

	justify-content: center;
	align-items: center;
}

a.waves-effect,
a.waves-light {
	display: inline-block;
}
.nav>li {
	text-align: center;
}
.nav-center {
	text-align: center;
}

.nav-item {
	padding: 10px;
	z-index: 5;
}

.btn.active {
	color: #fff;
	background-color: #000061;
}

.line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: relative;
	top: 27px;
	z-index: 1;
}

/* .imageInputWrapper {
  width: 172px;
  border: solid 1px white;
  background-color: white;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 2px 0 #C2C2C2;
}  */
.red {
  box-shadow: 0px 0px 2px 2px red;
}

.clr{
	color:red;
}

.label-mandatory:after {
	content: ' *';
	color: red;
}

label {
  margin: 0.5em;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 700!important;
}

.form-check-label{
padding-left: 18px !important;	
}

.tabs input {
  height: 1px;
  width: 1px;

}
.big{ width: 1.2em; height: 1.2em; }
.outside {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #000061;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

.inside {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #000061;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.no-transforms .inside {
  left: auto;
  top: auto;
  width: 0;
  height: 0;
}

input:checked + .outside .inside {
  -webkit-animation: radio-select 0.1s linear;
          animation: radio-select 0.1s linear;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.no-transforms input:checked + .outside .inside {
  width: 10px;
  height: 10px;
}
.tabs{
	margin-bottom: 30px
}
.tabs span{
	margin-right: 240px;

}
.tabs label{
	margin-right: 20px;

}
.previous {
  background-color: #f1f1f1;
  color: black;
}

.next {
  background-color: #4CAF50;
  color: white;
}
.btn-home{
	background: #009bff;
	background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
	color: #fff;
	width:80px;
}
.btn-home:hover {
	text-decoration: none;
	color:#000;

}
.addBtn{
	background: #C8C8C8 !important;
	color: #000;
}
.ml-10{
	margin-left:10px;
}
.mr-10 {
	margin-right:10px;
}