.form-control:-moz-placeholder {
	color: #999999;
}

.form-control::-moz-placeholder {
	color: #999999;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-control {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height:auto;
	min-height:34px;
}

.form-control:focus {
	
	
}
.form-horizontal .form-group {
	margin-left:0;	
}

.form-group .control-label span {
	color:#C00;	
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.uneditable-input {
	padding: 6px 12px;
	min-width: 206px;
	font-size: 14px;
	font-weight: normal;
	height: 34px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

label.form-control {
	display: block;
	margin-bottom: 5px;
}

input[disabled],
select[disabled],
textarea[disabled] {
	cursor: not-allowed;
	background-color: #F4F4F4 !important;
}

input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #F9F9F9 !important;
}

/* input  groups */
.input-group.input-group-fixed {
	width: auto !important;
}

.input-group-addon {
	border-color: #e5e5e5;
	background: #e5e5e5;
}

.input-group-addon > i {
	color: #999;
}

/* form control sizing */
.form-control-inline {
	display: inline-block !important;
}

.input-xsmall {
	width: 60px !important;
}

.input-small {
	width: 120px !important;
}

.input-medium {
	width: 240px !important;
}

.input-large {
	width: 320px !important;
}

.input-xlarge {
	width: 480px !important;
}

input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner,
input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner {
	background-image: url("../images/input-spinner.gif") !important;
	background-repeat: no-repeat;
	background-position: right 8px;
}

@media (max-width: 768px) {
	.input-large {
		width: 250px !important;
	}

	.input-xlarge {
		width: 300px !important;
	}
} 

.has-warning .help-inline,
.has-warning .help-block,
.has-warning .control-label {
	color: #c09853;
}

.has-warning .form-control {
	border-color: #c09853;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-warning .input-group-addon {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}

.has-error .help-inline,
.has-error .help-block,
.has-error .control-label {
	color: #b94a48;
}

.has-error .form-control {
	border-color: #b94a48;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.has-success .help-inline,
.has-success .help-block,
.has-success .control-label {
	color: #468847;
}

.has-success .form-control {
	border-color: #468847;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .input-group-addon {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

input.placeholder,
textarea.placeholder {
	color: #aaa !important;
}

.help-block {
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-inline input {
	margin-bottom: 0px !important;
}

.control-label {
	display: inline-block;
	margin-bottom: 1px;
	max-width: 75%;
	
}

.form-control-static {
	font-size: 14px;
	padding-top: 7px;
}

.control-label .required {
	color: #e02222;
	font-size: 12px;
	padding-left: 2px;
}

.help-inline {
	font-size: 13px;
	color: #737373;
	display: inline-block;
	padding: 5px;
}

.form-group .checkbox {
	padding-left: 0;
}

.checkbox-list > label {
	display: block;
}

.checkbox-list > label.checkbox-inline {
	display: inline-block;
}

.checkbox-list > label.checkbox-inline:first-child {
	padding-left: 0;
}

.radio-list > label {
	display: block;
}

.radio-list > label.radio-inline {
	display: inline-block;
}

.radio-list > label.radio-inline:first-child {
	padding-left: 0;
}

.form-horizontal .radio-list .radio {
	padding-top: 1px;
}

.form-row-seperated .form-group {
	margin: 0;
	border-bottom: 1px solid #efefef;
	padding: 10px 10px 10px 0px;
}

.form-row-seperated .form-group.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.form-row-seperated .form-actions {
	margin-top: 0;
}

.form-row-seperated .form-body {
	padding: 0;
	margin-top: 0;
}

.form-row-seperated .help-block {
	margin-bottom: 0;
}

.form-bordered .form-body {
	margin: 0;
	padding: 0;
}

.form-bordered .form-actions {
	margin-top: 0;
}

.form-bordered .form-group {
	margin: 0;
	border-bottom: 1px solid #efefef;
}

.form-bordered .form-group.last {
	border-bottom: 0;
}

.form-bordered .help-block {
	margin-bottom: 0;
}

.form-bordered .control-label {
	padding-top: 16px;
}

.form-bordered .form-group > div {
	padding: 10px;
	border-left: 1px solid #efefef;
}

.form-bordered .form-actions.fluid > .row > div {
	padding-left: 10px;
}

.form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
	background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
	background-color: #fcfcfc;
}

.form-horizontal.form-bordered.form-row-stripped .form-control {
	background: #fff !important;
}

.form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
	background-color: #ffffff;
}

.form-actions {
	margin-top:10px;
}

.form-bordered .form-control {
	margin: 0;
}
.input-icon {
    position: relative;
}
.input-icon input {
    padding-left: 33px !important;
}
/*.input-icon span {
    color: rgb(204, 204, 204);
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 10px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
}*/
.input-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important;
}
/*.input-icon.right span {
    float: right;
    right: 8px;
}*/
.hideelm {display:none;}

.form-group {
	position:relative;
}
.close-div{
	overflow:auto;
}
.ifg-continer > .form-group {
	min-height: 37px;
	margin-bottom: 20px;
}




.form-group .RFGElements {
    position: absolute;
	right: 0;
    top: 0;	
}
.form-group .RFGHorizontal {
    right: 15px !important;
    top: 0 !important;
}
.form-group .RFGVertical {
   
}
.form-group .RFGParagraph, .form-group .RFGButton{
	top:0 !important;
}
.form-paragraph{
	padding-bottom:15px;
}

.rfg-options {
	width:300px;
	left:-150px;
	top:32px;
	position:absolute;
	background:#036;
	display:none;
	cursor:auto;
	z-index:99;
	padding:10px;
	color:rgb(50, 50, 58);
}

.rfg-options.rfg-primary {
	background:#fff;
	border:solid 3px #428bca;
}
.rfg-options.rfg-info {
	background:#fff;
	
}

.btn-flat {
	border:0 !important;
	border-radius:0;
	padding:7px 12px;
}

.colorpicker{
	z-index:999;	
}

.colorPickerBox {
	height:30px;
	width:30px;
	border:solid 1px #32323A;	
}
small{
	font-size:10px;
	color:#999;	
}
.group-small{
	width:200px;float:left;margin-right:10px;	
}

.ifg-continer {
	padding:20px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.15);
	background: #fff;
	min-height:350px;
}
.ifg-default-style {
	cursor:pointer;	
	color:rgb(50, 50, 58);
}
.ifg-email-continer, .ifg-database-continer {
	min-height:120px;	
	padding:20px 0;
}

.ifg-default-styles .col-lg-3:last-child {

}
.ifg-default-styles .col-lg-3 {

}

.ui-sortable-helper {
	border:dashed 1px #999;
	display:inline-table;
	padding:10px;
	background-color:#EBEBEB;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	
}

.ui-sortable-helper .RFGElements {
	top:37px;
}

.ui-sortable-helper img{
	max-width:800px;
}

.sort-highlight {
	background-color:#F3F3F3;
	width:100%;
}

.igf-drag-elements {
	text-indent:-5000;
	position:relative;
}


.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}
.dataTables_paginate .paginate_button,  .pagination.alternate li a, .dataTables_paginate span .paginate_active {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    display: inline-block;
    line-height: 16px;
    background: #f5f5f5;
   
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
}
.dataTables_paginate .paginate_button:hover, .pagination.alternate li a:hover{
    background: #e8e8e8;
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
	text-decoration:none;
}

.dataTables_paginate .first{
    border-radius: 4px 0 0 4px;    
}
.dataTables_paginate .last {
    border-radius: 0 4px 4px 0;    
}
.dataTables_paginate .paginate_button_disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
    color: #AAAAAA !important;
}
.dataTables_paginate .paginate_button_disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
    background: #f5f5f5;
  
    cursor: default !important;
}
.dataTables_paginate span .paginate_button_disabled, .pagination.alternate li.active a, .dataTables_paginate span .paginate_active {
    background:rgb(27, 143, 211);
    color: #ffffff !important;
    cursor: default !important;
}
div.dataTables_wrapper .dataTables_paginate {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 5px;
}
.dataTables_filter {
    color: #878787;
    font-size: 11px;
    margin:4px 8px 2px 0;
    position: absolute;
    text-align: left;
}
.dataTables_filter input {
	margin-bottom: 0;
}


.table th {
	height: auto;
	font-size: 14px;
	padding: 5px 10px 2px;
	border-bottom: 0;
	text-align: left;
	color: #666666;
	font-family:'Open Sans',sans-serif;
	font-weight:300;
}
.table.with-check tr th:first-child, .table.with-check tr td:first-child {
	width: 10px;
}
.table.with-check tr th:first-child i{
	margin-top: -2px;
	opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
	margin-right: 0;
}
.table tr.checked td {
	background-color: #FFFFE3 !important;
}
.table > thead > tr > th {
	
}

.table tr td a {
	text-decoration:none;
	color:rgb(50, 50, 58);	
	font-weight:500;
}

.dataTables_length {
	text-align:right;
	color:rgb(135, 135, 135);	
}
.dataTables_filter input, .dataTables_length select {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}
.pace .pace-progress {
	background: #df4146;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}
.pace-inactive {
	display: none;
}
.ui-icon {
	float:right !important;	
}
.ifg-form-group {
	width:750px;
	background-color:#EFEFEF;
	border:dashed 1px #DBDBDB;
	padding:0 10px;
	height:auto;
	display:inline-table;
	float:left
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{
	margin-left:0;
}

.image-info{
	border:1px solid #CCC;
	background-color:#E8E8E8;
	width:320px;
	padding:10px;
}

/*Image Upload Styles*/

.emsg {
	text-align:left;
	margin-left:30px;
   margin-right:30px;
	color:#F00;
	background-repeat: no-repeat;
	padding:5px;
   padding-left:30px;
}
#loader{
   visibility:hidden;
}



#f1_error{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#FF0000;
}

#f1_ok{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
   font-weight:bold;
   color:#00FF00;

}

.f1_upload_form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.f1_upload_process{
   z-index:100;
   diaplay:none;
   position:absolute;
   text-align:center;
   width:200px;
   display:none;
}



.fileupload .btn {
  padding: 7px 14px ;
}

.fileupload-exists {
  padding: 0px;
}

.fileupload .fileupload-preview {
  background-color: #fff ;
  background-image: none ;
  filter:none ;
}

.fileupload .close {
  position: relative;
  top:0px ;
}
.btn.default {
    background-color: rgb(229, 229, 229);
    color: rgb(51, 51, 51);
    text-shadow: none;
}

.fileupload .close {
    position: relative;
    top: 0;
}
.fileupload-exists {
    padding: 0;
}

/* Ends Image Upload Styles*/

#event-styles{
	font-size:70%;
}

#event-styles h4{
	font-size:130%;
	font-weight:bold;
}

#event-styles .form-group{
	margin-bottom:5px;
}

#event-styles input, #event-styles select{
	font-size:90%;
	padding:4px 5px;
	min-height:22px !important;
	
}

@media (max-width: 444px) {

    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 200px !important;
	float:left !important;
    }
	.recaptchatable #recaptcha_image img {
		max-width:100%;	
	}
    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {

    background: none !important;
    }

    }

.form-horizontal .rfg-options .form-group {
	padding-right:15px;
}

.non-responsive-container .form-group .form-control {
	min-height:inherit !important;
}
.saving-loader, .event-new-element-loader {
 border: 1px dotted rgb(204, 204, 204);
 border-radius: 17px;
 background-color:#ccc;
}






.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}
.widget-box.widget-calendar, .widget-box.widget-chat {
    overflow:hidden !important;
}
.accordion .widget-box {
	margin-top: -2px;
	margin-bottom: 0;
	border-radius: 0;
}
.widget-box.widget-plain {
	background: transparent;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
}

.widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header {
	background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
	cursor:pointer;
}
.widget-title:hover {
	background-color: #CDCDCD;
}
.widget-title .nav-tabs {
    border-bottom: 0 none;
}
.widget-title .nav-tabs li a {
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    color: #999999;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-title .nav-tabs li:first-child a{
    border-left: medium none !important;
}
.widget-title .nav-tabs li a:hover {
    background-color: transparent !important;
    border-color: #D6D6D6;
    border-width: 0 1px;
    color: #666666;
}
.widget-title .nav-tabs li.active a {
    background-color: #F9F9F9 !important;
    color: #444444;
}
.widget-title span.icon {
	border-right: 1px solid #cdcdcd;
	padding: 9px 10px 7px 11px;
	float: left;
	opacity: .7;
}
.widget-title h5 {
    color: #666666;
	text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px;
    line-height: 12px;
    margin: 0;
}
.widget-title .buttons {
	float: right;
	margin: 8px 10px 0 0;
}
.widget-title .label {
	padding: 3px 5px 2px;
	float: right;
	margin: 9px 11px 0 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #ffffff;
}
.widget-calendar .widget-title .label {
	margin-right: 190px;
}

.widget-content {
	padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
	background-color:#fdfdfd;
}
.widget-box.widget-plain .widget-content {
	padding: 12px 0 0;
}
.widget-box.collapsible .collapse.in .widget-content {
    border-bottom: 1px solid #CDCDCD;
}

#email-options-div p {
	color:#0084b4;
}

#email-options-div p:hover {
	text-decoration:underline;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
	border-radius:4px;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ifg-formfield-option-zapierkey-txt {
  width: 200px!important;
}
.option-label-label {
  width: 145px;
}
