/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */
 * {
	margin: 0px;
	padding: 0px;
  }
  .form-btn:disabled {
	background: #ccc !important;
	border:1px solid #ccc !important;
  }
 
  html,
  body {
	height: 100%;
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	font-family: "UniNeueFamily", sans-serif !important;
	/* background-image: url("../images/bg_1024.svg"); */
  }
  
  .navbar-default {
	-webkit-box-shadow: -1px 4px 24px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 24px -6px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 4px 24px -6px rgba(0, 0, 0, 0.75);
	background-color: #3399C6;
  }
  
  .visitMsg {
	font-size: 25px;
	text-align: center;
	font-weight:bold;
	margin-top:30px;
	/* position: relative;
	top: -25px; */
	/* line-height: 36px; */
  }
  
  .inviteMsg {
	/* font-size: 13px; */
	text-align: center;
	margin-bottom: 0px !important;
	/* position: relative;
	top: -62px;
	line-height: 30px; */
  }
  
  .textareaCount {
	float: right;
	padding: 0.1rem 0 0 0;
	font-size: 0.875rem;
  }
  
  #ajax_loader {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #808080;
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10000000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	/* For IE8 and earlier */
  }

  /* .footer-img-desktop{
	position: relative;
    bottom: 0rem;
	left:0px;
  } */

  .footer-img-thankdiv{
	position: fixed;
    bottom: 0px;
    left: 17%;
    right: 17%;
  }

  /* Compliment - Images */
  .compliment-images{
	display: inline-block;
    position: relative;
    margin: 13px;
    width: 65px;
  }

  .tick-mark{
    position: absolute;
    top: -8px;
    left: 42px;
    width: 25px;
    height: 25px;
	display: none;
  }
  
  .compliment-images input[type="checkbox"]:checked + label .tick-mark {
	display: block;
  }


