body{
	/* min-width: 280px; */
	/* overflow-x: auto; */
}
.white-fonts{
    color: #fff;
}
.sky-blue-fonts{
	color: #27a6dd;
}
.dark-fonts{
	color: #2b2b2b;
}
.dark-bg{
	background: #2b2b2b;
}
.dark-border{
	border: 1px solid #2b2b2b !important; 
}
.gray-fonts{
	color: #626262;
}
.red-fonts{
	color: #e04f37;
}
.green-fonts{
	color: #57a749;
}
.black-fonts{
	color: #000;
}
.light-gray-fonts{
	color: #ccc;
}
.primary-blue-bg{
	background: #1c4b83;

}
.orange-bg{
	background: #e08637;
}
.white-bg{
	background: #fff;
}
.icon-container .fa-plus{
	font-size: 24px;
	margin:auto;
	width: 24px;
	display: block;
	padding-top: 15px;
}

.gray-bg{
	background: #c7c7c7;
}
.light-gray-bg{
	background: #f4f4f4;
}
.dark-gray-bg{
	background: #626262;
}
.light-gray-border{
	border: 1px solid #ccc;
}

.gray-border-box{
	border: 1.5px solid #c7c7c7;
	margin: 10px;
	border-radius: 2px;
}
.sky-blue-bg{
	background: #27a6dd !important;
}

.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.bold-fonts{
    font-weight: bold;
}
.right-arrow{
  border-radius: 0px;
  border: 0px solid #07a7e0;
  padding: 0px;
  background-color: #07a7e0 !important;
  padding: 7px 10px;
  margin-right: 2px;
}

.btn-body{
    background: #114b86;
    border-radius: 0px;
}

.no-border{
	border: none;
	border-radius: 0px;
}
.sky-blue-border{
	border: 2px solid #27a6dd; 
}
.no-margin{
	margin:0px
}
.no-padding{
	padding: 0px;
}

.colw100{
	width: 100%;
}
.colw90{
	width: 90%;
}
.max-width-100{
	max-width: 100%;
}
.field-error .form-control{
	/* border: 1px solid #ff0000; */
	background: #fbe6e5;
}
.field-error .err-icon{
  float: right;
  margin-top: -25px;
  margin-right: 5px;
  font-size: 20px;
}
.field-error .cal-err-icon{
  float: right;
  margin-top: -25px;
  margin-right: 50px;
  font-size: 20px;
}
.err-txt{
	padding: 0px 0px;}
.err-txt .fa{
	font-size: 12px;
}
.err-txt h6{
	margin: 0px;
	/* line-height: 22px; */
	margin-left:  2px;
	margin-top: 5px;
}

.default-anchor{
	font-color: inherit !important;
}
.single-line{
	font-size: 13px !important;
	line-height: 20px;
	/* font-weight: 600; */
	padding-bottom: 30px
}
.single-line input[type="checkbox"]{
	line-height: 15px;
	display: inline-block;
	position: absolute;
	float: right;
	margin-left: -15px;
	/* margin-right: -9px; */
}

.inline-block{
	display: inline-block;
}
.mi-form .err-icon, .mi-form .fa-check{
	padding: 2px 0px 2px 0px;
	font-size:  14px;
}
.mi-form .fa-check{
	color: 
}
.mi-labels{
	font-size: 12px;
}
.med-btn{
	width: 65px;
	height: 22px;
	font-size: 12px;
	line-height: 0px;
}
.v-middle{
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  float: inherit;
}

.no-wrap{
	white-space: nowrap;
}
.footer-less-btn{
	height: 80px;
}
.footer-less-review-btn{
	height: 50px;
	/* margin-bottom: 15px; */
	/* padding-top: 28px; */
	/* padding-bottom:  15px; */
}
.photo-gallery, .review-page{
	height: 100%;
	margin:0px;
	display: block;
}

.hand-cursor{
	cursor: pointer;
}
.plus-txt{
	/* width: 46px; */
	/* margin:auto; */
}
.calendar-icon{
	float: right;
	margin-top: -30px;
	margin-right: -10px;
	font-size: 25px;
	width: 10%;
}