/*body {
	font-family: 'Roboto', sans-serif;
}*/
.logo {
	width: 65px;
	height: auto;
}
.bgcolor {
	/*background:#37bc9b;*/
	/*background:#37bcaa;*/
/*	background:#FFBB00;*/
  background:#ff006a;
}

.form-group{
  margin-bottom: 0px!important;
}
.shadow {
    box-shadow: 0px 0px 15px 0px #888888 !important;
}
.shadow1 {
    box-shadow: 0px 0px 5px 0px #888888 !important;
}
.boxsize {
	min-height: 400px;
}

.tab-content {
	height: 330px;
	padding:20px;
	border: 1px solid;
    border-color: #fff #dee2e6 #dee2e6;
}

footer {
	margin-top: 4px;
	background-color: black;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.validation-css p {
	color: red!important;
	font-size: 13px!important;
	margin-bottom: 2px!important;
}
.validation-css label {
	font-size: 14px;
}










/*body {
  overflow: hidden;
}*/


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /*background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);*/
  background-image: url(../images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

button.active{
    border-color: #1495bb !important;
    background-color: #1495bb !important;
    color: #FFFFFF;
}

.form-section {
  color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #1D2B36;
}

.radioerror p{
  position: absolute;
    white-space: nowrap;
    margin-top: 30px;
}

.fetcherror p{
  position: absolute;
    white-space: nowrap;
    margin-top: 35px;
    margin-bottom: 5px;
}

.radioerror1 p{
  position: absolute;
    white-space: nowrap;
}

.require:after {
  content: "*";
  color:red;
  font-size: 20px;
}
.btn-success {
  border-color: #37bc9b !important;
  background-color: #37bc9b !important;
  color: #FFFFFF;
  /*font-weight: bold;*/
}

.success {
  border-color: #37bc9b !important;
  background-color: #37bc9b !important;
  color: #FFFFFF;
}

.addressstyle{
    font-size: 13px;
    color: blue;
    margin: auto;
    padding: 15px;
}

hr {
    border-top: 1px solid #1D2B36;
  }