* {
	margin: 0px;
	padding: 0px;
}

body {
/*
	font-size: 120%;
	background: #F8F8FF;
*/
}

.header {
/* 	width: 80%; */
	margin: 0px auto;
	color: black;
/* 	background: #f8f8f8; */
	text-align: center;
	border: 0px solid #f8f8f8;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 0px;
}
 .content {
/* 	width: 80%; */
	margin: 0px auto;
	padding: 0px;
/* 	border: 1px solid #f8f8f8; */
/* 	background: #f8f8f8; */
/* 	border-radius: 0px 0px 10px 10px; */
}
.input-group {
	margin: 10px 0px 10px 0px;
}

.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 60%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
#user_type {
	height: 40px;
	width: 60%;
	padding: 5px 10px;
	background: white;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
.btn {
/*
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
*/
}
.error {
	width: 92%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #aeaeae; 
	color: #a94442; 
	background: #ffffff; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}

.profile_info img {
    display: inline-block;
    margin: 0px;
    float: none;
/*     box-shadow: 0px 2px 11px #adadad; */
    border: 0px solid white;
}

.profile_info div {
	    text-align: left; 
	margin: 0px;
}

.profile_info:after {
	content: "";
	display: block;
	clear: both;
}
.no-popup-gallery {
    border: 1px solid #f3f3f3;
    text-align: center;
        display: inline-block;
            padding: 38px;
                background: #fffbf3;
}
/**/
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: tomato;
}
.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: tomato;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: tomato;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: tomato;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}
button {border: none;background-color: white !important;border-radius: 50px}
button:hover {border: none;background-color: #000000 !important;border-radius: 50px;    color: turquoise;
    font-weight: 900;}
.fa {/*color:grey!important;opacity:0.4!important;*/border:none !important;font-size:small !important}
.fa:hover {color:green!important;opacity:1!important;color: white !important}
select {

      border: 0 !important;  /*Removes border*/
      -webkit-appearance: none !important;  /*Removes default chrome and safari style*/
      -moz-appearance: none !important; /* Removes Default Firefox style*/
      background: url('dropdown_arrow.png') no-repeat;  /*Adds background-image*/
      background-position: 82px 7px !important;  /*Position of the background-image*/
      width: 100px; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px !important; /* Removes default arrow from firefox*/
      text-overflow: "" !important;  /*Removes default arrow from firefox*/

      /*My custom style for fonts*/

      color: #1455a2;
}
