/*@import "../fair-web-conversion/css/claims.css";
@import "bootstrap/variables.less";
@import "bootstrap/mixins.less";
*/
/*.ff-CallMeBack {

	width: 100%;
	
	table.ff-FlexTableForm { width: 100%; }
	td.QuestionCell { width: 150px; }
	td.AnswerCell { width: auto; }

	button {
		float: right;
		margin: 10px !important;
	}
}

.ff-PartnerCallMeBack,
.ff-ServiceCallMeBack {
	width: 600px;
}

.ff-CallMeBack,
.ff-PartnerCallMeBack,
.ff-ServiceCallMeBack {
	background-color: white;
	width: auto;
	margin: 0 auto;
	
	.ff-SectionTitle {
		background-color: white;
		font-size: 14px;
	}
}

.ff-CallMeBackFrame {
	background-color: white;
	width: 220px;
	margin: 0 auto;
	text-align: left;
	
	.ff-SectionTitle {
		background-color: white;
		font-size: 14px;
	}
}

.ff-CallMeBackFrame {
	
	font-size: 11px;
	
	label { font-size: 11px; }
	
	select {
		padding: 0px;
		line-height: 20px;
		height: 20px;
		font-size: 11px;
	}
	
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input {
	  line-height: 13px;
	  font-size: 11px;
	  height: 13px;
	  width: 200px;
	}
}

.gjensidige-claims-forms-ClaimsFormsView,
.ff-CallMeBack {
	
	font-size: 11px;
	
	label { font-size: 11px; }
	
	select {
		padding: 0px;
		line-height: 20px;
		height: 20px;
		font-size: 11px;
	}
	
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input {
	  line-height: 13px;
	  font-size: 11px;
	  height: 13px;
	}
}

.ff-PartnerCallMeBack,
.ff-ServiceCallMeBack {

	font-size: 11px;
	
	label { font-size: 11px; }
	
	select {
		padding: 0px;
		line-height: 20px;
		height: 20px;
		font-size: 11px;
	}
	
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input {
	  line-height: 13px;
	  font-size: 11px;
	  height: 13px;
	  width: 300px;
	}
	
	textarea,
	.uneditable-input {
	  line-height: 13px;
	  font-size: 11px;
	  height: 150px;
	  width: 300px;
	}
		
	input.EightDigits  {width: 70px ! important;}
	input.FiveDigits   {width: 45px ! important;}
	input.TenDigits  {width: 80px ! important;}
}


// GWT Buttons stuff

.gwt-Button {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0; // For input.btn
  font-size: @baseFontSize;
  line-height: @baseLineHeight;
  *line-height: 20px;
  color: @grayDark;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
  vertical-align: middle;
  cursor: pointer;
  .buttonBackground(@btnBackground, @btnBackgroundHighlight);
  border: 1px solid @btnBorder;
  *border: 0; // Remove the border to prevent IE7's black border on input:focus
  border-bottom-color: darken(@btnBorder, 10%);
  .border-radius(4px);
  .ie7-restore-left-whitespace(); // Give IE7 some love
  .box-shadow(~"inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)");
}

// Hover state
.gwt-Button:hover {
  color: @grayDark;
  text-decoration: none;
  background-color: darken(@white, 10%);
  *background-color: darken(@white, 15%); // Buttons in IE7 don't get borders, so darken on hover
  background-position: 0 -15px;

  // transition is only when going to hover, otherwise the background
  // behind the gradient (there for IE<=9 fallback) gets mismatched
  .transition(background-position .1s linear);
}

// Focus state for keyboard and accessibility
.gwt-Button:focus {
  .tab-focus();
}

// Active state
.gwt-Button:active {
  background-color: darken(@white, 10%);
  background-color: darken(@white, 15%) e("\9");
  background-image: none;
  outline: 0;
  .box-shadow(~"inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)");
}

// Disabled state
.gwt-Button[disabled] {
  cursor: default;
  background-color: darken(@white, 10%);
  background-image: none;
  .opacity(65);
  .box-shadow(none);
}


// Set the backgrounds
// -------------------------
.gwt-Button {
  // reset here as of 2.0.3 due to Recess property order
  border-color: #ccc;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

// printer

.ff-PrintPanel {
	.pdfIcon {
		background: url("../images/pdfIcon.gif") no-repeat scroll 0 0 transparent;
		cursor: pointer;
    	height: 36px;
    	width: 35px;
	}
}*/