﻿@charset "utf-8";

.ac-container{
	width: 100%;
	margin: 3px auto 2px auto;
	text-align: left;
}
.aclabel {
    font-family: 'Oxygen', sans-serif;
    letter-spacing:0.02em;
	padding: 5px 10px;
    margin-top:2px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: white;
	line-height: 25px;
	font-size: 12px;
    font-weight:300;
	background: #31B9EC;
    letter-spacing:0.05em;
	  
}
.aclabel:hover{
	background: rgb(5,155,210);
}

.aclabelIcon {
    display:inline-block;
    float:left;
    padding:4px 10px 0 0;
    font-size:15px;
    line-height:15px;
}

.aclabelSMS {
    letter-spacing:0.02em;
	/*padding: 5px 10px;
    margin-top:2px;*/
	position: relative;
	z-index: 20;
	display: block;
	height: 20px;
	cursor: pointer;
	color: white;
	line-height: 23px;
	font-size: 10px;
		  
}

.aclabelIconSMS {
    display:inline-block;
    float:left;
    padding:0 0 0 0;
    font-size:15px;
    line-height:15px;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: rgb(5,155,210);
	color: white;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	
}
.aclabel label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../Images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../Images/arrow_down.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #999;
	line-height: 16px;
	font-size: 12px;
	padding: 15px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	border:1px solid #cccccc;
}
.ac-container input:checked ~ article.ac-small{
	height: 124px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height:215px;
    padding-bottom:12px;
}

.ac-container input:checked ~ article.ac-Xlarge{
	height: 298px;
}

.ac-container input:checked ~ article.ac-XXlarge{
	height: 355px;
}

.lefticon {
    float:right;
    padding:5px 0 0;
    font-weight:bold;
}



.jCProgress {
     position: absolute;
     z-index: 9999999;
     /*  margin-top:-15px; /* offset from the center */
}

.jCProgress > div.percent {
     font: 18px/27px;
     color:#ebebeb;
     text-shadow: 1px 1px 1px #1f1f1f;

     position:absolute;
     margin-top:40px;
     margin-left:22px;
     text-align: center;
     width:60px;
}




.ibtform{
	margin:0 auto;
}
.ibtform>div,
.ibtform>.title{
	margin: 8px;
}
.ibtform .error-field .required{
	color:#FF9999;
}

.ibtform .error-field input,
.ibtform .error-field input[type=text],
.ibtform .error-field input[type=password],
.ibtform .error-field input[type=email],
.ibtform .error-field input[type=url],
.ibtform .error-field input[type=date],
.ibtform .error-field input[type=number],
.ibtform .error-field textarea{
	border-color:#D893A1;
	background-color: #FBE6F2;
}
.ibtform label.error{
  display:inline-block;
  font-size:0.9em;
}
.ibtform .error,
.ibtform .error #recaptcha_widget_div{
  padding: 3px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;

  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #c09853;
}
.ibtform .error h4 {
  color: #b94a48;
  margin: 0;
}

.ibtform .error .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.ibtform .column{
	float:left; 
}
/* width = parseInt(100/columns.length)*/
.ibtform .column1{ width:100%;}
.ibtform .column2{ width:50%; }
.ibtform .column3{ width:33%; }
.ibtform .column4{ width:25%; }
.ibtform .column5{ width:20%; }



.ibtform .large{
	width: 100%;
	*width: 94%;
}
.ibtform .medium{
	width: 50%;
	*width: 47%;
}
.ibtform .small{
	width: 25%;
	*width: 23%;
}

.ibtform textarea.large{
	width: 100%;
	*width: 94%;
	height: 20em;
}
.ibtform textarea.medium{
	width: 100%;
	*width: 94%;
	height: 10em;
}
.ibtform textarea.small{
	width: 100%;
	*width: 94%;
	height: 5.5em;
}


.frmd{
	display:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}


.blurBg,
.blurBg-true{
	background-attachment: fixed;
	background-image:	-webkit-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
						-webkit-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
						-webkit-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
						-webkit-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
						-webkit-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
						-webkit-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
						-webkit-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
						
	background-image:	-moz-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
						-moz-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
						-moz-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
						-moz-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
						-moz-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
						-moz-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
						-moz-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
						
	background-image:	-ms-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
						-ms-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
						-ms-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
						-ms-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
						-ms-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
						-ms-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
						-ms-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
					
	background-image:	-o-linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
						-o-radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
						-o-radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
						-o-radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
						-o-radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
						-o-radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
						-o-radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
					
	background-image:	linear-gradient(85deg, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%), /* linear bottom */
						radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.45) -10%, rgba(255, 255, 255, 0) 100%),/* center white */
						radial-gradient(50% -10%,circle farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 30%),/* top center white */
						radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 20%),/* top right white */
						radial-gradient(0% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.35) -10%, rgba(255, 255, 255, 0) 10%),/* top left white */
						radial-gradient(90% 60%,ellipse farthest-side, rgba(0, 0, 0, 0.35) -10%, rgba(0, 0, 0, 0) 100%),/* center right black */
						radial-gradient(20% 10%,circle farthest-side, rgba(0, 0, 0, 0.25) -10%, rgba(0, 0, 0, 0) 20%);/* top left black */
	/*
		radial-gradient(40% 60%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 50%),
		radial-gradient(50% -10%,circle closest-corner, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0) 50%),
		radial-gradient(0% 100%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
		radial-gradient(100% 0%,ellipse farthest-side, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%),
		radial-gradient(1% 2%,circle farthest-side, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 20%);
	*/
}

#formoid-info {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #c09853;
	font-size: 12px;
	max-width: 100%;
}/*


Metro style


*/
@font-face {
    font-family: formoid;
    src:url('../Styles/ibtform/formoid.eot');
    src:url('../Styles/ibtform/formoid.eot?#iefix') format('embedded-opentype'),
    url('../Styles/ibtform/formoid.ttf') format('truetype'),
    url('../Styles/ibtform/formoid.woff') format('woff'),
    url('../Styles/ibtform/formoid.svg#formoid') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ibtform{
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
    font-size: 0.9em;
    display:inline;
}

.ibtform input{
	display: inline-block;
}

.statusTableIn input[type=button],
.ibtform,
.ibtform input[type=button],
.ibtform .btn,
.ibtform input[type=submit] {
    outline: none;
	border-radius: 0;
	font-family: inherit;
    display:
}
.ibtform>div{
    margin:15px;
}
.ibtform h2 {
	margin: 0.2em 0;
    font-size: 1.8em;
    font-weight: normal;
}

.ibtform label {
	display: block;
	margin-bottom: 1px;
	clear: both;
}
.statusTableIn input, .ibtform div, .ibtform span, .ibtform input, .ibtform textarea, .statusTableIn textarea, .ibtform select, .ibtform button, .ibtform ul, .ibtform li, .ibtform a{
	font-family: inherit;
	color: inherit;
    font-size:11px;
    letter-spacing:normal;
}

.ibtform label {
	font-family: inherit;
	color: inherit;
    font-size:11px;
    letter-spacing:normal;
}
/* Global Declaration */

/*
CORE FUNCTIONALITY

Not advised to edit stuff below this line
-----------------------------------------------------
*/

/* submit + title */
.ibtform div.submit,
.ibtform div.title{
    margin: 0;
    /*padding-top: 2em;
    padding-bottom: 2em;
    background-color: #f6f6f6;
    background-color: rgba(0,0,0,0.02);
    border-top: 1px solid #d0dada;*/
}
.ibtform div.title h2{
    margin-left: 27px;
}
.ibtform div.title{
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d0dada;
}
.ibtform div.submit{
    vertical-align: middle;
    text-align: right;
}


/* Button & submit*/
.statusTableIn input[type=button],
.ibtform .btn,
.ibtform input[type=button],
.ibtform input[type=submit]{
    display: -moz-inline-box;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    background: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: 1px solid #e5e5e5;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.statusTableIn input[type=button]:hover,
.ibtform .btn:hover,
.ibtform input[type=button]:hover {
  text-decoration: none;
}

.statusTableIn input[type=button][disabled],
.ibtform .btn[disabled],
.ibtform input[type=button][disabled] {
  cursor: default;
  opacity: 0.65;
}


.ibtform input[type=button],
.ibtform input[type=submit] {
    text-align: center;
	color: #ffffff;
    border: none;
    right: 15px;
    padding: 8px 10px;
    margin:-1px 15px 0 0;    
    text-transform:uppercase;
    letter-spacing:0.05em;
    vertical-align:middle;
    font-size:12px;
    line-height:12px;
}

.statusTableIn input[type=button] {
    text-align: center;
	color: #ffffff;
    border: none;
    padding: 8px 6px;
    line-height:11px;
    text-transform:uppercase;
    font-family: 'TitilliumText22LRegular';
    height:25px;
    font-size:11px;
    margin:0 0 0;
}


.statusTableIn input[type=button]:hover,
.ibtform input[type=button]:hover,
.ibtform input[type=submit]:hover {
    background:rgb(5,155,210);
    color: #ffffff;
    text-decoration: none;
}
.ibtform .btn{
    width: 100%;
    font-size: 1.1em;
}


/* Select */
.ibtform .element-select select,
.ibtform .country {
    position: relative;
    cursor: pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.ibtform .element-select div{
	display: block;
}
.ibtform .element-select div span{
    position: relative;
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	width: 100%;
}
.ibtform .element-select div span.required{
	display: initial;
}


/* File input */
.ibtform .element-file label{
    position: relative;
}
.ibtform .element-file .title{
    position: static;
}
.ibtform .element-file .button {
	z-index: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    float: none;
    padding: 1.5% 1em 0 1em;
    text-align: center;
    color: #fff;

    cursor: pointer;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;

}
.ibtform .element-file .button:hover {
    box-shadow: none;
    opacity: 1;
}
.ibtform .element-file .file_input {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
}
.ibtform .element-file .file_text{
    overflow: hidden;
    cursor: pointer;
	bottom: 0;
}
* html .ibtform .element-file .file_input,
*+html .ibtform .element-file .file_input{
    position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
    opacity: 1;
	filter: alpha(opacity=100);
}
* html .ibtform .element-file .button,
*+html .ibtform .element-file .button{
	display: none;
}
* html .ibtform .element-file label,
*+html .ibtform .element-file label,
* html .ibtform .element-file .file_text,
*+html .ibtform .element-file .file_text{
	border: none;
}
* html .ibtform .element-file .title,
*+html .ibtform .element-file .title{
	display: block;
}


/* Radio & checkbox */
.ibtform div.element-checkbox, .ibtform div.element-radio{
    overflow:hidden;
}
.ibtform input[type=checkbox],
.ibtform input[type=radio]{
    z-index:1;
    position: absolute;
    float: left;
	width: 1em;
	height: 1em;
	font-size: 1em;
	opacity: 0.01;
    margin: 0;
    cursor: pointer;
}

.ibtform input[type=radio]+span,
.ibtform input[type=checkbox]+span{
    height: 19px;
    margin-right:-19px;
    padding-top: 0;
    z-index:0;
    position: relative;
    left: 0;
    top: 0;
    vertical-align:top;
    font-size: 1.1em;
    line-height: 1;
}
.ibtform input[type=radio]+span:before,
.ibtform input[type=checkbox]+span:before{
    position: relative;
    font-family: formoid;
    margin-right: 0.2em;
    color: #e5e5e5;
    font-size: 1em;
    line-height: 0.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ibtform input[type=checkbox]+span:before{
    content: "\e003";
}
.ibtform input[type=checkbox]:hover+span:before{
    content: "\e003";
}
.ibtform input[type=checkbox]:checked+span:before{
    content: "\e002";
}

.ibtform input[type=radio]+span:before{
    content: "\e001";
}
.ibtform input[type=radio]:hover+span:before{
    content: "\e001";
}
.ibtform input[type=radio]:checked+span:before{
    content: "\e000";
}

.ibtform input[type=text],
.ibtform input[type=password],
.ibtform input[type=email],
.ibtform input[type=url],
.ibtform input[type=date],
.ibtform input[type=number],
.ibtform textarea, .statusTableIn textarea,
.ibtform  select,
.ibtform button{
    border: solid 1px #e5e5e5;
    border-radius: 0;
    background: #fff;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    resize: none;
    outline: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 0 5px;
    font-size: 12px;
    line-height: 13px;
    height: 28px;
}

.element-date input[type=text], .ReportInput input[type=text] {
    width:100%;
}

.statusTableIn input[type=text] {
    border: solid 1px #e5e5e5;
    border-radius: 0;
    background: #fff;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    resize: none;
    outline: medium none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 6px;
    font-size: 12px;
    line-height: 12px;
    height: 27px;
}

.statusTableIn .element-name input[type=text],
.ibtform .element-address input[type=text],
.ibtform .element-name input[type=text],
.ibtform .element-file .file_text,
.ibtform textarea{
	width: 100%;
	*width: 94%;
}
.ibtform textarea{
    height: auto;
}
.ibtform select{
	cursor: pointer;
	text-align: left;
	width: 100%;
    background: white url(../arrow-down.png) 95% 50% no-repeat;
    background-size:10px;
}


/* NAME last first */
.ibtform .element-name .nameFirst{
    width: 48%;
	*width: 43%;
	left: 0;
    display: inline-block;
    margin-right: 2%;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}
.ibtform .element-name .nameLast{
    width: 48%;
	*width: 43%;
    display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

/* ADDRESS */
.ibtform .element-address .city,
.ibtform .element-address .zip{
    width: 47%;
	*width: 44%;
    display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
    margin-right: 6%;    
}
.ibtform .element-address .state,
.ibtform .element-address .country{
    width: 47%;
	*width: 44%;
    display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.ibtform .element-address .country select{
    cursor: pointer;
}
.ibtform .element-address label,
.ibtform .element-name label{
    font-size: 10px;
    margin-top:3px;
}
.ibtform .element-address label.title,
.ibtform .element-name label.title{
    font-size: 11px;
}

/* type number */
.ibtform input[type=number]::-webkit-inner-spin-button, 
.ibtform input[type=number]::-webkit-outer-spin-button{ 
	-webkit-appearance: none;
} 

/* recaptcha */
.ibtform .recaptchatable,
.ibtform .recaptchatable #recaptcha_image,
.ibtform .recaptchatable #recaptcha_challenge_field_holder input{
	border: 1px solid #e5e5e5 !important;
}

/* ERRORs */
.ibtform .error,
.ibtform .error #recaptcha_widget_div{
    background-color: #cc3d3d;
    color: #fff;
    border-radius: 0;
    text-shadow: none;
    border: none;
    margin-left: 25px;
    margin-right: 25px;
}
.tooltip {
	position: relative;
	margin-top: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bottom .tooltip-arrow {
  top: -8px;
  left: 17px;
  margin-left: -8px;
  border-bottom-color: #cc3d3d;
  border-width: 0 8px 8px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}


.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}



@media all and (max-width:400px){
    .ibtform .element-radio .column,
    .ibtform .element-checkbox .column,
	.ibtform .element-name .nameFirst,
	.ibtform .element-name .nameLast,
	.ibtform .element-address .city,
	.ibtform .element-address span.state,
	.ibtform .element-address .zip,
	.ibtform .element-address .country{
        width: 100%;
		display: block;
		margin-right: 0;
    }
}


/* .ibtform color scheme begin */
.statusTableIn input[type=text]:hover,
.statusTableIn input[type=button]:hover,
.ibtform input[type=button]:hover,
.ibtform .btn:hover,
.ibtform input[type=button]:active,
.ibtform input[type=button][disabled],
.ibtform input[type=text]:hover,
.ibtform input[type=password]:hover,
.ibtform input[type=email]:hover,
.ibtform input[type=url]:hover,
.ibtform input[type=date]:hover,
.ibtform input[type=number]:hover,
.ibtform textarea:hover,
.ibtform .element-file .file_text:hover,
.ibtform  select:hover{
    border-color: #8dc9e5;
}

.statusTableIn input[type=text]:focus,
.statusTableIn input[type=button]:focus,
.statusTableIn input[type=button]:active,
.statusTableIn input[type=button][disabled],
.ibtform input[type=button]:focus,
.ibtform .btn:focus,
.ibtform input[type=button]:active,
.ibtform input[type=button][disabled],
.ibtform input[type=text]:focus,
.ibtform input[type=password]:focus,
.ibtform input[type=email]:focus,
.ibtform input[type=url]:focus,
.ibtform input[type=date]:focus,
.ibtform input[type=number]:focus,
.ibtform textarea:focus,
.ibtform .element-file .file_text:active,
.ibtform  select:focus{
    border-color: #2da5da;
}

.statusTableIn input[type=button],
.ibtform input[type=button],
.ibtform input[type=submit],
.ibtform .element-file .button{
    background-color: #31B9EC;
}
.ibtform input[type=checkbox]:hover+span:before,
.ibtform input[type=radio]:hover+span:before{
    color: #8dc9e5;
}
.ibtform input[type=checkbox]:checked+span:before,
.ibtform input[type=radio]:checked+span:before{
    color: #2da5da;
}


/* bootstrap select */
.ibtform .btn.btn-primary,
.ibtform .dropdown-menu li.active > a,
.ibtform .dropdown-menu li.selected > a,
.ibtform .dropdown-menu li.active > a.highlighted,
.ibtform .dropdown-menu li.selected > a.highlighted,
.ibtform .dropdown-inverse li.active > a,
.ibtform .dropdown-inverse li.selected > a {
    border-color: #e5e5e5;
}
.ibtform .btn.btn-primary:hover,
.ibtform .btn-group:focus .btn.btn-primary.dropdown-toggle,
.ibtform .dropdown-menu li.active > a:hover,
.ibtform .dropdown-menu li.selected > a:hover,
.ibtform .dropdown-menu li.active > a.highlighted:hover,
.ibtform .dropdown-menu li.selected > a.highlighted:hover {
    border-color: #8dc9e5;
}
.ibtform .btn.btn-primary:active,
.ibtform .btn-group.open .btn.btn-primary.dropdown-toggle,
.ibtform .btn.btn-primary.active,
.ibtform .btn.btn-primary:focus,
.ibtform .dropdown-menu li.active > a:focus,
.ibtform .dropdown-menu li.selected > a:focus,
.ibtform .dropdown-menu li.active > a.highlighted:focus,
.ibtform .dropdown-menu li.selected > a.highlighted:focus {
    border-color: #2da5da;
}
.ibtform .dropdown-inverse {
	border: 1px solid #2da5da;
    padding-top: 4px;
}
.ibtform .dropdown-arrow {
    border-color: transparent transparent #F3F4F5;
    border-bottom-color: #2da5da;
    border-top-color: #2da5da;
}
.ibtform .dropdown-inverse li.active > a,
.ibtform .dropdown-inverse li.selected > a,
.ibtform .dropdown-inverse li > a:hover,
.ibtform .dropdown-inverse li > a:active,
.ibtform .dropdown-inverse li > a:focus {
    color: HighlightText;
	background-color: #2da5da;
}
.ibtform .dropdown-menu li > a:hover,
.ibtform .dropdown-menu li > a:active,
.ibtform .dropdown-menu li > a:focus,
.ibtform .dropdown-submenu:hover > a {
	background-image: none;
    color: HighlightText;
	background-color: #8dc9e5;
    outline: none;
}


/* datepicker */
.datepicker {
    border: 1px solid #2da5da;
}
.datepicker:before {
	border-bottom: 7px solid #2da5da;
}
.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled]{
  color: #ffffff;
  background-image: none;
  background-color: #2da5da;
}

/* .ibtform color scheme begin end *//* 

bootstrap 

*/
.ibtform .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.ibtform .dropdown-menu > li > a:hover,
.ibtform .dropdown-menu > li > a:focus,
.ibtform .dropdown-submenu:hover > a,
.ibtform .dropdown-submenu:focus > a {
  text-decoration: none;
}

.ibtform .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.ibtform .btn-group > .dropdown-menu{
	font-size: 1em;
}

.ibtform .btn{
	text-align: left;
    border: 0;
	cursor: pointer;

    width: 100%;
	height: 100%;
	padding: 6px 10px 6px;
	
	outline:none;

	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;    
	
	border: 1px solid #e5e5e5;
	
    font-size: 13px;
    line-height:13px;
    height:30px;
}
.ibtform .btn:active,
.ibtform .btn-group.open .btn.dropdown-toggle,
.ibtform .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ibtform .btn.disabled,
.ibtform .btn[disabled] {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ibtform .select {
    width: 100%;
    background: white url(../images/arrow-down.png) 97% 50% no-repeat;
    background-size:11px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.ibtform .select .btn .filter-option {
	position: absolute;
    top:10px;
	left: 10px;
	right: 30px;
    overflow: hidden;
    text-align: left;
    font-size:13px;
    line-height:13px;
}

.ibtform .select .btn .dropdown-toggle {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.ibtform .select .btn .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ibtform .select .btn .dropdown-menu li:not(.disabled) > a:hover small {
    color: rgba(255, 255, 255, 0.004);
}

.ibtform .select .btn > .disabled,
.ibtform .select .btn .dropdown-menu li.disabled > a {
    cursor: default;
}
.ibtform .select .caret {
	position: absolute; 
	
	border-top: 5px solid rgb(10,100,130);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;

	right: 10px;
	top: 42%;
}

.ibtform .dropdown-menu {
    overflow-x: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 99%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}
.ibtform .dropdown-menu.typeahead {
    display: none;
    opacity: 1;
    visibility: visible;
    width: auto;
}
.ibtform .open > .dropdown-menu {
    margin-top: 8px;
    opacity: 1;
    visibility: visible;
}
.ibtform .dropdown-menu li:first-child dt + a {
    border-radius: 0;
}
.ibtform .dropdown-menu li.active > a,
.ibtform .dropdown-menu li.selected > a,
.ibtform .dropdown-menu li.active > a.highlighted,
.ibtform .dropdown-menu li.selected > a.highlighted,
.ibtform .dropdown-menu li.active > a:hover,
.ibtform .dropdown-menu li.selected > a:hover,
.ibtform .dropdown-menu li.active > a.highlighted:hover,
.ibtform .dropdown-menu li.selected > a.highlighted:hover,
.ibtform .dropdown-menu li.active > a:focus,
.ibtform .dropdown-menu li.selected > a:focus,
.ibtform .dropdown-menu li.active > a.highlighted:focus,
.ibtform .dropdown-menu li.selected > a.highlighted:focus {
    color: #ffffff;
}
.ibtform .dropdown-menu li > a {
    padding: 3px 15px 3px;
    text-decoration: none;
    *zoom: 1;
    -webkit-backface-visibility: hidden;
	display: block;
	clear: both;
	white-space: nowrap;
}
.ibtform .dropdown-menu li > a:before,
.ibtform .dropdown-menu li > a:after {
    display: table;
    content: "";
}
.ibtform .dropdown-menu li > a:after {
    clear: both;
}
.ibtform .dropdown-menu li > a.highlighted {
    background: #c9cfd4;
    color: #ffffff;
}
.ibtform .dropdown-menu li > a.highlighted:hover,
.ibtform .dropdown-menu li > a.highlighted:focus {
    background: #bac1c8;
    color: #ffffff;
}
.ibtform .dropdown-menu li > a:before {
    margin-top: 3px;
}

.ibtform .dropdown-menu li dt {
    margin-bottom: 3px;
    margin-top: 12px;
    padding: 0 15px;
}
.ibtform .dropdown-inverse {
    padding-top: 4px;
}
.ibtform .dropdown-inverse li {
    margin: 0 4px -2px;
}
.ibtform .dropdown-inverse li:first-child > a,
.ibtform .dropdown-inverse li:last-child > a {
    border-radius: 0;
    padding-bottom: 3px;
}
.ibtform .dropdown-inverse li.active > a,
.ibtform .dropdown-inverse li.selected > a {
    position: relative;
    z-index: 1;
}
.ibtform .dropdown-inverse li dt {
    padding-left: 11px;
    padding-right: 11px;
}
.ibtform .dropdown-inverse li .divider {
    margin-left: 11px;
    margin-right: 11px;
}
.ibtform .dropdown-inverse li > a.highlighted {
    background: #526476;
}
.ibtform .dropdown-inverse li > a.highlighted:hover,
.ibtform .dropdown-inverse li > a.highlighted:focus {
    background: #677786;
}
.ibtform .dropdown-inverse li .divider {
    background-color: #526476;
    border-bottom-color: #526476;
}
.ibtform .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.ibtform .dropdown-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 13px;
    top: 100%;
	-webkit-transform: rotate(360deg);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
    width: 0;
    z-index: 10;
}
.ibtform .open > .dropdown-arrow {
    margin-top: 0;
    opacity: 1;
}/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  width: 15em;
  font-size: 1em;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  padding: 8px;
  margin-top: 8px;
	border-radius: 0;
  display: none;
  z-index: 10;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -9px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 2.9em;
	border-radius: 0;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #B8B8B8;
  font-family: 'TitilliumText22LRegular';
}
.datepicker td.active,
.datepicker td.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span {
  display: block;
  width: 1.5em;
  height: 1.7em;
  line-height: 1.6;
  float: left;
  margin: 2px;
  cursor: pointer;
}
.datepicker .datepicker-months td span,
.datepicker .datepicker-years td span {
	width: 3.5em;
	height: 3em;
	line-height: 3;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.switch {
    font-size:14px;
    text-transform:uppercase;
    padding:9px 0 6px;
    font-family: 'TitilliumText22LMedium';
    color:rgb(49,186,236);
}

.prev, .next {
    font-size:22px;
    text-transform:uppercase;
    color:rgb(49,186,236);
}

.dow {
    font-family: 'TitilliumText22LBold';
    padding:0 0 4px;
    color:rgb(10,100,130);
    font-size:13px;
}

.day {
    padding:6px 5px 4px;
    font-size:12px;
    line-height:10px;
    font-family: 'TitilliumText22LMedium';
}

.datepicker td span.old {
  color: #999999;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


.errorMessage {
    color:#b00 !important;
    text-align:center;
}




/********************** CALENDAR DATEPICKER ***********************/

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
    font-family: 'Oxygen', Verdana, sans-serif;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
    font-family: 'Oxygen', Verdana, sans-serif;
    padding-top:2px;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: 12px .3em 4px;
	text-align: center;
	font-weight: bold;
	border: 0;
    font-family: 'Oxygen', Verdana, sans-serif;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding:6px .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}



/* Interaction states
----------------------------------*/
.ui-widget-header {
    border: none;
    background: #EBEBEB;
    color: #222;
    text-transform:uppercase;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: none;
	font-weight: normal;
	color: #555555;
    font-size:13px;
    text-align:center;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #e5e5e5;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
	background: #059BD2;
	font-weight: normal;
	color: white;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}



/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}